/*-------------------------------------------------------
企画パビリオンのご案内
-------------------------------------------------------*/





.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;
	}