@charset "utf-8";

/* 検索バー未設置の場合：デフォルト40px */
.central_area {
	margin-top: 10px;
	margin-top: 40px;
	}

/*-----------------------------------------------------
.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: #090;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0.8em;
	padding: 4px 0.5em;
	}


/*-----------------------------------------------------
.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: 5px 15px 15px;
	}

.of_et {
	background: #ccebcc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccebcc), to(#99d699));
	background: linear-gradient(to bottom, #ccebcc 0%, #99d699 100%);
	}
.of_iot {
	background: #ccebf5;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccebf5), to(#99d6eb));
	background: linear-gradient(to bottom, #ccebf5 0%, #99d6eb 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 {
	width: 100%;
	}
.of_iot h2.ev_title img {
	width: 100%;
	}

.of_iot {
	position: relative;
	}
/* 初開催 */
.of_iot .er_bn {
	position: absolute;
	top: -40px;
	right: -30px;
	}
.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;
	}
.rid_et_iot p.entry_link {
	text-align: center;
	margin: 0.75em 0 1em;
	color: #fff;
	padding: 15px 0;
	border-radius: 4px;
}
.rid_et_iot p.entry_link a {
	color: #fff;
	font-size:18px;
text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.rid_et_iot p.entry_link.et {
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	background: #0047ac;
	background: -webkit-gradient(linear, left top, left bottom, from(#5786c8), to(#0047ac) );
	background: linear-gradient(to bottom, #5786c8 0%, #0047ac 100%);
}
.rid_et_iot p.entry_link.iot {
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	background: #0099cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#4db8db), to(#0099cc) );
	background: linear-gradient(to bottom, #4db8db 0%, #0099cc 100%);
}

.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 {
	position: relative;
	}
.top_concept .title_pl {
	position: absolute;
	top: 31px;
	left: 28px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
	}
.top_concept img {
	width: 100%;
	}


/*-----------------------------------------------------
denpa_news
イチオシ出展社紹介Presented by 電波新聞
-----------------------------------------------------*/
.contents_box .mainContents_area .article_box.dempanews_Space {
	background: #f9fff7;
	}
.dempanews_Space ul.externalList {
	max-height: 120px;
	overflow: auto;
}
.dempanews_Space ul.externalList li  p a {
	font-size: 15px;
	text-decoration: none;
	outline: none;
	color: #090;
	}
.dempanews_Space ul.externalList li  p span.booth {
	display: block;
	float: left;
	background: #090;
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
	padding: 1px 0.75em;
	margin-right: 0.75em;
	border-radius: 3px;
	border-bottom: none;
	}
.dempanews_Space ul.externalList li:last-child{
	border-bottom: none;
	}


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

/*-----------------------------------------------------
sub_navigation
-----------------------------------------------------*/
.sub_navigation {
	}
.sub_navigation .f_left,
.sub_navigation .f_right {
	width: 49.5%;
	background: rgba(0, 153, 0, 0.2);

min-height: 370px;
	}

/* タイトル部 */
.sub_navigation .title {
	margin: 5px 5px 0;
	padding: 30px;
	-moz-background-size:100% auto;
	background-size:100% auto;
	}
.sub_navigation .f_left .title {
	background-image: url("../images/top/sub_navigation_l.jpg");
	}
.sub_navigation .f_right .title {
	background-image: url("../images/top/sub_navigation_r.jpg");
	}
.sub_navigation .title .tbg {
	background: rgba(0, 153, 0, 0.8);
	color: #fff;
	padding: 1.75em 1em;
	text-align: center;
	}
.sub_navigation .title .tbg p.jan {
	font-size: 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	}
.sub_navigation .title .tbg p.en {
	font-size: 13px;
	}


/* リンク部 */
.sub_navigation .columnSN ul {
	padding:  10px;
	}
.sub_navigation .columnSN ul li {
	margin: 5px;
	background: #fff;
	border-radius: 4px;
	padding:  4px 10px;
	}
.sub_navigation .columnSN ul li a {
	color: #333;
	}
.sub_navigation .columnSN ul li:hover {
	background: rgba(255,255,255,0.6);
	}
.sub_navigation .columnSN ul li p.name {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	}
.sub_navigation .columnSN ul li p.name .min {
	font-size: 80%;
	}
.sub_navigation .columnSN ul li p.name:before {
	font-size: 18px;
	content: "\f0a9";
	font-family: FontAwesome;
	padding-right: 0.2em;
	color: #090;
	}
.sub_navigation .columnSN ul li p.cop {
	margin-top: 0px;
	margin-left: 18px;
	font-size: 13px;
	line-height: 1.4;
	}










/*-----------------------------------------------------
出展社ニュースリリース
-----------------------------------------------------*/
.set1006 {
	overflow: auto;
	}
ul.externalList {
	margin: 10px;
	}
ul.externalList li {
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0.2em 0;
	padding: 0.2em 0;
	}
ul.externalList li:last-child {
	border-bottom: none;
	}


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
-----------------------------------------------------*/
.contents_box .mainContents_area .article_box.rid_media_partner {
	padding-bottom: 20px;
}
.banner_area {
	margin: 0 15px;
	}
.banner_area p {
	float: left;
	margin: 3px 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: 42px;
	}

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

/* 社名変更の旨 */
.rid_contact .change_memo {
	margin: -0.5em 15px 1em;
	font-size: 13px;
	color: #666;
}


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


/*-----------------------------------------------------
会期速報と来場者数
-----------------------------------------------------*/
.prompt_report2016 {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	}
.prompt_report2016 h2 {
	background: #090;
	color: #fff;
	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;
	}
table.number_visitors th.weather {
	width: 12%;
	}
table.number_visitors th.etiot,
table.number_visitors th.sej,
table.number_visitors th.all {
	width: 22%;
	}
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: ;
	}
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 {
	display: block;
	font-size: 12px;
	margin-top: 2px;
	}

.set20160706 {
	margin: 12px 0 0;
}
p.report_3days.w1 a {
	margin-left: 20%;
	}
p.report_3days a {
	font-size: 14px;
	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: 0.75em 0;
	margin: 0 0.5% ;
	width: 29%;
	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;
	}

/* フロアレイアウトはこちら */
p.linkBTS {
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	padding: 1px;
	border-radius: 3px;
}
p.linkBTS.floorLayout a {
	border-radius: 3px;
	display: block;
	background: #ff6600;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#cc0000));
	background: linear-gradient(to bottom, #ff6600 0%, #cc0000 100%);
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0, 0.5);
	font-size: 24px;
	padding: 25px 0 ;
}
p.linkBTS.floorLayout a:before {
	content: url(../images/common/pdf-icon-24px.png);
	margin: 0px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
p.linkBTS.floorLayout a .min {
	font-size: 15px;
}

/* 終了報告書 */
p.linkBTS.report2016 a {
	border-radius: 3px;
	display: block;
	background: #007045;
	background: -webkit-gradient(linear, left top, left bottom, from(#007045), to(#254d22));
	background: linear-gradient(to bottom, #007045 0%, #254d22 100%);
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0, 0.5);
	font-size: 24px;
	padding: 10px 0 18px  ;
}
p.linkBTS.report2016 a .heft {
	display: block;
	background: rgba(255,255,255,0.4);
	font-size: 13px;
	padding: 0.25em;
	margin: 0 10px 0.75em;
	border-radius: 3px;
}
p.linkBTS.report2016 a .report:before {
	content: url(../images/common/pdf-icon-24px.png);
	margin: 0px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
p.linkBTS.report2016 a .min {
	font-size: 15px;
}