@charset "utf-8";
@import url("../css/common.css");

/*-----------------------------------------------

	背景の設定

-----------------------------------------------*/
/*店舗情報*/
.storeInfo {
	background: url(./images/back_storeinfo.jpg) left bottom no-repeat;
}



/*-----------------------------------------------

	一般

-----------------------------------------------*/
.mainContents {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 20px;
}

.nav h2 {
	margin: 0;
}

h3 {
	margin-bottom: 10px;
}

dl {
	margin-right: 20px;
	margin-left: 20px;

}

dt {
	float: left;
	padding-left: 10px;
}

dd {
	padding-left: 120px;
}

.price_option {
	margin-bottom: 20px;
}

* html .footer {
	margin-top: -20px;
}
/*-----------------------------------------------

	店舗情報

-----------------------------------------------*/
.storeInfo {
	float: left;
	width: 380px;
	height: auto;
	padding-bottom: 0px;
	color:#e3cd82;

}
.storeInfo dl {
	font-weight:bold;
	line-height:1.7;
}

.storeInfo p {
	margin: 10px 20px;
}




.storeInfo1 {

	float: left;
	width: 380px;
	height: auto;
	color:#e3cd82;
	/*padding-bottom: 15px;*/
	padding-left: 20px;
	line-height:1.4;
	background: url(./images/back_storeinfo.jpg) right bottom no-repeat;
}
.storeInfo1 dl{
	margin-right: 0px;
}

.storeInfo1 p {
	margin: 10px 20px;
}
