@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	padding-top: 60px;
}
h2 {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 826px;
	height: 54px;
	padding-left: 28px;
	padding-top: 4px;
	margin-left: -28px;
	margin-bottom: 42px;
	font-family: 'exo_medium';
	font-weight: normal;
	font-size: 30px;
	line-height: 1.4em;
	background-image: url(../images/h2bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
h3 {
	font-family: 'exo_bold';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1em;
	padding-bottom: 16px;
}
h4 {
	font-family: 'os_bold';
	font-size: 13px;
	font-weight: normal;
	line-height: 1.1em;
	padding-bottom: 8px;
}
p {
	font-family: 'os_semibold';
	line-height: 1.2em;
	font-size: 13px;
	padding-bottom: 16px;
}
a {
	color: #000000;
}
article strong {
	font-family: 'os_bold';
	font-weight: normal;
	font-size: 13px;
}
ul {
	list-style: none;
	font-family: 'os_semibold';
	line-height: 1.2em;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 10px;
}
li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 11px;
	padding-bottom: 6px;
}
img {
	border: none;
	vertical-align: middle;
}
header {
	position: relative;
	width: 940px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
}
header > h1 {
	position: absolute;
	display: none;
}
header > img {
	position: absolute;
	width: 326px;
	height: 88px;
	left: 21px;
	top: 26px;
	cursor: pointer;
}
header > nav {
	position: absolute;
	height: 23px;
	width: 940px;
	top: 150px;
	overflow: hidden;
}
header > nav > a {
	outline: none;
}
header > nav > a {
	display: block;
	width: 186px;
	height: 23px;
	margin-left: -9px;
	float: right;
	overflow: hidden;
	color: #FFFFFF;
	font-family: 'os_bold';
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.4em;
	background-image: url(../images/nav_c.png);
	background-repeat: no-repeat;
	overflow: hidden;
	transition: background-image 0.2s ease-in-out;
}
header > nav > a:hover, .hot {
	background-image: url(../images/nav_h.png);
}
header > nav > a:first-child {
	display: block;
	width: 104px;
	height: 23px;
	margin-left: -9px;
	float: right;
	overflow: hidden;
	color: #FFFFFF;
	font-family: 'os_extrabold';
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.9em;
	letter-spacing: 0.8px;
	background-image: url(../images/nav2_c.png);
	background-repeat: no-repeat;
	overflow: hidden;
	transition: background-image 0.2s ease-in-out;
}
header > nav > a:first-child:hover, .khot {
	background-image: url(../images/nav2_h.png) !important;
	color: #000000 !important;
}
main {
	display: block;
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #FFFFFF;
}
article {
	display: block;
	width: 420px;
	padding-left: 28px;
	padding-right: 24px;
	float: left;
}
article > :last-child {
	padding-bottom: 0;
}
figure {
	width: 912px;
	height: 210px;
	padding-top: 36px;
	padding-left: 28px;
	padding-bottom: 3px;
	display: block;
}
figure img {
	display: block;
	width: 210px;
	height: 210px;
	float: left;
	margin-right: 15px;
}
aside {
	display: block;
	width: 468px;
	height: auto;
	float: right;
	padding-top: 98px;
	min-height: 279px;
}
aside img {
	width: 468px;
}
aside a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 468px;
	height: 50px;
	padding-left: 56px;
	padding-right: 28px;
	padding-top: 15px;
	margin-top: 2px;
	background-color: #f0eeec;
	background-image: url(../images/dlbg.png);
	background-repeat: no-repeat;
	font-family: 'os_semibold';
	font-size: 16px;
	line-height: 1.2em;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	outline: none;
}
aside a:hover {
	background-color: #fcd092;
}
aside a:first-of-type {
	margin-top: 8px;
}
footer {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 940px;
	height: 180px;
	padding-top: 9px;
	padding-left: 27px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fbg.png);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
}
footer p {
	line-height: 1em;
	font-size: 12px;
	font-family: 'os_bold';
	font-weight: normal;
	padding: 0;
}
footer a {
	font-family: 'os_bold';
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
footer a:hover, .fhot {
	color: #ff8500;
}
footer > a {
	display: block;
	float: left;
	margin-top: 17px;
	text-decoration: none;
}
.s0 > main {
	background-image: url(../images/tile.png);
	background-repeat: repeat-y;
	padding-bottom: 8px;
}
.cycle-slideshow {
	position: relative;
	width: 940px;
	height: 362px;
	overflow: hidden;
}
#prev, #next {
	display:none;
	/*display: block;*/
	position: absolute;
	width: 21px;
	height: 44px;
	top: 177px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1000;
}
#prev {
	left: 33px;
	background-image: url(../images/a_p.png);
}
#next {
	left: 878px;
	background-image: url(../images/a_n.png);
}
.start_tb {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 940px;
	height: auto;
	padding-top: 18px;
	padding-left: 33px;
	padding-bottom: 8px;
}
.start_tb p {
	font-family: 'exo_medium';
	font-size: 18px;
	line-height: 1.4em;
}
.start_tb strong {
	font-family: 'exo_extrabold';
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4em;
}
.s5 > main {
	background-image: url(../images/tile.png);
	background-repeat: repeat-y;
}
.s5 > main > h2 {
	margin-left: 0;
	background-image: url(../images/khbg.png);
}
.s5 > main > article {
	display: block;
	width: 420px;
	padding-left: 28px;
	padding-right: 24px;
	float: left;
	background-color: #FFFFFF;
}
.s5 aside {
	padding-top: 0;
}
button {
	display: block;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: central;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
::-moz-selection {
 background: #babfc4;
}
::selection {
	background: #babfc4;
}
select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
select {
	-webkit-appearance: none;
}
input {
	-webkit-appearance: none !important;
}
::-webkit-input-placeholder {
 color: #000;
 opacity:1;
}
:-moz-placeholder {
 color: #000;
 opacity:1;
}
::-moz-placeholder {
 color: #000;
 opacity:1;
}
:-ms-input-placeholder {
 color: #000;
 opacity:1;
}
input, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'os_regular';
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	background-color: rgba(255,255,255,0.6);
	border: solid 1px #a0a2a4;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	outline: none;
}
input:focus, textarea:focus {
	border: solid 1px #e17600;
	outline: solid 1px #e17600;
}
.kspc {
	height: 28px;
}
.kform {
	position: relative;
	width: 940px;
	height: 235px;
}
.kform textarea {
	width: 436px;
	height: 216px;
	padding-top: 9px;
	resize: none;
}
.kform input {
	width: 436px;
	height: 40px;
	margin-bottom: 3px;
}
.kform > div:nth-of-type(1) {
	width: 448px;
	height: 216px;
	padding-left: 28px;
	float: left;
}
.kform > div:nth-of-type(2) {
	width: 436px;
	height: 216px;
	float: left;
}
.kform > button {
	box-sizing: border-box;
	position: absolute;
	width: 169px;
	height: 32px;
	right: 28px;
	top: 184px;
	text-transform: uppercase;
	font-family: 'os_bold';
	font-size: 16px;
	background-image: url(../images/bbg.png);
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: transparent;
}
.kform > button:focus {
	color: #000000;
}
.kform > p {
	position: absolute;
	padding: 0;
	font-size: 12px;
	left: 476px;
	top: 200px;
}
.hw {
	display: none;
	position: absolute;
	box-sizing: border-box;
	width: 884px;
	height: 30px;
	padding-top: 7px;
	top: -48px;
	left: 28px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-family: 'os_semibold';
	line-height: 1.2em;
	overflow: hidden;
	background-color: rgba(231,17,20,0.49);
}
#spirit {
	display: none;
}
.kresult {
	display: none;
	width: 940px;
	height: 235px;
	padding-left: 28px;
}
.err {
	background-color: rgba(255,154,155,0.44);
	border-color: #dd563d;
}
.kdet {
	padding-top: 28px;
	padding-bottom: 28px;
	margin-bottom: -24px;
	background-color: #ffffff;
}
.wko {
	display: block;
	width: 169px;
	height: 23px;
	margin-top: 4px;
	margin-bottom: 18px;
	background-image: url(../images/wko.png);
	background-repeat: no-repeat;
	outline: none;
}
#map_canvas {
	width: 940px;
	height: 362px;
}
.s6 article:nth-of-type(1) {
	width: 200px;
}
.s6 article:nth-of-type(2) {
	width: 600px;
}
@font-face {
	font-family: 'os_regular';
	src: url('opensans/os_regular.eot');
	src: url('opensans/os_regular.eot?#iefix') format('embedded-opentype'), url('opensans/os_regular.woff') format('woff'), url('opensans/os_regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'os_bold';
	src: url('opensans/os_bold.eot');
	src: url('opensans/os_bold.eot?#iefix') format('embedded-opentype'), url('opensans/os_bold.woff') format('woff'), url('opensans/os_bold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'os_semibold';
	src: url('opensans/os_semibold.eot');
	src: url('opensans/os_semibold.eot?#iefix') format('embedded-opentype'), url('opensans/os_semibold.woff') format('woff'), url('opensans/os_semibold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'os_extrabold';
	src: url('opensans/os_extrabold.eot');
	src: url('opensans/os_extrabold.eot?#iefix') format('embedded-opentype'), url('opensans/os_extrabold.woff') format('woff'), url('opensans/os_extrabold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'exo_medium';
	src: url('exo/exo_medium.eot');
	src: url('exo/exo_medium.eot?#iefix') format('embedded-opentype'), url('exo/exo_medium.woff') format('woff'), url('exo/exo_medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'exo_bold';
	src: url('exo/exo_bold.eot');
	src: url('exo/exo_bold.eot?#iefix') format('embedded-opentype'), url('exo/exo_bold.woff') format('woff'), url('exo/exo_bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'exo_extrabold';
	src: url('exo/exo_extrabold.eot');
	src: url('exo/exo_extrabold.eot?#iefix') format('embedded-opentype'), url('exo/exo_extrabold.woff') format('woff'), url('exo/exo_extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
}
