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

/*===================================
	banquet
===================================*/
#banquet{
	width:100%;
}

/* text */
#banquet .text p{
	color:#000;
	font-weight:bolder;
	margin-bottom:1.0em;
}
#banquet .text #mail{
	margin-bottom:1.0em;
}
#banquet .text #mail a{
	width:100%;
	line-height:50px;
	display:block;
	color:#FFF;
	font-family:"Hiragino Mincho ProN", serif;
	text-align:center;
	text-decoration:none;
	background:url(../images/common/arrow03.png) 90% center no-repeat #377CBC;
	background-size:8px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#banquet .headline01{
	margin-bottom:0px;
}

/* second-floor */

/* first-floor */

/* second-floor,third-floor */
#banquet #second-floor ul li,
#banquet #first-floor ul li{
	width:100%;
	border-bottom:1px dotted #000;
	padding:1.0em 0;
}
#banquet #second-floor ul li:last-child,
#banquet #first-floor ul li:last-child{
	border-bottom:none;
}
#banquet #second-floor ul li figure,
#banquet #first-floor ul li figure{
	width:48%;
	-webkit-box-shadow: 0 2px 1px #373737;
	-moz-box-shadow: 0 2px 1px #373737;
	box-shadow: 0 2px 1px #373737;
	float:left;
}
#banquet #second-floor ul li figure a img,
#banquet #first-floor ul li figure a img{
	width:100%;
	height:auto;
	display:block;
}
#banquet #second-floor ul li dl,
#banquet #first-floor ul li dl{
	width:48%;
	float:right;
}
#banquet #second-floor ul li dl dt,
#banquet #first-floor ul li dl dt{
	font-weight:bolder;
	border-left:3px solid #373737;
	padding:0 0 0 0.5em;
	white-space:nowrap;
	margin-bottom:0.5em;
}
#banquet #second-floor ul li dl dd,
#banquet #first-floor ul li dl dd{
	font-size:80%;
	margin-bottom:1.0em;
}
#banquet #second-floor ul li dl dd:last-child,
#banquet #first-floor ul li dl dd:last-child{
	margin-bottom:0px;
}

