@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* ---reset.css--- */
html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  background-color: #f6eee9;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
:focus {
  outline: 0;
}
h1 {
  text-indent: -9999px;
  position: absolute;
}
.header {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #333333;
}
.header a {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.header a:hover {
  color: #FFF000;
  text-decoration: underline;
}
/* --電腦版型------------------------------------- */
li {
  list-style: none;
  float: left;
}
.top {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #353231;
}
/*.eslite_top{ width:100%;z-index:999; background:#ffffff; position:relative;}*/
.WRAPPER {
  width: 100%;
  min-width: 1200px;
  background: url(../images/bg_02.jpg) top center repeat;
}
.kv {
  width: 100%;
  height: 1040px;
  background: url(../images/bg_01.jpg) top center repeat;
  display: block;
  line-height: 0;
  position: relative;
}
.kv_content {
  width: 1200px;
  height: 1040px;
  margin: 0 auto;
  position: relative;
}
.kv_btn {
  width: 100%;
  min-width: 1200px;
  text-align: center;
}
.kv_btn img {
  padding: 10px;
}
.box02 {
  width: 100%;
}
.box02_content {
  width: 1200px;
  height: 2146px;
  background: url("../images/part01.png") top center no-repeat;
  margin: 30px auto;
  position: relative;
}
.box03 {
  width: 100%;
}
.box03_content {
  width: 1200px;
  height: 1633px;
  margin: 30px auto;
  background: url("../images/part02.png") top center no-repeat;
  position: relative;
}
.box04 {
  width: 100%;
}
.box04_content {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 50px 0;
  text-align: center;
}
#footer {
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 140%;
  background-color: #333;
}