/* #header */
header#header {
	height: 48px;
	margin: 0;
	padding: 0;
	background: url(/s/common/img/_gen/header.png) repeat-x center center;
	border-color: transparent;
	background-size: 100% auto;
	border-bottom: solid 3px #FF3300;
	overflow: hidden;
}

#logo {
	margin: 0;
	padding: 5px;
	width: 155px;
	height: 37px;
	float: left;
}
#logo a {
	display: block;
	height: 0;
	padding: 37px 0 0;
	background: url(/s/common/img/_gen/image_set.png) no-repeat 0 0;
	background-size: 290px 126px;
	overflow: hidden;
}

#navHeader {
	display: block;
	margin: 0;
	padding: 5px;
	height: 36px;
	float: right;
}

#btn_register {
	display: block;
	padding: 0;
	width: 56px;
	float: left;
}
#btn_register a {
	display: block;
	height: 0;
	margin: 0;
	padding: 36px 0 0;
	background: url(/s/common/img/_gen/image_set.png) no-repeat -106px 0;
	background-size: 198px 86px;
	overflow: hidden;
}

#btn_menu {
	display: block;
	width: 36px;
	height: 0;
	margin: 0 0 0 7px;
	padding: 36px 0 0;
	background: url(/s/common/img/_gen/image_set.png) no-repeat -162px 0;
	background-size: 198px 86px;
	overflow: hidden;
	float: left;
}

/* #header */

#foot_nav ul {
	display: block;
	margin: 0;
	padding: 10px 10px;
	border-style: solid;
	border-color: #CBD0DF;
	border-width: 1px 0;
}
#foot_nav ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 30px;
}
#foot_nav ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1A385A;
	border-right: solid 2px #1A385A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#foot_nav ul li a {
	display: block;
	color: #0591BE;
	padding: 4px 0;
}

#gotop, .gotop {
	margin: 0;
	line-height: 45px;
	text-align: right;
}
#gotop span, .gotop span {
	position: relative;
	margin: 0 12px;
	padding: 0 0 0 15px;
}
#gotop span:after, .gotop span:after {
	display: block;
	content: "";
	position: absolute;
	top: 75%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 2px #1A385A;
	border-right: solid 2px #1A385A;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
#gotop span a, .gotop span a {
	color: #0591BE;
}

.gotop {
	margin-top: 20px;
	line-height: 1;
}

#social_icons {
	background: #F3F6F6;
	padding: 20px 0;
	overflow: hidden;
}
#social_icons ul {
	display: block;
	width: 280px;
	margin: 0 auto;
}
#social_icons ul li {
	display: inline;
	float: left;
}
#social_icons ul li a {
	display: block;
	width: 50px;
	height: 0;
	margin: 0 15px;
	padding: 50px 0 0;
	vertical-align: middle;
	background: url(/s/common/img/_gen/image_set.png) no-repeat 0 -36px;
	background-size: 198px 86px;
	overflow: hidden;
}
#social_icons ul li.facebook a {
	background-position: -50px -36px;
}
#social_icons ul li.google a {
	background-position: -100px -36px;
}

#copyright {
	height: 60px;
	margin: 0;
	padding: 0;
	background: #1B385B;
	text-align: center;
}
#copyright img {
	width: 168px;
	height: auto;
	margin-top: 18px;
}

/* #footer */

#contents {
  width: 100%;
  /*min-width: 320px;*/
  background: #fff;
}
/* Menu */
#menu {
	position: fixed;
	top: 0;
	right: -250px;
	width: 248px;
	height: 100%;
	border-left: solid #ABB4C0 2px;
	background: #fff;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	transition: all .1s;
	z-index: 2;
}

#btn_menu_close {
	position: relative;
	z-index: 3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 5px 7px;
	color: #fff;
	background: #1B385B;
	text-align: right;
}
#btn_menu_close span {
	display: inline-block;
	height: 24pxpx;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}
#btn_menu_close i {
	display: inline-block;
	width: 24px;
	height: 0;
	margin: 0 0 0 8px;
	padding: 24px 0 0;
	vertical-align: middle;
	background: url(/s/common/img/_gen/image_set.png) no-repeat -150px -36px;
	background-size: 198px 86px;
	overflow: hidden;
}

#menu {
	height: 100%;
}
#menu .container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: -35px 0 0;
	padding: 35px 0 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#menu .container ul {
	margin: 0;
	padding: 0;
	display: block;
}
#menu .container ul li {
	display: block;
}
#menu .container ul li a {
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 15px 0 10px;
	border-bottom: solid #1B385B 1px;
	background: #FFF;
	color: #1A385A;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#menu .container ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1A385A;
	border-right: solid 2px #1A385A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu .container ul li.reserve a {
	color: #DE2A24;
}
#menu .container ul li.reserve a:after {
	border-color: #DE2A24;
}
#menu .container ul li.info a {
	height: 45px;
	line-height: 45px;
	background: #F3F6F6;
}

.menu_open #overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
}

.menu_open #menu {
	-moz-transform: translate3d(-249px, 0, 0);
	-webkit-transform: translate3d(-249px, 0, 0);
	transform: translate3d(-249px, 0, 0);
}
/* #menu */
