/*-------------------------------------------------------
企画パビリオンのご案内
-------------------------------------------------------*/
h2.h2_type02 {
	font-size: 28px;
}

/* 基本エリア */
.pavilion_cs {
	margin: 0 0 60px;
}
.pavilion_cs p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0.5em;
}
.pavilion_cs p span.min {
	font-size: 80%;
}
.pavilion_cs p.min_txt {
	font-size: 13px;
}
.pavilion_cs h3 {
	background: rgba(0, 153, 255, 0.1);
	color: #09F;
	padding: 0.3em 0.8em;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0.75em;
	font-weight: bold;
}

/* 「実施にあたり」画像配置 */
.pavilion_scene {
	text-align: center;
	font-size: 0px;
	margin: 30px 60px;
}
.pavilion_scene img {
	width: 48%;
	display: inline-block;
	margin: 0 1%;
}

/* 募集要項 */
.entry_infos {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
.entry_infos .data {
	width: 55%;
	float: left;
}
.entry_infos .data p,
.entry_infos .data ul li {
	font-size: 14px;
	line-height: 1.5;
}
.entry_infos .data ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.entry_infos .data p span.sub_cat {
	font-weight: bold;
	color: #09f;
}
.entry_infos .data p span.sub_cat:before {
	content: "\f0a9";
	font-family: fontAwesome;
}

.entry_infos .image {
	width: 42%;
	float: right;
}
.entry_infos .image img {
	width: 100%;
}

/* 出展申込締切〜申込書PDF */
.entry_m_data {
	text-align: center;
	margin-bottom: 60px;
}
.entry_m_data p.days {
	font-size: 28px;
	color: #c33;
	margin-bottom: 20px;
}
.entry_m_data p.memo {
	font-size: 14px;
	margin-bottom: 1em;
}
.entry_m_data p.pdf {
	width: 500px;
	box-shadow: 0 0 4px rgba(0,0,0, .2);
	text-align: center;
	margin: 0 auto 65px;
	background: #fff;
	padding: 2px;
}
.entry_m_data p.pdf a {
	display: block;
	background: #f00;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0, .2);
	padding: 1em 0;
	text-decoration: none;
	outline: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.entry_m_data p.pdf a:before {
	content: "\f1c1";
	font-family: fontAwesome;
	padding-right: 8px;
	}
.entry_m_data p.pdf a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
















.side_parch {
	margin: 0 50px;
	}
.com03 {
	text-align: center;
	}
.com03 p.days_ppp {
	font-size: 20px;
	color: #c33;
	}

/* ダウンロード（PDF） */
.dl_pdf {
	border-radius: 4px;
	text-align: center;
	background: #fff;
	padding: 3px;
	box-shadow: 0 0 2px #aaa;
	width: 48%;
	margin: 0 ;
	}
.dl_pdf a {
	text-decoration: none;
	outline: none;
	font-size: 14px;
	display: block;
	padding: 10px;
	color: #fff;
	background: #09f;
	background: -webkit-gradient(linear, left top, left bottom, from(#22bbff), to(#0099ff) );
	background: linear-gradient(to bottom, #22bbff 0%, #0099ff 100%);
	border-radius: 3px;
	text-shadow: 1px 1px 1px #666;
	}
.dl_pdf a span.t {
	font-size: 16px;
	display: block;
	}
.dl_pdf a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}



/* 次世代電力インフラパビリオン 出展社一覧 */
.pavilion_exhibitors {
	background: #fff;
	padding: 5px;
	margin-bottom: 15px;
	border-radius: 6px;
	}
.pavilion_exhibitors p.name {
	background: #d5e1e9;
	padding: 10px;
	border-radius: 6px;
	font-weight: bold;
	}
.pavilion_exhibitors p.name a {
	display: block;
	float: right;
	margin-left: 1em;
	}
.pavilion_exhibitors .infos {
	padding: 10px;
	}
.pavilion_exhibitors .infos p {
	font-size: 15px;
	line-height: 1.5;
	}