@charset "utf-8";
/*-----------------------------------------------------
会期速報
-----------------------------------------------------*/
.page_title h1 span.min_36px {
	font-size: 36px;
	padding-left: 0em;
}
h2.h2_type02.report_h2 {
	font-size: 24px;
	line-height: 1.3em;
	color: #090;
	border-top: 2px solid #090;
	padding-top: 6px;
	margin-top: 80px;
}
h2.h2_type02.report_h2:first-child {
	margin-top: 0px;
	}
.normal_txt p {
	line-height: 1.6;
	}
ul.photo_img_area:last-child {
	margin-bottom: 150px;
	}

ul.photo_img_area li  {
	display: block;
	float: left;
	width: 246px;
	height: 164px;
	overflow: hidden;
	padding: 0 2px ;
	margin-bottom: 4px;
	}
ul.photo_img_area li img {
	width: 100%;
	}




h2.repo_h2 {
	margin-top: 80px;
	background: #80CBFE;
	color: #069;
	padding: 0.4em 0.4em;
	font-size: 24px;
	border-radius: 6px;
	text-shadow: 0 1px 1px #fff;
	}
h2.repo_h2:first-child {
	margin-top: 0px;
	}
h3.repo_h3 {
	font-size: 20px;
	color: #09f;
	padding-bottom: 0.2em;
	margin-bottom: 0.75em;
	border-bottom: 1px solid #09f;
	}



/* 来場者数 */

table.number_visitors {
	border-collapse: collapse;
	margin: 0 auto ;
	}
table.number_visitors th,
table.number_visitors td {
	border: solid #ccc;
	border-width: 1px;
	vertical-align: middle;
	text-align: center;
	}
table.number_visitors th {
	font-size: 15px;
	line-height: 1.3;
	padding: 8px 0;
	font-weight: bold;
	background: #eee;
	width: 20%;
	}
table.number_visitors th.weather {
	width: 15%;
	}
table.number_visitors td.weather {
	font-size: 80%;
	}
table.number_visitors td {
	font-size: 16px;
	line-height: 1.0;
	padding: 4px 0;
	background: #fff;
	}

table.number_visitors td.days {
	font-size: 80%;
	}

table.number_visitors td.num {
	font-family: Helvetica, sans-serif;
	}
table.number_visitors td.num span.min {
	font-size: 80%;
	padding-left: 2px;
	}
table.number_visitors td.total {
	font-size: 18px;
	}
table.number_visitors td.num span.lastD {
	margin-top: 2px;
	display: block;
	font-size: 11px;
	}



/*-----------------------------------------------------
個人情報の取り扱いについて
-----------------------------------------------------*/

.wide_margin_10 {
	margin: 0 10px;
	}
.wide_margin_10 p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0.5em;
	}
.private_policy_box {
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	}
h3.h3style_03 {
	color: #09f;
	font-size: 20px;
	line-height: 1.0em;
	margin-bottom: 0.7em;
	border-top: 1px dotted #09f;
	padding-top: 0.5em;
	}



/*-----------------------------------------------------
特定商取引法に基づく表記
-----------------------------------------------------*/
/* 表組パターン036 */
.tableSet036 {
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	}
.tableSet036 th,
.tableSet036 td {
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.6em;
	}
.tableSet036 th {
	min-width: 12em;
	padding: 1em;
	font-weight: bold;
	padding: 0.6em 1.2em;
	text-align: center;
	background: #e3e3e3;
	}
.tableSet036 td {
	padding: 0.6em 1.2em;
	}

.tableSet036 td  p.tee {
	margin: 0.5em 0;
	font-size: 14px;
	line-height: 1.6em;
	}

.tableSet036 td .inms {
	margin: 0.5em 0;
	background: #fff;
	padding: 0.8em 1.1em;
	border-radius: 6px;
	}
.tableSet036 td .inms p {
	margin: 0.5em 0;
	font-size: 14px;
	line-height: 1.6em;
	}



/*-----------------------------------------------------
よくあるご質問（FAQ）
-----------------------------------------------------*/
dl.faq_visitors_pre_reg {
	margin: 0 5px 80px;
}
dl.faq_visitors_pre_reg > dt,
dl.faq_visitors_pre_reg > dd {
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	padding-left: 70px;
}
dl.faq_visitors_pre_reg > dt {
	font-weight: bold;
	margin-bottom: 0.8em;
	color: #090;
	}
dl.faq_visitors_pre_reg > dd {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #999;
	}
dl.faq_visitors_pre_reg > dd:last-child {
	border-bottom: 0px dotted #999;
	}

dl.faq_visitors_pre_reg > dd p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0.75em;
	}
dl.faq_visitors_pre_reg > dd p:last-child {
	margin-bottom: 0;
	}
	
/* Q&Aマーク */
dl.faq_visitors_pre_reg span.mmq,
dl.faq_visitors_pre_reg span.mma {
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 60px;
	text-align: center;
	color: #fff;
	padding: 0;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	}
dl.faq_visitors_pre_reg span.mmq {
	background: #090;
	}
dl.faq_visitors_pre_reg span.mma {
	background: #999;
	}
	
dl.faq_visitors_pre_reg > dd a {
	font-weight: bold;
	}
dl.faq_visitors_pre_reg > dd a:hover {
	color: #666;
	}

dl.faq_visitors_pre_reg dd p.link_ics {
	margin: 1.5em 50px;
	background: #fff;
	box-shadow: 0 0 2px  rgba(0,0,0,0.5);
	padding: 2px;
	border-radius: 5px;
	}
dl.faq_visitors_pre_reg dd p.link_ics a {
	font-size: 20px;
	display: block;
	text-align: center;
	padding: 0.6em;
	border-radius: 5px;
	text-decoration: none;
	outline: none;
	color: #333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#cccccc));
	background: linear-gradient(to bottom, #f3f3f3 0%, #cccccc 100%);
	}
dl.faq_visitors_pre_reg dd p.link_ics a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

/* stepArea */
.stepArea {
	margin: 1.2em 0;
	background: #fff;
	box-shadow: 0 0 2px  rgba(0,0,0,0.3);
	padding: 1em;
	border-radius: 6px;
	}
.stepArea dl dt,
.stepArea dl dd {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}

.stepArea dl dt {
	float: left;
	width: 4em;
	color: #090;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	}
.stepArea dl dd {
	padding-left: 4em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	}
.stepArea dl dd:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.stepArea dl dd p {
	margin-bottom: 0.5em;
	font-size: 15px;
	line-height: 1.6;
	}
.stepArea dl dd p:last-child {
	margin-bottom: 0;
	}


/* causeArea  以下のような原因が考えられます */
.causeArea {
	margin: 1em 0;
	background: #fff;
	box-shadow: 0 0 2px  rgba(0,0,0,0.3);
	padding: 1em;
	border-radius: 6px;
	}
.causeArea dl dt,
.causeArea dl dd {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}

.causeArea dl dt {
	float: left;
	width: 4em;
	color: #090;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	}
.causeArea dl dd {
	padding-left: 4em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	}
.causeArea dl dd:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
	
/* お問い合わせはこちらまで */
.contact_infos  {
	font-family: 'Roboto', sans-serif;
	margin-left: 0.5em;
}
.contact_infos h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0.5em;
}
.contact_infos p {
	font-size: 18px;
	line-height: 1.6;
}




/*-----------------------------------------------------
「Fair Guide」および「EXPO GUIDE」からの英文での広告案内に関するご注意
-----------------------------------------------------*/
.fairguide_announce p {
	line-height: 1.6;
}
.fairguide_announce h3  {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.fairguide_announce .sample_img {
	text-align: center;
}
.fairguide_announce .sample_img img {
	margin-bottom: 20px;
}
