@charset "utf-8";
.shop_text{
	font-size: 97%;
	margin: 10px 0 20px 0;
	line-height: 30px;
}
.shop_text .underline{
	color:#000;
	text-decoration:underline;
}
.shop_text a:hover.underline{
	color:#3a97e6;
}
.shop_text span.bold{
	font-weight:bold;
}
.shop_text span.under{
	text-decoration:underline;
}
.shop_list{
	font-size: 97%;
	margin: 10px 0 20px 0;
	line-height: 30px;
	text-indent: -1em;
	padding-left: 1em;
}

.shop_box{
	border:1px solid #CCCCCC;
	padding:10px 15px 0 10px;
	margin:0 0 10px 0;
}

.shop_tblbox{
}
.shop_tblbox h4{
	width:90%;
	margin:30px auto 0 auto;
}
.shop_tblbox table{
	width:90%;
	margin:5px auto;
	font-size:92%;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.shop_tblbox table th{
	text-align:center;
	background:#EEEEEE;
	padding:5px 0;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.shop_tblbox table td{
	padding:5px 10px;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.shop_tblbox table td.cencen{
	text-align:center;
    vertical-align:middle;
}
@media(max-width: 1199px) {
	.shop_tblbox h4{
		width:94%;
	}
	.shop_tblbox table{
		width:94%;
	}
}
@media(max-width: 768px) {
	.shop_text{
		font-size: 90%;
		margin: 10px 2% 20px 2%;
	}

	.shop_list{
		font-size: 90%;
		margin: 10px 2% 20px 2%;
	}

	.shop_box{
		border:1px solid #CCCCCC;
		padding:5px 5px 0 5px;
		margin: 0 2% 10px 2%;
	}
	.shop_tblbox h4{
		width:94%;
		margin:20px auto 0 auto;
	}
	.shop_tblbox table{
		width:94%;
		font-size:88%;
	}
	.shop_tblbox table td{
		padding:5px;
	}
}
