@charset "UTF-8";
p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.main {
	margin-top:  50px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.main2 {margin-top: 50px;}
#head_area {
	background-image: url(../img/common/head_top_bg2.png);
    background-repeat: repeat;
    z-index: -100;
	height: 50px;
	color: #fff;
	position:fixed;
	width: 100%;
	z-index: 99999999;
	top:0;
}
.gradient{
	height:52px;
	background-image: -webkit-linear-gradient(bottom, rgba(52,41,18,.7), #000);
	background-image: -moz-linear-gradient(bottom, rgba(52,41,18,.7), #000);
	background-image: -o-linear-gradient(bottom, rgba(52,41,18,.7), #000);
	background-image: -ms-linear-gradient(bottom, rgba(52,41,18,.7), #000);
	background-image: linear-gradient(to top, rgba(52,41,18,.7), #000);
}
#head_area .logo {
	float: left;
	padding: 10px 0 0 4%;
}
.content {
	/* [disabled]width: 98%; */
	/* [disabled]padding-right: 1%; */
	/* [disabled]padding-left: 1%; */
}
/***********************************/
.foot_area {
	background-color: #000;
	padding-top: 3%;
	color: #FFF;
	padding-right: 3%;
	padding-bottom: 10%;
	padding-left: 3%;
	clear: both;
	padding-top: 7%;
	font-size:10px;
	letter-spacing: 0em;
}
.foot_area p {
	text-align: center;
}

.outline_menu{
	margin:0 auto;
	width: 98%;
}
.foot_area .box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.foot_area .box a { color:#FFFFFF;}

.foot_area div img{width: 100%!important;height:auto!important;}

.selectoff{
	background-image: url(../img/room/room_bg_off.png);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 10px 10px 0px;
	padding:1px;
	color:#FFF;
	text-align:center;
	width:95px;
	height:24px;
	line-height: 26px;
}
.sqroom{
	color:#fff !important;
	width:50px !important;
	height:50px !important;
	background-color:#7a9262 !important;
	text-align: center !important;
	line-height:50px !important;
	min-width:0 !important;
}
.sqroom2{
	width:50px !important;
	height:50px !important;
	min-width:0 !important;
}

.line{
    margin: -5% 0 0% 0;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    background-position: top;
    padding: 2px 0 2% 0;
	clear:both;
}
.line02{
    margin: -5% 0 0% 0;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    background-position: top;
    padding: 2px 0 0 0;
	clear:both;
}
.typeselect {
    background-color: #fff !important;
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

