@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; }

.kv{ width:100%; height:572px; background:url(../images/box_01.jpg) top center repeat; display:block; line-height:0; position:relative;}
.kv_content{ width:1200px; height:572px; margin:0 auto; position:relative;}


.box02{ width:100%;height:548px; background:url(../images/box_02.jpg) top center repeat; display:block;line-height:0; position:relative;}
.box02_content{ width:1200px; height:548px; margin:0 auto; position:relative;}

.box03{ width:100%;height:573px; background:url(../images/box_03.jpg) top center repeat; display:block;line-height:0; position:relative;}
.box03_content{ width:1200px; height:573px; margin:0 auto; position:relative;}


.box04{ width:100%;height:707px; background:url(../images/box_04.jpg) top center repeat; display:block;line-height:0; position:relative;}
.box04_content{ width:1200px; height:707px; margin:0 auto; position:relative;}


#footer {
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 140%;
  background-color: #333;
}

