@charset "EUC-JP";

/*-----------------------------------
	全体枠
-----------------------------------*/
div#main {
	width:900px;
	padding:30px 20px 20px 20px;
}
div.pagetop {
	width: 860px;
	margin:100px auto 0px auto;
	text-align: right;
}
div.item {
	width: 860px;
	padding: 25px 30px 30px 30px;
	border:1px solid #ccc;
	border-top:none;
	margin-bottom:50px;
}

div.item p{
	margin-bottom:30px;
}
div.item h3{
	font-size:15px;
	font-weight:bold;
}
div.item h2 {
	background: #1F2F50;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	margin-bottom: 10px;
	text-indent: 10px;
}
table.info_wrap {
	background:url(../img/shop/bg_boxwrap.jpg) repeat-x;
	height:660px;
	width:800px;
}

div.info_box {
	background:url(../img/shop/bg_infobox.jpg) repeat-x;
	height:660px;
	width:380px;
}
div.info_box p {
	width:340px;
	margin-left:auto;
	margin-right:auto;
}
div.info_box p.shop_name {
	padding-top:30px;
}




ul.photo {
	padding-top:30px;
}
ul.photo li {
	float:left;
	padding:4px;
	margin-right:4px;
	margin-left:5px;
	margin-bottom:10px;
}


/*900以下表示========================================*/

@media screen and (max-width:900px){
/***スマホ*********************/
	
/*-----------------------------------
	全体枠
-----------------------------------*/
div#main {
	width:96%;
	padding:30px 0px 20px;
}
div.pagetop {
	width: 100%;
	margin:100px auto 0px auto;
	text-align: right;
}
div.item {
	width: 100%;
	padding: 25px 0;
}
table.info_wrap {
	background:url(../img/shop/bg_boxwrap.jpg) repeat-x;
	height:auto;
	width:100%;
	display: block;
}
table.info_wrap td{
	width:100%;
	display: block;
}
div.info_box {
	background:url(../img/shop/bg_infobox.jpg) repeat-x;
	height:auto;
	width:100%;
	padding: 20px;
}
div.info_box p {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div.info_box p.shop_name {
	padding-top:30px;
}

ul.photo {
	padding-top:30px;
}
ul.photo li {
	float:none;
	padding:4px;
	border:none;
	margin-right:4px;
	margin-left:5px;
	margin-bottom:10px;
	text-align: center;
}


/***スマホここまで*********************/
}

