@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	skin_booth
//////////////////////////////////////////////////////////////*/

/*=======================================================
	booth_area
=======================================================*/
#booth_area {
	margin-bottom: 50px;
	background: url(../img/bg_white.png) 0 0 repeat;
	border-radius: 10px;
	border: 1px solid #FFF;
	padding: 30px 20px 20px;
	color: #663210;
}

#booth_area h2 {
	height: 116px;
	margin-bottom: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/ttl_booth.png) 50% 50% no-repeat;
	background-size: contain;
}

/* coming soon */
#comingsoon_area h3 {
	margin: 120px auto;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/text_comingsoon.png) 50% 50% no-repeat;
	background-size: contain;
}

/* booth_map_area */
#booth_map_area {
}

#booth_map_area img {
	width: 100%;
	max-width: 980px;
}

/* booth_list_area */
#booth_list_area table {
	width: 90%;
	margin: 20px auto;
}

#booth_list_area table th {
	background: #009FE8;
	color: #FFF;
	width: 12%;
	padding: 10px 2%;
	border: 1px solid #009FE8;
}

#booth_list_area table td {
	border: 1px solid #009FE8;
	border-right: none;
	text-align: left;
	padding: 10px;
	background: #FFF;
}

#booth_list_area table .td_blue {
	border-left: none;
	background: #D7F2FF;
	border-right: 1px solid #009FE8;
}

#booth_list_area table th.booth_pink {
	background: #E74B95;
	border: 1px solid #E74B95;
}

#booth_list_area table td.booth_pink {
	border: 1px solid #E74B95;
}

#booth_list_area table .td_pink {
	border: 1px solid #E74B95;
	border-left: none;
}

#booth_list_area table ul li {
	width: 48%;
	margin: 0 1%;
	float: left;
	text-align: center;
}

#booth_list_area table ul li img {
	width: 100%;
	max-width: 640px;
	border-radius: 10px;
}

@media screen and (max-width: 979px) {
	/*=======================================================
		booth_area
	=======================================================*/
	#booth_list_area table ul li {
		width: 100%;
		margin: 0 auto 10px;
		float: none;
	}
}

@media screen and (max-width: 639px) {
	/*=======================================================
		booth_area
	=======================================================*/
	#booth_area h2 {
		height: 50px;
		margin-bottom: 10px;
	}
	
	/* booth_bnr_area */
	#booth_bnr_area ul li img {
		width: 50%;
		max-width: 300px;
	}
	
	/* booth_list_area */
	#booth_list_area table {
		width: 96%;
	}
	
	#booth_list_area table th {
		display: block;
		width: auto;
		padding: 10px 0;
		text-align: center;
	}
	
	#booth_list_area table td {
		display: block;
		border-right: 1px solid #009FE8;
		border-top: none;
		border-bottom: none;
		text-align: center;
	}
	
	#booth_list_area table .td_blue {
		border-left: 1px solid #009FE8;
		border-bottom: 1px solid #009FE8;
		border-top: none;
	}
	
	#booth_list_area table th.booth_pink {
	}
	
	#booth_list_area table td.booth_pink {
		border-right: 1px solid #E74B95;
		border-top: none;
	}
	
	#booth_list_area table .td_pink {
		display: none;
	}
}
