@charset "utf-8";

/* ==========================================================
body
========================================================== */
body.et_west_pages .page_title {
	color: #fff;
	background: #009900;
	background: -webkit-gradient(linear, left top, left bottom, from(#009900), to(#007700) );
	background: linear-gradient(to bottom, #009900 0%, #007700 100%);
	}


/* 上書きです */
h2.h2_type01 span {
	background: #b9dab9;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	}

h2.h2_type03 {
	font-size: 28px;
	line-height: 1.4em;
	color: #09F;
	border-top: 2px solid #09F;
	padding-top: 4px;
}

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

/* ------------------------------------------------------------------------------
wide_bannerダミー
------------------------------------------------------------------------------ */
.wide_banner_dummy {
	margin: 0 auto 30px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	text-align: center;
	padding: 150px 0;
	font-size: 13px;
	}


/* ------------------------------------------------------------------------------
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;
	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: #ccebcc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccebcc), to(#99d699));
	background: linear-gradient(to bottom, #ccebcc 0%, #99d699 100%);
	padding: 20px;
	}

h2.ev_title {
	font-size: 24px;
	border-radius: 4px;
	font-weight: bold;
	color: #090;
	margin: 0 7px 0.3em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1) ;
	}
h2.ev_title span {
	font-size: 15px;
	}
p.ev_summary {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0.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;
	}

/* 臨時1カラム処理 */
.index_sns_area_ex01 .newsCont {
	width: 100%;
	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）
========================================================== */


/*-------------------------------------------------------
出展料・小間形状
-------------------------------------------------------*/
/* table */
.package_ex {
	width: 100%;
	border: 1px solid #ccc;
	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: #fff;
	padding: 1em;
	text-align: left;
	}
.package_ex span.booth_type {
	display: block;
	font-weight: bold;
	font-size: 16px;
	}
.package_ex span.min_r {
	line-height: 1.0em;
	font-size: 13px;
	display: block;
	margin-bottom: 6px;
	}
.package_ex span.min {
	font-size: 12px;
	}
.package_ex span.min_block {
	font-size: 12px;
	display: block;
	margin-top: 0.6em;
	}
.package_ex span.min_cap {
	font-size: 12px;
	line-height: 1.5em;
	display: block;
	padding-top: 0.5em;
	}
.package_ex td {
	font-size: 16px;
	padding: 1.75em 1em;
	background: #fff;
	text-align: center;
	font-weight: bold;
	width: 9em;
	border-left: 1px dotted #ccc;
	}


/* 小間仕様（Aブース 1小間仕様） */
ul.booth_spec {
	margin-left: 10px;
	}
ul.booth_spec li {
	font-size: 15px;
	padding: 0.3em 0;
	}

.booth_img {
	background: #fff;
	padding: 25px;
	padding-left: 0px;
	width: 270px;
	border-radius: 4px;
	border: 1px solid #ccc;
	}
/* 申込締切 */
p.app_limit {
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	color: #e33;
	border: 2px solid #e33;
	border-radius: 4px;
	padding: 8px 0.5em;
	width: 90%;
	margin: 0 auto;
	}

table.change_fee {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 90%;
	margin: 15px auto;
	}
table.change_fee th,
table.change_fee td {
	border: 1px solid #ccc;
	padding: 0.6em ;
	text-align: center;
	width: 50%;
	}
table.change_fee th {
	background: #f9f9f9;
	}


p.pdf_img_link {
	text-align: center;
	}
p.pdf_img_link .min {
	display: block;
	font-size: 13px;
	margin-top: 0.5em;
	}
p.pdf_img_link a img {
	width: 130px;
	border: 1px solid #ccc;
	}





/*----------------------------------------
出展サポートプログラム
2016年2月10日水曜日
----------------------------------------*/

/* ダウンロード（PDF） */
.support_program_download {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 2px;
	text-align: center;
	margin: 0 130px;
}
.support_program_download a {
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-size: 16px;
	padding: 1.5em 0;
	border-radius: 4px;
	background: #017045;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ae45), to(#017045));
	background: linear-gradient(to bottom, #00ae45 0%, #017045 100%);
}


.program_menu {
	padding: 1em;
	background: #f9f9f9;
	border-radius: 8px;
	border: 2px solid #00ae45;
}
.program_menu .sideArea {
	width: 48%;
}
p.oneWord_r {
	text-indent: -1em;
	padding-left: 1em;
	}

.program_menu .sideArea p.title {
	background: #00ae45;
	color: #fff;
	border-radius: 5px;
	padding: 0.3em 0.75em;
	font-size: 16px;
	margin-bottom: 10px;
}
.program_menu ol {
	list-style-type: decimal;
	margin-left: 2.5em;
	margin-right: 0em;
	color: #063;
}
.program_menu ol li {
	line-height: 1.5;
	padding: 0.3em 0;
	color: #063;
}
.program_menu ol li a {
	color: #063;
	text-decoration: underline;
}
.program_menu ol li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


.page_contents_box .supportP_contact_info p:last-child {
	margin-bottom: 0;
}
.supportP_contact_info p {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}


h3.exSuport_Pgm_h3 {
	background: #00ae45;
	color: #fff;
	border-radius: 5px;
	padding: 0.5em 0.75em;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.exSuport_Pgm_one h4 {
	padding-top: 1em;
	color: #063;
	font-size: 18px;
	line-height: 1.3;
	border-bottom: 1px solid #063;
	padding-bottom: 0.3em;
	margin-bottom: 0.6em;
}
.exSuport_Pgm_one p.emP {
	border: 1px solid #ccc;
	padding: 1em;
	border-radius: 6px;
}
.exSuport_Pgm_one .f_right {
	width: 40%;
}
.exSuport_Pgm_one .f_left {
	width: 55%;
}
.exSuport_Pgm_one .f_right img {
	width: 100%;
	border: 1px solid #ccc;
}

.exSuport_Pgm_one .exS09_wi {
	margin: 0;
}
.exSuport_Pgm_one .exS09_wi p.melmag {
	background: #d9d9d9;
	color: #666;
	text-align: center;
	border-radius: 5px;
	padding: 0.5em 0;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0.8em;
}
.exSuport_Pgm_one .exS09_wi  img,
.exSuport_Pgm_one .exS09_wi  img {
	display: block;
	margin: 20px auto 0;
	width: 70%;
	border: 1px solid #ccc;
}

/* お問合せ */
.exSuport_Pgm_contact .f_left,
.exSuport_Pgm_contact .f_right {
	width: 46%;
	border-left: 1px dotted #063;
	padding-left: 2%;
}
.exSuport_Pgm_contact p {
	margin: 0;
}
.exSuport_Pgm_contact p.ees {
	color: #063;
	margin-bottom: 0.8em;
}








/* 「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;
	}
	



/*-----------------------------------------------------
各記事 .article_box
-----------------------------------------------------*/
.contents_box .mainContents_area .article_box {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
	}

h2.sub_h2 {
	background: #09f;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0.8em;
	padding: 4px 0.5em;
	}
/*-----------------------------------------------------
出展社ニュースリリース
-----------------------------------------------------*/
.set1006 {
	height: 100px;
	overflow: auto;
	}
ul.externalList {
	margin: 10px;
	}
ul.externalList li {
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0.2em 0;
	padding: 0.2em 0;
	}


	
/*-------------------------------------------------------
小間形状 表組 2016
2016年3月10日木曜日
-------------------------------------------------------*/
.entry_info_one p {
	font-size: 15px;
	line-height: 1.5em;
}
.entry_info_one p.sk_days {
	color: #e33;
	font-size: 18px;
	font-weight: bold;
}
.entry_info_one p.sk_days_em {
	color: #e33;
	font-size: 24px;
	font-weight: bold;
}

/* 見出し */
h3.h3style_201601 {
	font-weight: bold;
	margin-bottom: 0.6em;
}
h3.h3style_201601:before {
	content: "● ";
	color: #09f;
}
h3.h3style_201601 span.spaceArea {
	display: block;
	float:right;
}



ul.subList li {
	font-size: 14px;
	line-height: 1.3em;
	padding: 0.2em;
}
ul.one-word-ind li {
	text-indent: -1em;
	padding-left: 1em;
}



/* 2組表 */
table.wsetTB {
	border-top: 1px solid #ccc;
	font-size: 15px;
}
table.wsetTB th {
	padding: 0.75em ;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
table.wsetTB td {
	padding: 0.75em ;
	border-bottom: 1px solid #ccc;
	text-align: right;
	background: #fff;
}


.schdule_img {
	padding: 10px 20px;
}
.schdule_img img {
	width: 100%;
}
.schdule_img p.esse {
	margin-top: 1em;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
}

.plus_em {
	text-align: center;
	width: 480px;
	margin: 0 auto;
	padding: 12px 0;
	border-radius: 8px 8px 0 0;
	font-size: 18px;
	font-weight: bold;
	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%);
}