@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
#conts * {
	font-family: "Noto Sans Japanese","メイリオ",Meiryo,Helvetica,"ヒラギノ角ゴ Pro W3","hiragino kaku gothic pro","ＭＳ Ｐゴシック","ms pgothic",sans-serif;
}

/*-----------------------------------------------------------
	
-----------------------------------------------------------*/
#conts {
	width: 910px;
	padding: 20px;
	background: #fff;
}

.shopWrap {
	margin-top: -30px;
	padding-top: 40px;
}

.shopName {
	padding: 3px 20px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: #4c5318;
}
.shopInner {
	padding: 0 20px 20px;
}


/**/
.shopDetail {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
    border-spacing: 0;
}
.shopDetail th {
	width: 190px;
	padding-left: 20px;
	color: #4c5318;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #4c5318;
}
.shopDetail td {
	padding: 13px 0;
	font-size: 18px;
	border-bottom: solid 1px #4c5318;
}

/**/
.shopImg {
	margin-bottom: 20px;
}
.shopImg li {
	margin-bottom: 10px;
	float: left;
}
.shopImg li:nth-child(odd){
	margin-right: 10px;
}
