
@charset "UTF-8";
/* Scss Document */
.light {
  font-weight: 200; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

/* Common */
html {
  color: #00182c;
  background: #FFF; }

body {
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: 'source-han-sans-japanese',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0; }

html, body {
  height: 100%; }

/* for IE7 */
* + html body {
  font-size: 75%; }

/* for IE6 */
* html body {
  font-size: 75%; }

a {
  color: #00182c;
  text-decoration: none;
  opacity: 1;
  transition: all .3s; }
  a:hover {
    opacity: 0.7;
    color: #ea6c18; }

a img, fieldset, img {
  border: 0;
  vertical-align: bottom; }

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

input, select, textarea {
  font-size: 100%; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

hr {
  border: none;
  display: none; }

strong {
  font-weight: bold; }

/* clearfix */
.clearfix:after {
  display: block;
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/*Hides from IE-mac\*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }




