@charset "UTF-8";
/* CSS Document */

body{
	background: #fff;
}
.webp body{
	background-image: none;
}
.no-webp body{
	background-image: none;
}

/*コンテンツブロック*/
.box_a,.box_b{
	width: 100% !important;
	max-width: none !important;
	margin: 0 auto 0;
}
.box_b{
	background:#f6fafa;
}
.box_in{
	padding:0 0 50px 0 !important;
}

.booth h3{
	font-size: 27px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.booth h3 span{
	font-size:14px;
	line-height:1.6;
	color:#333;
}

.booth h4 {
    font-size: 150%;
    font-weight: bolder;
	text-align:center;
    padding: 20px;
	margin-bottom:20px;
}

.btn_list{
	width:80%;
	margin:0 auto 30px;
	padding:0 0 50px 0;
	border-bottom:#dedede solid 1px;
}

.btn{
	width:270px;
	margin:0 auto 0;
	letter-spacing:5px;
	font-size: 130%;
}

.top_btn_br{
	margin-bottom:50px;
}

.top_btn,.top_btn02{
    display: inline-block;
	background-color:#fff;
	color:#003DAA;
	margin:0 3px;
	letter-spacing:1px;
	text-align:center;
	border:#003DAA solid 3px;
}

.top_btn span,.top_btn02 span{
	font-size:12px;
}

.top_btn p,.top_btn02 p{
	font-size:18px;
}

.top_btn:hover,.top_btn02:hover {
	background-color: #003DAA;
	text-decoration:none;
}
.top_btn{
	width:280px;
	padding:20px 20px;
}
.top_btn02{
	width:445px;
	padding:20px 20px;
}

.booth_list{
	width:100%;
}

.booth_list h4{
	font-size:25px;
	padding:40px 0 0 0;
	margin-bottom:-30px;
}
.booth_list h4 span{
	font-size:14px;
	color:#333;
}

.bn_gp{
	width:930px;
	margin:50px auto 0;
	padding:0 35px 30px 35px;
	border-bottom:#dedede solid 1px;
	overflow:hidden;
}

.bn_gp li{
	float:left;
	margin:0 9px 22px 9px;
}
.bn_gp li img{
	width:292px;
}

.booth a:hover img {
	filter:Alpha(opacity=70) ;
	opacity:0.7 ;
	-moz-opacity:0.7;
}

table {
    margin-top:20px;
}

tr {
    border: 1px solid #F6F6F6;
}
th {
    padding: 20px;
}
td {
    padding: 20px;
}

#name_head{
	width:90%;
	margin:0 auto 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content:center;
}

ul#name_head li {
    margin: 0 3px 3px 3px;
}

ul#name_head li a {
    color:#003DAA;
    font-size: 150%;
    padding: 3px;
    text-decoration: none;
}

ul#name_head li a:hover {
	/*background:#F5F5F5;*/
	border-bottom:2px solid #00256;
    color: #00256;
    font-size: 150%;
	font-weight:bold;
    padding: 3px;
    text-decoration: underline;
}

.text_list,.text_list_b{
    width: 80%;
	max-width:930px;
	margin:0 auto 50px;
	padding:20px 0;
	background:#FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.text_list li,.text_list_b li{
    color: #333;
    font-size: 110%;
    font-weight: bold;
    padding: 15px 1.66%;
    text-align: center;
    text-decoration: none;
}
.text_list li{
	width:30%;
}

.text_list_b li{
	width:46%;
    color: #333;
    padding: 15px 2%;
}

.text_list li.none,.text_list_b li.none {
	border: none;
}

.text_list a,.text_list_b a {
    color: #333;
    font-weight: bolder;
    text-decoration: none;
}

.text_list li a:hover,.text_list_b li a:hover {
    color: #999;
    font-weight: bolder;
    text-decoration: none;
}

/*
table.text_list {
    width: 100%;
	margin-bottom:80px;
}

table.text_list tr td {
	border: 2px solid #F5F5F5;
    color: #333;
    font-size: 120%;
    font-weight: bolder;
    padding: 8px 0 8px 6px;
    text-align: center;
    text-decoration: none;
    width: 33%;
}

table.text_list tr.none{
	border: none;
}

table.text_list tr td.none {
	border: none;
}

table.text_list tr td a {
    color: #333;
    font-weight: bolder;
    text-decoration: none;
}

table.text_list tr td a:hover {
    color: #999;
    font-weight: bolder;
    text-decoration: none;
}
*/

/*HALL別出展社一覧*/
.list_img{
	width:800px;
	margin-bottom:40px;
}
.list_img02{
	width:800px;
	margin:30px 0 40px 0;
}

@media screen and (max-width: 834px) {
	#wrapper{
		background:url(../img/bg_booth_sp.png) no-repeat top center;
		background-size: contain;
	}
	.booth h3{
		font-size: 30px;
		font-weight:bold;
	}
	.booth h3 span{
		font-weight:normal;
	}
	.box_in{
	padding:40px 0 !important;
	}
	.btn_list{
	width:90%;
	margin:30px auto 30px;
	padding:0 0 50px 0;
	}
	.top_btn{
	width:70%;
    display: inline-block;
	padding:15px 20px;
	margin:30px 3px 0 0;
	letter-spacing:1px;
	text-align:center;
}
	tr {
		border: none;
	}
	th {
		padding: 10px;
		width:30%;
	}
	table.text_list tr td {
		border: 1px solid #F5F5F5;
		display: block;
		width: 95%;
		list-style-type: none;
		padding: 10px;
	}

.booth_list h4{
	padding:0;
	margin-bottom:-10px;
}
	.bn_gp{
	width:90%;
	margin:50px auto 50px;
	padding:0 0 30px 0;
	border-bottom:#dedede solid 1px;
	overflow:hidden;
	}
	.bn_gp li{
	float:left;
	margin:0 22px 22px 22px;
}

.bn_gp li.bn_gp_last{
	float:left;
	margin:0 22px 22px 22px;
}
.text_list{
    width: 90%;
	margin:0 auto 50px;
	padding:20px 0;
}
.text_list li,.text_list_b li{
	width:46%;
    color: #333;
    font-size: 90%;
    padding: 15px 2%;
}
/*HALL別出展社一覧*/
.list_img,.list_img02{
	width:80%;
}
}
@media screen and (max-width: 640px) {
.booth h4 {
    padding: 20px;
	margin-bottom:0;
}

	.btn_list{
	margin:0 auto 30px;
	padding:0 0 30px 0;
	}
	/*
	.btn{
		width:50%;
	}
	*/
	.booth h2{
		font-size: 15px;
	}
	.booth h3{
		font-size: 20px;
		font-weight:bold;
	}
	th {
		padding: 5px;
	}
	table.text_list tr td {
		border:none;
		border-bottom: 2px solid #F5F5F5;
		padding: 10px 5px;
	}
.booth_list{
	margin-top:30px;
}
.booth_list h4{
	font-size:20px;
	margin-bottom:-10px;
}
.booth_list h4 span{
	font-size:12px;
}
	.bn_gp img{
		width:100%;
	}
	.bn_gp{
		width:80%;
		margin:0 auto 0;
		padding:0 5% 30px 5%;
		text-align:center;
		margin-bottom:40px;
	}
	.bn_gp li{
		float:none;
		margin: 0 0 10px 0;
	}
	.bn_gp li img{
	width:100%;
	}
	.bn_gp li.bn_gp_last{
		float:none;
		margin: 0 0 10px 0;
	}
	#name_head{
	width:100%;
}
ul#name_head li a {
    font-size: 120%;
}
ul#name_head li a:hover {
    font-size: 120%;
}
.text_list,.text_list_b{
    width: 90%;
	margin:0 auto 30px;
	padding:20px 0;
}
.text_list li,.text_list_b li{
	width:96%;
    color: #333;
    font-size: 110%;
    padding: 15px 2%;
}
/*HALL別出展社一覧*/
.list_img,.list_img02{
	width:95%;
}
}