@charset "utf-8";


#content {
	position:relative; /* 絶対配置の基準点 */
    width:100%; /* 600px以下は幅いっぱいに広げる */
    max-width:1000px; /* 最大幅の指定 */
    height:430px; /* 高さの指定 */
    margin:50px auto; /* ブロック要素の中央揃え */
    text-align:left; /* インライン要素の中央揃え */
}

#thumb-h{
	float:left;
	width:500px;
	height:430px;
}
.sp-thumbnails{
	margin:6px 0 0 0;
	width:510px;
}
.sp-thumbnail{
	margin:0 3px;
}
#shopInfo{
	float:left;
	width:450px;
	margin-left:30px;
}
.shopname{
	font-size:24px;
}
.shopnameUnder{
	height:1px;
	width:450px;
	background-color:#000000;
	margin:7px 0;
}
.map{
	margin:20px 0;
}
.info{
	line-height: 100%;
	letter-spacing:1px;
	margin-bottom:20px;
}
.red{
	color:#dd2621;
}

.slim{
	width:180px;
	height:26px;
}
#more a{
	margin-right:10px;
}

