@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : 売店・休憩所
 
=====================================================================================*/

.pgmd-bg {
	background-image:url(../image/pgmd.jpg);
}

.pgmd h2 {
	background:url(../image/pgmd-title.png) no-repeat 13px 85px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/pgmd-title.png',sizingMethod='scale');
}

footer { margin-top:50px; }

.block {
	background:url(../image/bgA.png) no-repeat center top;
}

.blockA {
	text-align:center;
	margin-top:-20px;
}


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

   おもてなし

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

.blockB {
	height:472px;
	margin-top:-40px;
	position:relative;
}

.blockB .photo {
	position:absolute;
	left:0;
	top:90px;
}

.blockB-tx {
	width:517px;
	height:464px;
	background:url(../image/bgB.png) no-repeat left top;
	position:absolute;
	right:-40px;
	bottom:25px;
}

.blockB-tx h3,
.blockB-tx p {
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
}


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

   オリジナル商品

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

.blockC {
	background:url(../../image/op-gold25.png) repeat left top;
	margin-top:-45px;
	position:relative;
	text-align:center;
	padding-bottom:35px;
}

.blockC-inner {
	background:url(../image/bgC.jpg) no-repeat center top;
}

.blockC h4 {
	background:url(../image/mdC.png) no-repeat center center;
	height:83px;
	margin-top:5px;
	margin-bottom:20px;
}

.blockC h4 span {
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
}

.blockC ul {
	width:928px;
	margin:-30px auto 0 auto;
	position:relative;
	list-style:none;
	text-align:center;
}

.ie67 .blockC ul {
	margin:0;
}

.blockC li {
	width:288px;
	margin-top:30px;
	/*
	float:left;
	display:inline;
	*/
}

.blockC li .photo {
	background:url(../../image/op-white90.png) repeat left top;
	padding:4px;
	margin-bottom:10px;
}

.blockC li a { font-weight:bold; }

.blockC li:nth-child(3n+2) {
	margin-left:30px;
	margin-right:30px;
}

.blockC02 {
	background:url(../../image/op-white65.png) repeat left top;
	margin-top:30px;
	text-align:left;
}

.blockC02 p {
	padding:25px 30px;
}

