@charset "UTF-8";

h2.h2style_01 {
font-size: 24px;
line-height: 1.3em;
color: #060;
border-top: 2px solid #060;
padding-top: 6px;
}

/* 昨年度用の表示 */
.last_report_subT {
	font-size: 24px;
	margin-bottom: 0.5em;
	font-family: 'Roboto', sans-serif;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
}

/* ===========================
前回の開催報告
=========================== */

ul.report_photo {
	margin: 0 11px;
	}
ul.report_photo li {
	float: left;
	height: 146px;
	overflow: hidden;
	margin: 0 3px 6px;
	}
ul.report_photo li img {
	width: 220px;
	}



/* ===========================
展示会／来場者プロフィール
=========================== */
.boxQA {
	margin-bottom: 60px;
	}
.boxQA h3.title {
	color:#090;
	font-size: 18px;
	padding: 3px 0;
	border-top: 1px solid #090;
	border-bottom: 1px solid #090;
	margin-bottom: 10px;
	line-height: 1.5;
	}
.boxQA h3.title span.num {
	display: block;
	float: left;
	background: #090;
	color:#fff;
	font-size: 16px;
	padding: 1px 0.75em;
	border-radius:3px;
	margin-right: 8px;
	margin-left: 3px;
	}
	
.boxQA .txt {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1.5em;
	}
.boxQA .graph {
	background: #fff;
	text-align: center;
	padding: 25px 0;
	border-radius: 10px;
	}
.boxQA .graph img {
	width: 90%;
	}


/* ===========================
前回開催風景
全部others/others.cssから
一部、日付の書き足し
=========================== */
.scene_days {
	color: #090;
	font-size: 54px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: -60px;
}