/*-------------------------------------------------------
出展サポートプログラム
-------------------------------------------------------*/
/* ダウンロード（PDF） */
.dl_pdf {
	border-radius: 4px;
	text-align: center;
	background: #fff;
	padding: 3px;
	box-shadow: 0 0 2px #aaa;
	width: 280px;
	float: left;
	margin: 0 5px;
	}
.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;
	}

/* ==========================================================

========================================================== */
/*  */

body.et_pages .page_title {
	color: #fff;
	background: #3b6db6;
	background: -webkit-gradient(linear, left top, left bottom, from(#6990c7), to(#3b6db6) );
	background: linear-gradient(to bottom, #6990c7 0%, #3b6db6 100%);
	}

body.iot_pages .page_title {
	color: #fff;
	background: #0099cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#4db8db), to(#0099cc) );
	background: linear-gradient(to bottom, #4db8db 0%, #0099cc 100%);
	}

h3.h3style_02 {
	color: #003;
	font-size: 18px;
	line-height: 1.5;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
	border-radius: 4px;
	padding: 2px;
	margin-bottom: 0.7em;
	}
h3.h3style_02 span {
	display: block;
	background: #B2D8FF;
	border-radius: 4px;
	padding: 5px 12px;
	}


/* ==========================================================
出展要項（entry.html）
========================================================== */
/* 会期までのスケジュール */
.schedule_kkm  {
	background: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 8px;
	}



/*----------------------------------------
出展要項ダウンロード
----------------------------------------*/
/* 出展要項 */
ul.guidelines {
	margin: 0 ;
	padding: 18px 30px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	border-radius: 8px;
	}
ul.guidelines li {
	float: left;
	text-align: center;
	margin: 0 ;
	width: 160px;
	}
ul.guidelines li .pf {
	margin-bottom: 5px;
	background: #fff;
	border: 4px solid #ddd;
	width: 120px;
	height: 170px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto 6px;
	}
ul.guidelines li .pf img {
	width: 120px;
	}
ul.guidelines li .pf a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
ul.guidelines li p {
	width: 160px;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0px;
	}



	
/*-------------------------------------------------------
小間形状 表組
-------------------------------------------------------*/

.package_ex {
	width: 100%;
	border: solid #ccc;
	border-width: 1px 1px 0;
	border-collapse: collapse;
	}
.package_ex th,
.package_ex td {
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.0em;
	}
.package_ex th {
	background: #f9f9f9;
	padding: 1em;
	text-align: left;
	}
.package_ex span.booth_type {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.5em;
	}
.package_ex span.min {
	font-size: 12px;
	}
.package_ex td {
	font-size: 16px;
	padding: 1.5em 1em;
	background: #fff;
	text-align: center;
	font-weight: bold;
	min-width: 9.5em;
	border-left: 1px dotted #ddd;
	}


/* 「ETWest 10周年記念 会員限定出展料金を新設いたしました！」 */
.package_ex td.lead_10years {
	padding: 0em;
	background: #063;
	}
.package_ex td.lead_10years p {
	line-height: 1.0em;
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	}
.package_ex span.min_r {
	line-height: 1.0em;
	font-size: 13px;
	display: block;
	margin-bottom: 6px;
	}
	

	/* 産学連携推進パビリオン公募 */
	
.sk_days {
	font-size: 18px;
	font-weight: bold;
	}
.subT {
	font-size: 13px;
	}
	
.et2015_sangakurenkei_img {
	text-align: center;
	width: 180px;
	margin: 0 auto;
	}
.et2015_sangakurenkei_img img {
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
.et2015_sangakurenkei_img a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}
	
span.pdf_dl {
	width: 180px;
	display: block;
	background: #eee;
	margin: 10px 0;
	padding: 0.5em 0;
	font-size: 13px;
	color: #007FFF;
	text-align: center;
	}
a:hover span.pdf_dl {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}

/* EDA */

.b_title {
	text-decoration: underline;
	}
	
/*-------------------------------------------------------
出展サポートプログラム
-------------------------------------------------------*/
h3.pg_h3 {
	background: #3593DB;
	color: #fff;
	border-radius: 5px;
	padding: 0.3em 0.75em;
	font-size: 16px;
	margin-bottom: 15px;
	}

/* 索引 */
.sp_index {
	background: #f6f6f6;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin: 0 10px 100px;
	border-radius: 10px;
	padding: 2em;
	}
.sp_index .pg_list_srea .f_left,
.sp_index .pg_list_srea .f_right {
	width: 48%;
	}
.sp_index .pg_free {
	margin-bottom: 1.5em;
	}
.sp_index .pg_pay {
	}
	
.sp_index h4 {
	margin-left: 5px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	color: #333;
	margin-bottom: 0.5em;
	}

.sp_index .pg_list_srea ol {
	list-style-type: decimal;
	font-size: 14px;
	margin-bottom: 1em;
	}
.sp_index .pg_list_srea ol li {
	line-height: 1.4;
	margin-left: 2.5em;
	padding: 0.2em 0;
	}
.sp_index .pg_list_srea ol li a {
	color: #3593DB;
	}
.sp_index .pg_list_srea ol li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}

/* 本体 */
.main_pg {
	margin: 0 0 100px;
	}
.main_pg .num_colum {
	margin: 0 10px 60px;
	}
.main_pg .num_colum h4 {
	color: #3593DB;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #3593DB;
	margin-bottom: 0.75em;
	padding-top: 1em;
	}
.main_pg .num_colum h5 {
	color: #3593DB;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.2em;
	padding-left: 1em;
	}
	
.main_pg .num_colum p {
	margin-left: 1em;
	}
.main_pg .num_colum p strong {
	font-weight: bold;
	}
.main_pg .num_colum p.payment_ps {
	/* 料金 */
	font-weight: bold;
	background: #f6f6f6;
	padding: 0.5em;
	border-radius: 6px;
	}
.main_pg .num_colum p.img_cos {
	/* 図版 */
	text-align: center;
	margin: 1em 0;
	}
.main_pg .num_colum p.img_cos_right {
	/* 図版右寄せ */
	float: right;
	}
.main_pg .num_colum p img {
	border: 1px solid #eee;
	}
	
.main_pg .num_colum .list_set_dor p {
	/* list */
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 0.3em;
	padding-left: 1em;
	text-indent: -1em;
	}

	/* table */
table.pg_tbl {
	margin: 0 10px;
	border:1px #0076BF solid;
	padding:5px;
	border-collapse: collapse;
	}
table.pg_tbl th,
table.pg_tbl td
	{
	font-size: 12px;
	border:1px #0076BF solid;
	padding:5px;
	text-align:center;
	}
table.pg_tbl th {
	background-color:#549CC9;
	color:#fff;
	font-weight:bold;
	}




.contents2 h4 {
	font-weight:bold;
	font-size:18px;
	border-left:7px #004D7D solid;
	padding-left:0.5em;
	background-color:#D5E8F2;
	color:#333;
	line-height:2em;
	}
	
.contents2 h5 {
	font-weight:bold;
	font-size:16px;
	border-left:7px #579ADE solid;
	background-color:#DEF0FF;
	color:#4A5746;
	line-height:2em;
	}
.contents2 p {
	margin:1em auto;
	font-size:14px;
	line-height:1.7em;
	}
.contents2 ol {
	list-style-type:decimal;
	font-weight:bold;
	font-size:16px;
	color:#245A8C;
	font-size:16px;
	}
.contents2 ol ul {
	list-style-type:disc;
	font-weight:normal;
	color:black;
	font-size:12px;
	}
.contents2 ol li {
	}
.contents2 ol li ul li {
	margin:0.5em auto;
	}
.contents2 h6{font-weight:bold;
font-size:16px;
color:#0076BF;
border-bottom:2px solid;
}
.contents2 li h6{font-weight:bold;
font-size:16px;
color:#0076BF;
margin:2em auto 0.5em;
border:none;
}
.contents2 .sp{font-size:12px;
font-weight:normal;
line-height:1.6em;
margin:0;
}
.contents2 .sp img{text-align:center;
}
.contents2 .price{font-weight:bold;
font-size:14px;
margin:1em 0;
color:#245A8C;
text-decoration:underline;
}
.contents2 .index ol li{margin:0.2em auto;
}
.contents2 .index ol li a{text-decoration:underline;
color:#3593DB;
font-size:14px;
}
.contents2 .index ol li a:hover{text-decoration:underline;
color:#8FD6FF;
font-size:14px;
}
.contents2 .caution{color:#D64215;
}
.contents2 .support{width:500px;
margin:1em auto;
text-align:center;
}

.contents2 table{border:1px #0076BF solid;
padding:5px;
border-collapse: collapse;
width:550px;
}
.contents2 table th, .contents2 table td{border:1px #0076BF solid;
padding:5px;
text-align:center;
}
.contents2 table th{background-color:#549CC9;
color:#fff;
font-weight:bold;
}



.sp_index {
	background: #fff;
	}
.main_pg .num_colum p.payment_ps {
	/* 料金 */
	background: #fff;
	box-shadow: 0 0 2px #999;
	}
.sp_index h4,
.main_pg .num_colum h4 {
line-height: 1.5;
	}