@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: this_dirctory_css.css
 * author		: takaaki koyama
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css_new/subpage.css");

#article {
	width: 700px;
	margin: 0 auto;
	float: none;
	background: url(../img/bg_main.jpg) no-repeat left bottom;
	font-size: 130%;
}

#article2 {
	width: 700px;
	margin: 0 auto;
	float: none;
	font-size: 130%;
}

#article h2 {
	padding-top: 70px;
	margin-bottom: 20px;
}

#article h2.aboutTtl {
	padding-top: 20px;
}

#article .summary {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 35px;
}

#article .about {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 35px;
}

#article h3 {
	font-size: 140%;
	font-weight: bold;
	padding-left: 1.5em;
}

#article h3.sttl1 {
	background: url(../img/icon_1.gif) no-repeat left 0.4em;
}

#article h3.sttl2 {
	background: url(../img/icon_2.gif) no-repeat left 0.4em;
}

#article h3.sttl3 {
	background: url(../img/icon_3.gif) no-repeat left 0.4em;
}

#article h3.sttl4 {
	background: url(../img/icon_4.gif) no-repeat left 0.4em;
}


#article h4 {
	font-weight: normal;
	padding-top: 30px;
	margin-bottom: 20px;
}

#article span {
	font-size: 80%;
}

#article table {
	width: 100%;
	border: 1px solid #c4c4c4;
}

#article td {
	border: 1px solid #c4c4c4;
}

#article td.district {
	width: 49px;
	background: #efefef;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
}

#article td.place {
	width: 230px;
	padding-left: 10px;
	border-right: none;
}

#article td.time {
	border-left: none;
	min-width: 80px;
}

#article .distribution {
	border-bottom: 1px solid #c4c4c4;
}

#article .distribution dt {
	font-weight: bold;
	margin-bottom: 10px;
}

#article .distribution dd {
	margin-bottom: 20px;
}

#article .border {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 35px;
}

#article2 {
	position: relative;
}

#article2 .pdf {
	position: absolute;
	left: 415px;
	top: 25px;
}

#article2 h2 {
	padding-top: 20px;
	margin-bottom: 20px;
}

.sponsor {
	text-align: right;
}

.pageTop {
	text-align: right;
	margin: 0 0 20px 0px !important;
}

.pageTop2 {
	text-align: right;
	margin: 50px 0px 50px 0 !important;
	clear: both;
}

.result p {
	display: inline;
}

.result .displayNon {
	display: block;
}

.resultLeft {
	float:left;
	width: 347px;
}

.resultRighrt {
	float: right;
	width: 349px;
}
