@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');
}


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

   １階は純和風、２階は洋風仕立ての洋館

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

.blockA {
	background:url(../image/bgA.png) no-repeat center top;
	margin-top:-20px;
}

.blockA .photo {
	float:left;
	margin-right:40px;
	margin-top:20px;
}

.blockA h3 {
	width:402px;
	height:126px;
	background:url(../image/mdA.png) no-repeat left top;
	margin-left:-24px;
	margin-bottom:-10px;
	position:relative;
}

.blockA h3 span {
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
}


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

   立体図

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

.blockB {
	list-style:none;
	margin-top:50px;
	margin-bottom:50px;
}

.blockB li {
	float:left;
}


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

   館内

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

.blockC {
	list-style:none;
}

.blockC li {
	float:left;
	width:315px;
	text-align:center;
}

.blockC li:nth-child(2) {
	margin:0 26px;
	display:inline;
}

.blockC li img {
	margin-bottom:10px;
}


