/* ===================================================================
CSS information
file name  :  style.css
style info :  All Page Desining
=================================================================== */
@charset "utf-8";

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-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: bottom;
}

/*--------
default
--------*/
html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

body {
background: url('/m8/img/new_face/pc/gsz/bg00a.jpg') fixed center no-repeat;
background-size: cover;
background-color: #030514;
min-width: 980px;
font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'sans-serif';
color: #ffffff;
}

#loader-bg {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #030514;
z-index: 1000;
}

#loader {
display: none;
position: fixed;
top: 50%;
left: 50%;
width: 200px;
height: 200px;
margin-top: -100px;
margin-left: -100px;
text-align: center;
z-index: 2000;
}

.contents_all, .second_page {
min-width: 980px;
margin: 0 auto;
text-align: center;
}

h1 img {
font-size: 0%;
line-height: 0;
margin: 0 auto;
vertical-align: bottom;
}

#main_visual, #review, #fortune_teller, #toroku_form {
font-size: 0%;
display:inline;
width: 0%;
height: 0%;
}

.banner {
background: url('/m8/img/new_face/pc/gsz/test/banner.png') no-repeat;
width: 980px;
height: 198px;
margin: 0 auto;
padding: 20px 0 20px;
display: inline-block;
*display: inline;
*zoom: 1;
}

.banner_btn {
padding-left: 400px;
}

/*--------
title
--------*/
header#main {
background: url('/m8/img/new_face/pc/gsz/title_bg000a.png') no-repeat;
background-position: center top;
width: 100%;
height: 900px;
}

header#main h1 {
background: url('/m8/img/new_face/pc/gsz/t_app00a.png') no-repeat;
background-position: center top;
width: 100%;
height: 580px;
text-indent: 100%;
font-size: 0;
word-spacing: nowrap;
position: relative;
top: 39%;
}

.title_btn {
position: relative;
top: 11.5%;

z-index: 100;
text-align:center;
}

.title_btn a {
display: block;
}

/*--------
side
--------*/
#side {
  margin: 0 auto;
  padding: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url(/m8/img/new_face/pc/gsz/side.png);
  background-repeat:repeat-y;
  background-position: top center;
  z-index: 8;
}

#side_a {
  margin: 0 auto;
  padding: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url(/m8/img/new_face/pc/gsz/side_a.png);
  background-repeat:repeat-y;
  background-position: top center;
  z-index: 8;
}

/*--------
nav
--------*/
.nav {
background: url('/m8/img/new_face/pc/gsz/test/nav.png') no-repeat;
position: fixed;
top: 0%;
right: 1%;
width: 186px;
height: 433px;
z-index: 100;
}

.nav ul {
width: 100px;
height: 433px;
padding: 34px 0 0 48px;
text-align: center;
position: relative;
}

.nav li {
display: inline-block;
vertical-align: middle;
padding-top: 16px;
}

.muryo_btn {
position: absolute;
top: 240px;
left: 11px;
}

/*--------
footer
--------*/
#footer {
  margin: 0 auto;
  padding: 10px auto;
  text-align:center;
  width: 100%;
  height:150px;
  background-color: #000000;
}

#footer_menu {
  margin: 0px auto;
  padding-top:40px;
}

#footer ul {
  display: inline;
  border-left: 1px solid #ffffff;
}

#footer li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #ffffff;
  font-size: 14px;
}


/*---------------------------------------------------------------------
  other
----------------------------------------------------------------*/
.clearfix:after { content:""; display:block; clear:both; height:0; }
* html .clearfix  { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix { zoom: 1; }  /* IE7 */

