@charset "utf-8";
@import "normalize.css";
@import "common.css";
/* /////////////////////////////////////////////////////////
	ご宴会・会議室
///////////////////////////////////////////////////////// */

/* ====================================
	glovalNavi
==================================== */
#glovalNavi .c3 a{ 
	background-position:-360px -43px;
}

/* ====================================
	page-title
==================================== */
#page-title{
	background:url(../banquet/images/page-title.png) no-repeat;
	margin:0 auto 20px auto;
}

/* ====================================
	banquet
==================================== */
#banquet{
	width:760px;
}

/* text */
#banquet .text{
	width:760px;
	margin-bottom:25px;
}
#banquet .text p{
	width:540px;
	font-weight:bolder;
	float:left;
}
#banquet .text #mail{
	width:217px;
	float:right;
}
#banquet .text #mail a{
	height:0px;
	padding-top:46px;
	display:block;
	overflow:hidden;
	background:url(../images/common/mail-btn.png) 0 0 no-repeat;
}
	#banquet .text #mail a:hover{
		background-position:0 -46px;
	}

/* 2F,3F 共通 */
#banquet #second-floor ul,
#banquet #third-floor ul{
	width:758px;
	padding:0 1px;
}
#banquet #second-floor ul li,
#banquet #third-floor ul li{
	padding:20px;
	border-bottom:1px dotted #000;
}
#banquet #second-floor ul li:last-child,
#banquet #third-floor ul li:last-child{
	border-bottom:none;
}
#banquet #second-floor ul li:nth-child(3n),
#banquet #third-floor ul li:nth-child(3n){
	margin-right:0px;
}
#banquet #second-floor ul li figure,
#banquet #third-floor ul li figure{
	width:240px;
	float:left;
}
#banquet #second-floor ul li figure a img,
#banquet #third-floor ul li figure a img{
	display:block;
	-webkit-box-shadow: 0 2px 1px #373737;
	-moz-box-shadow: 0 2px 1px #373737;
	box-shadow: 0 2px 1px #373737;
	margin-bottom:10px;
}
	#banquet #second-floor ul li figure a img:hover,
	#banquet #third-floor ul li figure a img:hover{
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}
	
#banquet #second-floor ul li dl,
#banquet #third-floor ul li dl{
	width:458px;
	float:right;
}
#banquet #second-floor ul li dl dt,
#banquet #third-floor ul li dl dt{
	color:#373737;
	font-size:140%;
	font-weight:bolder;
	border-left:5px solid #373737;
	padding-left:10px;
	margin-bottom:10px;
}
#banquet #second-floor ul li dl dd,
#banquet #third-floor ul li dl dd{
	margin-bottom:20px;
}

/* 2F */
#banquet #second-floor .headline01{
	background:url(../banquet/images/headline01.gif) no-repeat;
}
#banquet #second-floor{
	width:760px;
	margin-bottom:20px;
}

/* 3F */
#banquet #third-floor .headline01{
	background:url(../banquet/images/headline02.gif) no-repeat;
}
#banquet #third-floor{
	width:760px;
	margin-bottom:15px;
}
