@charset "utf-8";

/* ==========================================================
body
========================================================== */
body.et_pages .page_title {
	color: #fff;
	background: #0047ac;
	background: -webkit-gradient(linear, left top, left bottom, from(#5786c8), to(#0047ac) );
	background: linear-gradient(to bottom, #5786c8 0%, #0047ac 100%);
	}


/* 上書きです */
h2.h2_type01 span {
	background: #bfd1ea;
	}



/* ==========================================================
index.html
========================================================== */

/* ------------------------------------------------------------------------------
wide_banner（トップページ用スライドスペース）
------------------------------------------------------------------------------ */
.wide_banner {
	margin: 0 auto 50px;
	width: 960px;
	height: 320px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	}

/* ------------------------------------------------------------------------------
newest_msg（index.html、et/index.html、iot/index.html、併用）
→et/et.css、iot/iot.css、に要転記
------------------------------------------------------------------------------ */
.newest_msg {
	}

.newest_msg .clm2 {
	}
.newest_msg .clm2 p {
	width: 49%;
	text-align: center;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	background: #fff;
	padding: 2px;
	border-radius: 5px;
	margin: 0 ;
	}
.newest_msg .clm2 p a {
	display: block;
	background: #0099ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#0077dd));
	background: linear-gradient(to bottom, #0099ff 0%, #0077dd 100%);
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: none;
	outline: none;
	padding: 0.6em 0;
	border-radius: 4px;
	text-shadow: 0 1px 1px #000;
	}
.newest_msg .clm2 .exhibitors_list {
	float: left;
	}
.newest_msg .clm2 .conf_list {
	float: right;
	}


.newest_msg .pavilion {
	text-align: center;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	background: #fff;
	padding: 2px;
	border-radius: 5px;
	margin: 0 ;
	}
.newest_msg .pavilion .p_ins {
	background: #0099ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#0077dd));
	background: linear-gradient(to bottom, #0099ff 0%, #0077dd 100%);
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	outline: none;
	padding: 0.6em 0;
	border-radius: 4px;
	text-shadow: none;
	}
.newest_msg .pavilion .p_ins .min {
	font-size: 13px;
	text-shadow: none;
	}
.newest_msg .pavilion .p_ins .link_w_set {
	margin-top: 0.4em;
	}
.newest_msg .pavilion .p_ins .link_w_set a {
	color: #fff;
	font-size: 16px;
	text-shadow: 0 1px 1px #000;
	}
.newest_msg .pavilion .p_ins .link_w_set a .dls {
	color: #e00;
	font-size: 12px;
	background: #fff;
	text-shadow: none;
	margin-left: 1em;
	padding: 2px 0.5em;
	border-radius: 3px;
	}


/* ------------------------------------------------------------------------------
臨時ナビ
------------------------------------------------------------------------------ */
.emr_navi {
	background: #fff;
	margin: 0 0 20px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	padding: 3px;
	}
.emr_navi .ins {
	background: #f0f8ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f8ff), to(#aed9ff));
	background: linear-gradient(to bottom, #f0f8ff 0%, #aed9ff 100%);
	padding: 20px;
	}

h2.ev_title {
	font-size: 24px;
	border-radius: 4px;
	font-weight: bold;
	color: #004082;
	margin: 0 7px 0.3em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2) ;
	}
h2.ev_title span {
	font-size: 15px;
	}
p.ev_summary {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0.5em 1.5em;
	}
.emr_navi ul.ev_site_bn li {
	float: left;
	}
.emr_navi ul.ev_site_bn li a {
	display: block;
	font-size: 16px;
	background: #6189B2;
	background: -webkit-gradient(linear, left top, left bottom, from(#6189B2), to(#004082));
	background: linear-gradient(to bottom, #6189B2 0%, #004082 100%);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	border-radius: 4px;
	color: #fff;
	padding: 10px 0;
	text-decoration: none;
	outline: none;
	text-shadow: 0 1px 1px #000;
	text-align: center;
	}
.emr_navi ul.ev_site_bn li.r3 a {
	width: 220px;
	margin: 0 4px 8px;
	}
.emr_navi ul.ev_site_bn li.r2 a {
	width: 334px;
	margin: 0 4px ;
	}
.emr_navi ul.ev_site_bn li.r2.deoo a {
	margin-bottom: 8px ;
	}
.emr_navi ul.ev_site_bn li a span.min {
	font-size: 13px;
	}
.emr_navi ul.ev_site_bn li a:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
	}


/* ------------------------------------------------------------------------------
コンセプト図
------------------------------------------------------------------------------ */
.concept_img {
	background: #fff;
	margin: 0 0 30px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	padding: 3px;
	}
.concept_img img {
	width: 100%;
	}


/* ------------------------------------------------------------------------------
.sns_set
------------------------------------------------------------------------------ */
.index_sns_area {
	margin:0 0 80px;
	}

.index_sns_area .tweetCont {
	float: left;
	width: 48.5%;
	background: #fff;
	border-radius: 6px;
	}
.index_sns_area .newsCont {
	float: right;
	width: 48.5%;
	background: #fff;
	border-radius: 6px;
	}

/* h3 */
.tweetCont h3,
.newsCont h3 {
	border-radius: 6px 6px 0 0;
	display: block;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 0.6em 0;
	margin-bottom : 5px;
	text-align: center;
	}
.tweetCont h3 a,
.newsCont h3 {
	color: #fff;
	text-decoration: none;
	outline: none;
	}

.tweetCont h3 {
	background: #69d2e7;
	}
.newsCont h3 {
	background: #007fff;
	}














/* ==========================================================
出展要項（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;
	}
	






/* ==========================================================
whatsET.html
========================================================== */
.image_border_05 {
	margin-left: 30px;
	padding: 3px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	width: 40%;
	}
.image_border_05 img {
	width: 100%;
	}