/*

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com

Twitter: @rich_clark

*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

div {
  margin: auto;
}

img {
  vertical-align: bottom;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1rem;
  background: #d4f0f6;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 12px;
  color: #1978b9;
  font-weight: bold;  
}

footer .super {
  margin-left: 10px;
}
footer .copy {
  bottom: 0;
  position: absolute;
  right: 10px;
}

#landscape {
  position: fixed;
  z-index: 500;
  left: 50%;
  top: 50%;
  margin-left: -276px;
  margin-top: -45px;
}

#btnArea {
  position: absolute;
  bottom: 40px;
  right: 20px;
}
#btnArea .movingContents {
  text-align: center;
  display: none;
  opacity: 0;
}
#btnArea .movingContents .btnMore {
  margin-top: 10px;
}
#btnArea .startBtn {
  display: none;
  opacity: 0;
}
#btnArea .selectEye {
  width: 195px;
  position: relative;
  z-index: 100;
  margin: 20px 0;
}
#btnArea .selectEye .selLeft {
  float: left;
  width: 50%;
  background: url("../check2/parts/img_bou.png") no-repeat right;
}
#btnArea .selectEye .selRight {
  float: right;
}
#btnArea .btnEnd {
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
}
#btnArea .btnHow {
  position: relative;
  z-index: 100;
}

/*
#wrapper{
	background: url("../check2/parts/bg.png") no-repeat;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}*/
.mainImages, .mainBG {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}

#startContents {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 20;
}
#startContents .startContents {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -19px;
  width: 400px;
}
#startContents .startContents div {
  position: relative;
  width: 400px;
}
#startContents .startContents .left {
  float: left;
}
#startContents .startContents .right {
  float: right;
}
#startContents .startContents .text {
  text-align: center;
  margin-top: 90px;
}

#endContents {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
#endContents .endContents {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -56px;
  width: 400px;
  text-align: center;
}
#endContents .endContents .text {
  margin: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
}
#endContents .endContents .left {
  float: left;
  width: 120px;
}
#endContents .endContents .left p {
  margin-bottom: 10px;
}
#endContents .endContents .right {
  float: right;
  width: 120px;
}
#endContents .endContents .right p {
  margin-bottom: 10px;
}
#endContents .endContents .leftText, #endContents .endContents .rightText {
  margin-top: 120px;
  top: -156px;
}

#moveImages {
  width: 100%;
  height: 100%;
  display: none;
}
#moveImages .wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 25;
  top: 0;
}

#howto {
  position: fixed;
  z-index: 150;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
}
#howto .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#howto .img, #howto .close {
  width: 662px;
  margin: auto;
  opacity: 0;
}
#howto .close {
  text-align: right;
  margin-top: 20px;
}
