@charset "UTF-8";
/*###############################################
detail
###############################################*/
#shop_newsbase {
	width:100%;
	margin:10px 0;
}
.shop_news {
	width:264px;
	float:left;
	display:inline-block;
	margin:0 10px 10px 0;
	border:1px solid #CCCCCC;
	background-color:#fff;
	font-size:12px;
}
.shop_news:nth-child(3n) {
	margin-right:0;
}
.shop_newsin {
	padding:5px 0;
}

/*delivery health soap*/
.base_shoplist {
	background-color:#fff;
	padding:14px;
}
.base_shoplist .box {
	width:48%;
	float:left;
	margin-bottom:10px;
	height:145px
}
.base_shoplist .box p{
	line-height:1.2;
	text-align:center;
}
.base_shoplist .box:nth-child(2n) {
	float:right;
}
.base_shoplist .box figure{
	width:100%
}
.base_shoplist .box figure img{
	width:100%;
	height:auto;
}
.tb_shop {
}
.tb_shop thead td{
	text-align:center;
	background-color:#ee367c;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
.tb_shop,
.tb_shop th,
.tb_shop td {
	border:1px solid #ccc;
}
.tb_shop tbody tr:nth-child(2n) {
	background-color:#f7f7f7;
}
.tb_shop tbody th,
.tb_shop tbody td {
	text-align:center;
	padding:5px;
}
#img_map img {
	width:100%;
	height:auto;
}
#base_pickup {
	color:#fff;
}


