@charset "utf-8";

/*-----------------------------------------------------
.index_slide_area
スライドのエリア
-----------------------------------------------------*/
.index_slide_area {
	border: solid #fff;
	border-width: 1px 0 0;
	padding: 15px 0 0;

	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	}
.belt {
	position: absolute;
	top: 9px; left: -6px;
	width: ;
	}


/*-----------------------------------------------------
各記事 .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;
	}



/*-----------------------------------------------------
会期速報と来場者数
-----------------------------------------------------*/
.prompt_report2015 {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	}
.prompt_report2015 h2 {
	background: #80cbfe;
	color: #069;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	margin: 0 0 10px;
	}

/* 会期速報 */
ul.report2015 {
	text-align: center;
	margin: 15px 0 30px;
	}
ul.report2015 li {
	display: inline-block; 
	margin: 0 2px;
	}
ul.report2015 li a {
	display: block;
	font-size: 18px;
	line-height: 1;
	border: 2px solid #09f;
	border-radius: 6px;
	text-decoration: none;
	outline: none;
	padding: 0.75em 1.2em;
	}
ul.report2015 li a:hover {
	background: #09f;
	color: #fff;
	}
ul.report2015 li a .min {
	font-size: 80%;
	}


/* 来場者数 */
table.number_visitors {
	border-collapse: collapse;
	width: 98%;
	margin: 0 auto 0.5%;
	}
table.number_visitors th,
table.number_visitors td {
	border: solid #ccc;
	border-width: 1px;
	vertical-align: middle;
	text-align: center;
	}
table.number_visitors th {
	font-size: 13px;
	line-height: 1.5;
	padding: 6px 0;
	font-weight: bold;
	background: #eee;
	width: 20%;
	}
table.number_visitors th.weather {
	}
table.number_visitors td {
	font-size: 13px;
	line-height: 1.0;
	padding: 0.5em 0;
	background: #fff;
	}

table.number_visitors td.days {
	}
table.number_visitors td.days a {
	font-size: 18px;
	font-family: Helvetica, sans-serif;
	padding: 0 1px;
	text-decoration: none;
	outline: none;
	}
table.number_visitors td.days a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

table.number_visitors td.num {
	font-family: Helvetica, sans-serif;
	width: 45%;
	}
table.number_visitors td.num span.min {
	font-size: 80%;
	padding-left: 2px;
	}
table.number_visitors td.total {
	font-size: 16px;
	}
table.number_visitors td.num span.lastD {
	font-size: 13px;
	}


p.report_3days.w1 {
	margin-left: 5%;
	}
p.report_3days a {
	color: #445;
	text-align: center;
	display: block;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
	padding: 1em 0;
	margin: 0.75em 0.5% 0;
	width: 44%;
	border-radius: 6px;
	text-decoration: none;
	outline: none;
	float: left;
	}
p.report_3days a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}



/*-----------------------------------------------------
.article_box
rid_et_iot（ET＆IoT）
-----------------------------------------------------*/
.rid_et_iot {
	}

.of_et,
.of_iot {
	background: #fff;
	width: 49.5%;
	}
.of_et .ins,
.of_iot .ins {
	padding: 15px;
	}

.of_et {
	background: #f0f8ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f8ff), to(#aed9ff));
	background: linear-gradient(to bottom, #f0f8ff 0%, #aed9ff 100%);
	}
.of_iot {
	background: #e9f8fb;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9f8fb), to(#ace2ee));
	background: linear-gradient(to bottom, #e9f8fb 0%, #ace2ee 100%);
	}

.of_et h2.ev_title,
.of_iot h2.ev_title {
	position: relative;
	text-align: center;
	margin-bottom: 0.75em;
	padding: 8px 0;
	border-bottom: 1px solid #999;
	}

.of_et h2.ev_title img {
	height: 60px;
	}
.of_iot h2.ev_title img {
	height: 60px;
	}

.of_iot {
	position: relative;
	}
/* 初開催 */
.of_iot .er_bn {
	position: absolute;
	top: -30px;
	right: -20px;
	}
.of_iot .er_bn img {
	width: 80px;
	}

.rid_et_iot p.ev_summary {
	font-size:13px;
	line-height: 1.6;
	margin: 0 0.5em 0.8em;
	color: #000;
	}

.contact_ff {
	background: #fff;
	border-radius: 6px;
	margin: 0 ;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	font-size:14px;
	line-height: 1.6;
	}

/*-----------------------------------------------------
コンセプト図
-----------------------------------------------------*/
.top_concept {
	}
.top_concept img {
	width: 100%;
	}


/*-----------------------------------------------------
denpa_news
イチオシ出展社紹介Presented by 電波新聞
-----------------------------------------------------*/
.contents_box .mainContents_area .article_box.denpa_news {
	background: #f9fff7;
	}
.denpa_news h2.sub_h2 {
	background: #6da659;
	background: -webkit-gradient(linear, left top, left bottom, from(#6da659), to(#428739));
	background: linear-gradient(to bottom, #6da659 0%, #428739 100%);
	}


/*-----------------------------------------------------
rid_news
-----------------------------------------------------*/
.rid_news_area {
	margin: 0px;
	}
/*-----------------------------------------------------
index_column2_set
-----------------------------------------------------*/
.index_column2_set {
	}
.index_column2_set .f_left,
.index_column2_set .f_right {
	width: 47.5%;
	}

/*-----------------------------------------------------
出展社ニュースリリース
-----------------------------------------------------*/
.set1006 {
	height: 140px;
	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;
	}


p.ztb {
	padding: 0 1em;
	height: 305px;
	font-size: 13px;
	line-height: 1.6em;
	}
.index_column2_set .f_right ul.externalList {
	width: auto;
	height: 305px;
	margin: 0;
	overflow-y: scroll;
	}
.index_column2_set .f_right ul.externalList li {
	padding: 8px 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	line-height: 1.2em;
	min-height: 1em;
	margin-bottom: 0;
	}
.index_column2_set .f_right ul.externalList li:last-child{
	border-bottom: none;
	}


/*-----------------------------------------------------
rid_media_partner
-----------------------------------------------------*/
.banner_area {
	margin: 15px;
	}
.banner_area p {
	float: left;
	margin: 5px 3px ;
	}
.banner_area p a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.banner_area img {
	border: 1px solid #ccc;
	height: 48px;
	}

/*-----------------------------------------------------
rid_contact（お問い合わせ）
-----------------------------------------------------*/
.rid_contact dl {
	margin: 0 15px 1em;
	}
.rid_contact dl dt {
	float: left;
	width: 18em;
	font-size: 14px;
	line-height: 1.5;
	padding: 0.5em 0;
	}
.rid_contact dl dd {
	padding-left: 18em;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	line-height: 1.5;
	padding: 0.5em 0;
	}
.rid_contact dl dd:last-child {
	border-bottom: 0px solid #ccc;
	}


/*-----------------------------------------------------
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 0 1%;
	}
.newest_msg .clm2 .exhibitors_list {
	float: left;
	}
.newest_msg .clm2 .conf_list {
	float: right;
	}
.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: 16px;
	line-height: 1.0;
	text-decoration: none;
	outline: none;
	padding: 0.8em 0;
	border-radius: 4px;
	text-shadow: 0 1px 1px #060;
	}

/* 満席続出 */
.mjz {
	background: #c00;
	border-radius: 4px;
	text-shadow: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	}

.newest_msg .clm2 p.puls1105 {
	width: 70%;
	margin: 0 15%;
	}
.newest_msg .clm2 p.puls1116 {
	width: 99.5%;
	margin: 0 auto;
	}





/* 企画パビリオン */
.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;
	}




/* カンファレンスバナー01 */
.newest_msg .confBanner01 {
	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 .confBanner01 .p_ins 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%);
	padding: 7px 0;
	border-radius: 4px;
	}