/* ////////////////////////////////////////////////////////////////////////////////
SHOP　詳細設定
//////////////////////////////////////////////////////////////////////////////// */
.img-area{
	width:360px;
	height:220px;
	float:left;
}

.img-area img{
	border:5px solid #eeeeee;
}

.shop-icon{
	width:140px;
	height:200px;
	float:right;
	border:5px solid #d9e021;
	background-color:#f1f3af;
}

.shop-icon p{
	margin:10px 10px 0;
	text-align:center;
}

table{
	width:523px;
	border-collapse:collapse;
	border:1px solid #eeeeee;
	margin-bottom:20px;
}

th {
	padding:5px 8px;
	font-size:90%;
	font-weight:normal;
	text-align:center;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

td {
	padding:5px 8px;
	font-size:90%;
	text-align:left;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}