@charset "utf-8";

/*-----------------------------------------------------
注目の出展社紹介
新規出展社紹介
-----------------------------------------------------*/

/* 目次@2016年6月14日火曜日 */
.list_group {
	margin-bottom: 75px;
}
.list_group .f_left,
.list_group .f_right {
	width: 48%;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0, 0.15);
	border-radius: 6px;
}
.list_group h3 {
	color: #fff;
	padding: 0.75em 0.5em;
	text-align: center;
	font-size: 24px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border-radius: 6px 6px 0 0 ;
}
.list_group .f_left h3 {
	background: #a5c903;
}
.list_group .f_right h3 {
	background: #fd9f85;
}

.list_group .padding_set {
	padding: 18px;
}
.list_group h4 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	padding: 0.5em 0.25em;
}
.list_group h4.ei {
	color: #090;
	border: 1px solid #090;
	border-width: 1px 0 ;
}
.list_group h4.sej {
	color: #06f;
	border: 1px solid #06f;
	border-width: 1px 0 ;
}




.list_group ul {
	margin: 5px 5px 0;
}
.list_group ul li {
	font-size: 14px;
	line-height: 1.3;
	padding: 0.25em 0;
}
.list_group ul li a {
	color: #343;
	text-decoration: none;
	outline: none;
}
.list_group ul li a:before {
	color: #bbb;
	content: "\f0a9";
	font-family: FontAwesome;
	padding-right: 0.25em;
}
.list_group ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

/* 見出し */
h2.head_cover {
	border-radius: 3px ;
	line-height: 1.0;
	padding: 10px 10px;
	box-shadow: 0 0 4px rgba(0,0,0, 0.15);
}
h2.head_cover.head_new {
	background: #a5c903;
}
h2.head_cover.head_focus {
	background: #fd9f85;
}
h2.head_cover span {
	display: block;
	float: left;
}
h2.head_cover span.t {
	font-size: 24px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	padding-right: 0.5em;
}
h2.head_cover span.c {
	background: rgba(255,255,255,0.7);
	padding: 0px 0;
	font-size: 12px;
	padding: 6px 0.5em;
	border-radius: 3px ;
}
h2.head_cover span.c.ei {
	color: #090;
}
h2.head_cover span.c.sej {
	color: #06f;
}






/* 目次の50音順リスト部分、テーブル */
table.exTbl02 {
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	}
.exTbl02 th,
.exTbl02 td {
	padding: 0.4em 0;
	border-bottom:#ccc solid 1px;
	vertical-align: top;
	line-height: 1.0;
	font-size: 13px;
	}
.exTbl02 th {
	padding-top: 0.8em; /* 再設定（td内のliのマージン0.4em分+） */
	width: 8em;
	border-right: 0px solid #999;
	text-align: center;
	font-weight: bold;
	background: #ddd;
	}
.exTbl02 td {
	}
	
.exTbl02 td ul li {
	float: left;
	margin: 0.4em 0;
	border-right: 1px solid #999;
	}
.exTbl02 td ul li:last-child {
	border-right: 0px solid #999;
	}
.exTbl02 td ul li a {
	display: block;
	padding: 0 1em;
	white-space: nowrap;
	text-decoration: none;
	}
.exTbl02 td ul li a.link_no {
	color: #666;
	}


/* 出展社データ */
ul.exhibitors_dat {
	margin-bottom: 150px;
	}
ul.exhibitors_dat li {
	margin-bottom: 30px;
	padding: 10px 0;
	}

ul.exhibitors_dat li h3 {
	background:#fff;
	border: solid #ccc;
	border-width: 1px 0 1px 7px;
	padding: 5px 0.75em;
	font-weight: bold;
	font-size: 18px;
	line-height:1.5;
	}


ul.exhibitors_dat li .tcSet {
	display: table;
	margin: 15px 10px 0;
	}
ul.exhibitors_dat li .tcSet > div {
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	}
	
	
ul.exhibitors_dat li .tcSet .ci_image {
	background:#fff;
	border-radius: 6px;
	width: 220px;
	}
ul.exhibitors_dat li .tcSet .ci_image a:hover {
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
	opacity: 0.5;
	}
ul.exhibitors_dat li .tcSet .ci_image  img {
	width: 70%;
	}
ul.exhibitors_dat li .tcSet .ci_image  img.w50 {
	width: 50%;
	}
ul.exhibitors_dat li .tcSet .ci_image  img.w60 {
	width: 60%;
	}
ul.exhibitors_dat li .tcSet .ci_image  img.w80 {
	width: 80%;
	}
ul.exhibitors_dat li .tcSet .ci_image  img.w90 {
	width: 90%;
	}

ul.exhibitors_dat li .tcSet .txt_dat {
	padding-left: 20px;
	text-align: left;
	}
ul.exhibitors_dat li .tcSet .txt_dat p {
	font-size: 14px;
	line-height:1.6;
	margin: 0;
	}
ul.exhibitors_dat li .tcSet .txt_dat p.urlAd {
	padding-top: 5px;
	margin-bottom: 0.5em;
	}
ul.exhibitors_dat li .tcSet .txt_dat p.urlAd span.url {
	float: left;
	background:#09c;
	color:#fff;
	border-radius: 3px;
	font-size: 12px;
	padding: 1px 8px;
	margin-right: 0.5em;
	}






/*-----------------------------------------------------
ワークショップ
オープンステージプレゼンテーション
-----------------------------------------------------*/
.freeTT {
	font-size: 14px;
	dispaly: block;
	float: left;
	background: #09c;
	border-radius: 3px;
	color: #fff;
	padding: 1px  5px;
	margin-right: 8px;
	}
.exhibitorsSeminar_table {
	margin-right: 10px;
	}

/* table */
.exhibitorsSeminar_table table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	}
.exhibitorsSeminar_table table th,
.exhibitorsSeminar_table table td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.exhibitorsSeminar_table table th {
	font-size: 18px;
	font-weight: bold;
	padding: 1.25em 0;
	text-align: center;
	background: #40b3ff;
	color: #fff;
	}
.exhibitorsSeminar_table table td {
	padding: 1%;
	background: #fff;
	width: 28%;
	vertical-align: top;
	}
.exhibitorsSeminar_table table td a {
	text-decoration: none;
	outline: none;
	color: #333;
	}
/*リンク設置時にopen */
.exhibitorsSeminar_table table td:hover {
	background: #e5f5ff;
	}
.exhibitorsSeminar_table table td.noneT{
	color: #999;
	}
.exhibitorsSeminar_table table td.noneT:hover {
	background: #fff;
	}

.exhibitorsSeminar_table table td p {
	font-size: 13px;
	line-height: 1.4em;
	}
.exhibitorsSeminar_table table td p.name {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	}

/* time */
.exhibitorsSeminar_table table td.time {
	padding: 0;
	background: #e5f5ff;
	width: auto;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	}
/* 月日 */
.exhibitorsSeminar_table table th .min {
	font-size: 75%;
	}

/* 2pin */
.exhibitorsSeminar_table table td.pin2 {
	background: #ffeeee;
	vertical-align: middle;
	}




/* 単体ページデータ */
.dataTT {
	margin: 15px;
	}

.dataTT h1.nameNum {
	font-size: 18px;
	line-height:1.5;
	font-weight: bold;
	padding: 0.5em 8px;
	border: solid #ccc;
	border-width: 1px 0;
	}

.dataTT h1.nameNum .times {
	display: block;
	float: left;
	font-size: 14px;
	padding: 2px 0.5em;
	color: #fff;
	background: #333;
	border-radius: 4px;
	margin-right: 1em;
	}
.dataTT h1.nameNum .times span {
	font-size: 11px;
	padding-right: 0.25em;
	}

.dataTT h2.title {
	font-size: 16px;
	line-height:1.3;
	padding: 0.5em 8px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 0.3em;
	}
.dataTT p {
	font-size: 15px;
	line-height:1.5;
	padding: 8px;
	}






/*-----------------------------------------------------
出展社情報  > 新製品／ブース内プレゼン／デモ情報
-----------------------------------------------------*/
.hide_fo {
	display: block;
	display: none;
	}


/* Tab ナビゲーション */
ul.pre_navi {
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	padding: 0;
	padding-top: 10px;
	}
ul.pre_navi li {
	font-size: 14px;
	line-height:1.5;
	float: left;
	display: inline;
	margin-right: 3px;
	}
ul.pre_navi li:first-child {
	margin-left: 10px;
	}
ul.pre_navi li a {
	display: block;
	text-decoration: none;
	background: #ddd;
	padding: 5px 1.5em;
	border-radius: 4px 4px 0 0;
	color: #666;
	}
ul.pre_navi li.this a {
	color: #fff;
	font-weight: bold;
	}
#newT .this a {
	background: #90b444;
	}
#boothT .this a {
	background: #7990aa;
	}
#demoT .this a {
	background: #c08dbb;
	}
ul.pre_navi li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
/*
ul.pre_navi li.ende {
	float: right;
	}
ul.pre_navi li.ende a {
	background: #fff;
	padding: 5px 0;
	}
*/


/* 一覧リスト */
.presentation_list {
	margin:0;
	}
.presentation_list p {
	font-size: 15px;
	line-height:1.5;
	font-weight: bold;
	padding:  0.5em 10px;
	border: solid #ccc;
	border-width: 0 0 1px;
	margin-bottom: 0px;
	}
.presentation_list p a {
	color: #333;
	}
.presentation_list p:hover {
	background: #fff;
	}
.presentation_list p .num {
	display: block;
	float: left;
	font-size: 13px;
	padding: 1px 0;
	width: 80px;
	text-align: center;
	color: #fff;
	background: #666;
	border-radius: 3px;
	margin-right: 10px;
	}
.presentation_list p .sub {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-left: 90px;
	}


.pz_booth {
	border: solid #ddd;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	margin: 20px 0;
	}
.pz_booth th,
.pz_booth td {
	min-width: 5em;
	font-size: 13px;
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	line-height: 1.5em;
	padding: 0.4em 1.2em;
	text-align: center;
	}
.pz_booth th {
	background: #f9f9f9;
	}



