
h2.h2style_01 {
margin-top: 10px;
font-size: 28px;
line-height: 1.3em;
color: #09F;
border-top: 2px solid #09F;
padding-top: 6px;
}

h2.h2style_01 span.guide {
	padding-left: 1em;
	font-size: 14px;
	color: #333;
	}
h2.h2style_01 span.guide .et,
h2.h2style_01 span.guide .iot {
	font-size: 12px;
	line-height: 1.0;
	padding: 1px 10px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	}
h2.h2style_01 span.guide .et {
	/* background: #3B6DB6; */
	background: #c33;
	}
h2.h2style_01 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 #09f;
	}
.info_list .tab li {
	float: left;
	margin-right: 2px;
	background: #dfe2e8;
	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 26px;
	padding: 0.5em 36px;
	padding: 0.5em 16px;
	padding: 0.5em 10px;
	padding: 0.5em 8px;
	text-decoration: none;
	line-height: 1.0;
	font-size: 12px;
	}
	
.info_list .tab li.active {
	background: #09f;
	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: #09f;
	}


/* あ〜わ行、各表*/
.area {
	display: none;
	} 
.area h3 {
	display: block;
	background: #09f;
	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: 26em;
	}

.area table {
	margin: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
	
.area table th {
	font-size: 16px;
	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: 5em;
	}
.area table td {
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
	padding: 0.4em 10px;
	border: 1px solid #ccc;
	}

