@charset "UTF-8";
.clearfix, .main_section, .header, .footer div {
  *zoom: 1;
}
.clearfix:after, .main_section:after, .header:after, .footer div:after {
  content: "";
  display: block;
  clear: both;
}

/* ==================================================================================

	Base & Common Layout Style (Reset / BaseLayout)

 ================================================================================== */
/* =================== Reset css =================== */
html, body, h1, h2, h3, h4, h5, h6, address, p, hr, pre, ol, ul, li, dl, dt, dd, div, a, em, strong, small, i, b, span, img, iframe, object, table, caption, th, td, form, fieldset, legend, label, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
  height: 100%;
}

ul, ol {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix, .main_section, .header, .footer div {
  *zoom: 1;
}
.clearfix:after, .main_section:after, .header:after, .footer div:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.dis_none {
  display: none;
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/roboto-bold-webfont.eot") format("eot"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/roboto-medium-webfont.eot") format("eot"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/roboto-regular-webfont.eot") format("eot"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/roboto-light-webfont.eot") format("eot"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/roboto-thin-webfont.eot?") format("eot"), url("../fonts/roboto-thin-webfont.woff") format("woff"), url("../fonts/roboto-thin-webfont.ttf") format("truetype");
}
/* =================== Base layout =================== */
a {
  color: #555;
}
a:hover, a:active {
  color: #6e6e6e;
  text-decoration: none;
}

body {
  height: 100%;
  color: #333;
  background: #222;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  font-family: "Roboto Regular","Helvetica Neue",Helvetica,Arial,"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
}

#outer_wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.main_section {
  width: 100%;
  padding: 65px 0 165px 0;
}

.section {
  background-image: url("../img/bg_section.png");
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .section01 {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .section01 {
    width: 100%;
  }
}
/* header
------------------------------------------ */
.header {
  width: 100%;
  height: 65px;
  background: #222;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .logo {
  float: left;
  width: 430px;
}
.header .logo img {
  display: inline-block;
  margin: 4px 0 0 15px;
  vertical-align: top;
}
.header .logo p {
  display: inline-block;
  height: 65px;
  padding: 0 0 0 20px;
  line-height: 65px;
  font-size: 1.3em;
}
.header .logo p a {
  color: #fff;
  text-decoration: none;
}
.header .logo p a:hover, .header .logo p a:active {
  color: white;
  text-decoration: none;
}
.header ul {
  display: table;
  float: right;
}
.header ul li {
  display: table-cell;
  width: 65px;
  height: 65px;
  border-left: 1px #444 solid;
  text-align: center;
  cursor: pointer;
}
.header ul li.help {
  background: url("../img/ico_help.png") 50% 15px no-repeat #666;
}
.header ul li.lang {
  background: url("../img/ico_lang.png") 50% 15px no-repeat #666;
}
.header ul li.print {
  background: url("../img/ico_print.png") 50% 15px no-repeat #666;
}
.header ul li.contact {
  background: url("../img/ico_mail.png") 50% 15px no-repeat #666;
}
.header ul li span {
  font-size: 0.75em;
  display: block;
  padding: 43px 0 0 0;
}
.header ul li a {
  color: #fff;
  text-decoration: none;
}
.header ul li a:hover, .header ul li a:active {
  color: white;
  text-decoration: none;
}
.header ul li:hover {
  background-color: #939393;
}
.header ul ul#lang_area {
  position: absolute;
  top: 65px;
  right: 0;
  bottom: auto;
  left: auto;
  background: #939393;
  z-index: 100;
}
.header ul ul#lang_area li {
  display: block;
  padding: 5px 34px;
  width: 130px;
  height: auto;
  text-align: left;
  border-left: none;
  font-size: 1em;
}
.header ul ul#lang_area li:hover {
  background: #7e7e7e;
}

/* footer
------------------------------------------ */
.footer {
  width: 100%;
  position: absolute;
  height: 165px;
  bottom: 0;
  background: #222;
  /*
  	.contact{
  		@include fl_r;
  	}
  */
}
.footer .totop {
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #fff;
}
.footer .totop span {
  padding: 0 15px 0 0;
  background: url("../img/bg_totop.png") right 7px no-repeat;
  cursor: pointer;
}
.footer div {
  padding: 0 25px;
  height: 75px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.footer div a {
  color: #fff;
}
.footer div a:hover, .footer div a:active {
  color: white;
  text-decoration: none;
}
.footer ul {
  height: 25px;
  line-height: 25px;
  margin-top: 15px;
}
.footer ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.footer ul li a {
  padding: 0 0 0 12px;
  background: url("../img/bg_footerlink.png") left 3px no-repeat;
}

/* parts
------------------------------------------ */
.btn {
  background: #222;
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
}

/* error
------------------------------------------ */
.error .main_section {
  padding: 65px 0 0 0;
}
.error .footer {
  position: static;
}

.error_msg {
  padding: 0 0 20px 0;
}
.error_msg div {
  padding: 35px;
  background: url("../img/top/bg_news.png");
}
.error_msg .gototop {
  margin: 45px auto;
  padding: 13px;
  width: 165px;
  font-size: 1.1em;
  cursor: pointer;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
}

#help {
  display: none;
}
