/* ==========================================================
01. 出展社検索
========================================================== */

/* -------------------------------------
ページ遷移ボタン
------------------------------------- */
ul.returnM_btn {
	margin: 0 0 30px 1%;
	}
ul.returnM_btn li {
	display: inline;
	float: left;
	width: 30.5%;
	margin: 0 1%;
	padding: 0.25%;
	background: #ffffff;
	box-shadow: 0 0 2px  rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	}
ul.returnM_btn li a {
	color: #333;
	display: block;
	text-align: center;
	font-size: 18px;
	text-shadow: 0 1px 1px  rgba(0, 0, 0, 0.2);
	line-height: 1.5;
	font-weight: bold;
	border-radius: 4px;
	padding: 0.5em 0;
	text-decoration: none;
	background: #f9f9f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#dddddd));
	background: linear-gradient(to bottom, #f9f9f9 0%, #dddddd 100%);
	}
ul.returnM_btn li a span {
	display: block;
	font-size: 11px;
	text-shadow: 0 0 0 #CCC;
	}



/* -------------------------------------
1+2. 共通
------------------------------------- */
.search_set {
	margin: 0 10px 25px;
	padding: 5px;
	box-shadow: 0 0 4px  rgba(0,0,0,0.3);
	border-radius: 5px;
	text-align: center;
	background: #fff;
	}
.search_set h3 {
	border-radius: 5px;
	color:#fff;
	padding: 6px 0.5em;
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:0px;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
	background: linear-gradient(to bottom, #666666 0%, #999999 100%);
	text-shadow: 0 1px 1px  rgba(0,0,0, 1);
	}

/* 開閉機能ある場合 */
.search_set h3.open_close_v:hover {
	cursor: pointer;
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
	}

/* ［開く］ */
.search_set h3 .min-def {
	font-size: 12px;
	font-weight: normal;
	padding-left: 0.5em;
	}
.search_set h3.active .min-def {
	display: none;
	}
	
/* ［閉じる］ */
.search_set h3 .min-active {
	background: #fff;
	border-radius: 3px;
	color: #000;
	text-shadow: none;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0.5em;
	margin-left: 1em;
	display: none;
	}
.search_set h3.active .min-active {
	display: inline;
	}


.search_set p {
	font-size: 14px;
	line-height: 1.5;
	margin: 13px 0;
	}




/* -------------------------------------
1. フリーワード検索
------------------------------------- */
/* フリーワード検索・submitスペース */
.free_word_search .guide {
	margin: 0 0 15px;
	}
	
/* 入力欄 */
.freewordSearch_input {
	font-size: 18px;
	width: 50%;
	height: 1em;
	color:#999;
	padding: 0.4em 0.5em;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 6px;
	margin-bottom: 0.5em;
	}
	
/* submit */
.search_buttons {
	cursor: pointer;
	font-size: 16px;
	line-height: 1.0;
	padding: 0.5em 2em;
	color: #555;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	border-radius: 4px;
	border: none;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#cccccc));
	background: linear-gradient(to bottom, #f3f3f3 0%, #cccccc 100%);
	box-shadow: 0 1px 2px  rgba(0,0,0,0.4);
	}
.search_buttons:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
	}



/* -------------------------------------
2. カテゴリー検索
------------------------------------- */

/* カテゴリー検索・submitスペース */
.category_search .guide {
	margin: 0 0 30px;
	}

/* カテゴリー検索・チェックボックス */
.category_search .input_select {
	text-align: left;
	margin: 0 15px 30px;
	box-shadow: 0 0 2px  rgba(0,0,0, 0.4);
	border-radius: 6px;
	}

.category_search  h4.cs_title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	padding: 5px 10px 10px;
	margin: 0 15px ;
	border-radius: 0;
	}
.category_search  h4.cs_title.etwSS {
	color: #090;
	border-top: 2px solid #090;
	}
.category_search  h4.cs_title.sejSS {
	color: #09f;
	border-top: 2px solid #09f;
	}


.category_search .input_select h5 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	padding: 5px 15px;
	margin-bottom: 0;
	}
.etwSS h5 {
	color: #090;
	background: #cec;
	}
.sejSS h5 {
	color: #09F;
	background: #C4DFFB;
	}

/* チェックボックス欄のスペース */
.cln_wideBox {
	padding: 10px 15px;
	}

/* チェックリスト */
ul.category_list_name {
	}
ul.category_list_name li {
	font-size: 13px;
	line-height: 1.5;
	background: #;
	padding: 2px 0;
	padding-right: 1%;
	float: left;
	display: inline;
	width: 49%;
	}
ul.category_list_name li input {
	margin-right:3px;
	}











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

. 出展社一覧

========================================================== */
h2.h2_type02 span.guide {
	padding-left: 1em;
	font-size: 14px;
	color: #333;
	}
h2.h2_type02 span.guide .et,
h2.h2_type02 span.guide .iot {
	font-size: 12px;
	line-height: 1.0;
	padding: 1px 10px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	}
h2.h2_type02 span.guide .et {
	/* background: #3B6DB6; */
	background: #c33;
	}
h2.h2_type02 span.guide .iot {
	background: #7FC1FF;
	}


.info_list {
	margin: 50px 10px;
	min-height: 800px;
	}





/* tab */
.info_list ul.tab {
	margin-bottom: 30px;
	border-bottom: 1px solid #090;
	}
.info_list .tab li {
	float: left;
	margin-right: 2px;
	background: #dddddd;
	border-radius: 6px 6px 0 0;
	border: solid #ccc;
	border-width: 1px 1px 0;
	}
.info_list .tab li:first-child {
	margin-left: 10px;
	}
.info_list .tab li a {
	color: #666;
	display: block;
	padding: 0.5em 16px;
	padding: 0.5em 26px;
	text-decoration: none;
	line-height: 1.0;
	font-size: 14px;
	}
	
.info_list .tab li.active {
	background: #090;
	font-weight: bold;
	}
.info_list .tab li.active a {
	color: #fff;
	}
.info_list .tab li a:hover,
.info_list .tab li.active a:hover {
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	color: #fff;
	background: #090;
	}


/* あ〜わ行、各表*/
.area {
	display: none;
	}
/* あ〜わ行、各表（WEST用記載修正！！）*/
.area {
	display: block;
	margin-bottom: 30px;
	}

/* ↓WEST用記載修正↓ */
h3.info_list_title {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	padding: 5px 0;
	color: white;
	border-radius: 4px;
}

.etwSS h3.info_list_title,
.etwSS .area h3,
.etwSS  .tab li a:hover{
	background: #090;
}
.etwSS ul.tab {
	border-bottom: 1px solid #090;
	}
.sejSS h3.info_list_title,
.sejSS .area h3,
.sejSS  .tab li a:hover {
	background: #09F;
}
.sejSS ul.tab {
	border-bottom: 1px solid #09F;
	}
/* ↑WEST用記載修正↑*/

.hide_fo {
	display: block;
	display: none;
	}
.area h3 {
	display: block;
	color: #fff;
	width: 7em;
	margin-left: 10px;
	padding: 0.5em 0;
	font-weight: bold;
	font-size: 14px;
	border-radius: 6px 6px 0 0;
	text-align: center;
	}
.area h3.sgkd {
	/* 産学連携推進パビリオン */
	width: 14em;
	}

.area table {
	margin: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
	
.area table th {
	font-size: 14px;
	line-height: 1.0;
	padding: 0.5em 10px;
	border: 1px solid #ccc;
	background: #dfe2e8;
	font-weight: bold;
	}
.area table th.event {
	text-align: center;
	width: 60px;
	}
.area table .event {
	padding: 2px 5px;
	}
.area table .event .et,
.area table .event .iot {
	font-size: 12px;
	line-height: 1.5;
	padding: 2px 0;
	border-radius: 2px;
	display: block;
	width: 28px;
	text-align: center;
	color: #fff;
	}
.area table .event .et {
	float: left;
	/* background: #3B6DB6; */
	background: #c33;
	}
.area table .event .iot {
	float: right;
	background: #7FC1FF;
	}

.area table .booth {
	text-align: center;
	width: 4em;
	}
.area table td {
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
	padding: 0.4em 10px;
	border: 1px solid #ccc;
	}


/* 出展社新製品／ブース内プレゼンテーション／デモ情報 */

.area table .npd_t {
	text-align: center;
	font-size:11px;
	line-height: 1.3;
	}
.info_list .area table td.npd {
	border: 1px solid #ccc;
	padding: 0;
	width: 95px;
	}
.info_list .area table td.npd .npd_ins {
	position: relative;
	background: #fff;
	width: 95px;
	height: 26px;
	}
.npd_ins a {
	}

.npd_ins a:hover span {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}
.npd_ins a span {
	display: block;
	font-size: 11px;
	line-height: 1.0;
	padding: 2px 0;
	border-radius: 2px;
	width: 20px; 
	text-align: center;
	font-weight: bold;
	}
	
.npd_ins a span.sqN {
	position: absolute;
	top: 4px;
	left: 5px;
	border: 2px solid #90b444;
	color: #90b444;
	}
.npd_ins a span.sqB {
	position: absolute;
	top: 4px;
	left: 35px;
	border: 2px solid #7990aa;
	color: #7990aa;
	}
.npd_ins a span.sqD {
	position: absolute;
	top: 4px;
	left: 65px;
	border: 2px solid #c08dbb;
	color: #c08dbb;
	}

td.name a {
	color: #333;
}

/* 「iot」マークを社名頭につける2016年6月10日金曜日 */
.iot_beforeSet:after {
	content: "IoT";
	background: #09f;
	color: #fff;
	border-radius: 3px;
	padding:1px 0.5em;
	font-size: 12px;
	margin-left: 0.5em;
}
p.iot_beforeSet_setsumei {
	font-size: 14px;
	margin-bottom: 1.5em;
}
p.iot_beforeSet_setsumei:before {
	content: "IoT";
	background: #09f;
	color: #fff;
	border-radius: 3px;
	padding:1px 0.5em;
	font-size: 12px;
	margin-left:1em;
	margin-right: 0.25em;
}