@charset "UTF-8";
/* ------------------------------------
	* reset
* ------------------------------------ */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ------------------------------------
	* site-base
* ------------------------------------ */
html {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", Meiryo, "メイリオ", sans-serif;
  color: #333333;
  line-height: 1.5;
  height: 100%;
  background-color: #0a0c0f;
}

img {
  vertical-align: middle;
}

a:link {
  color: #0066aa;
  text-decoration: none;
}

a:hover, a:active {
  color: #0066aa;
  text-decoration: underline;
}

#pre-loader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#pre-loader .box-loader {
  position: absolute;
  width: 195px;
  height: 110px;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -97.5px;
  background-image: url(../img/loader_base.png);
}

#pre-loader .box-loader .n001 {
  position: absolute;
  top: 0;
  left: 106px;
  opacity: 0.6;
}

#pre-loader .box-loader .n010 {
  position: absolute;
  top: 0;
  left: 54px;
  opacity: 0.6;
}

#pre-loader .box-loader .n100 {
  position: absolute;
  top: 0;
  left: 2px;
  opacity: 0.6;
}

.sns-list {
  position: absolute;
  width: 180px;
  top: 20px;
  right: 20px;
}

.sns-list li {
  float: left;
}

.sns-list .fb {
  width: 75px;
}

.sns-list .tw {
  width: 80px;
}

.cfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cfx {
  zoom: 1;
}
