@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.t-ind {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.b {
  font-weight: bold;
}

.break {
  word-wrap: break-word;
}

.bl {
  display: block;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  min-height: 700px;
  height: 100%;
  min-width: 960px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #303030;
}

.f1,
.f2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
}

.f2 {
  font-weight: 500;
}

.loading {
  background: url(../images/common/loading.gif) no-repeat center;
}

#wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 700px;
  min-width: 960px;
}

/* header */
header {
  height: 100%;
  width: 214px;
  position: relative;
  float: left;
  background: url(../images/common/white.png);
}

header #logo {
  padding-top: 45px;
  margin-bottom: 40px;
}

header #logo a {
  background: url(../images/common/logo.png) no-repeat center 0;
  padding-top: 100px;
  text-align: center;
  color: #00a6bd;
  font-size: 20px;
  display: block;
}

header #lang {
  padding-left: 50px;
  font-size: 10px;
  line-height: 1;
}

header #lang .jp {
  padding-right: 5px;
  margin-right: 5px;
  border-right: solid 1px #000;
}

header #lang a {
  color: #818181;
}

header #lang a:hover {
  text-decoration: underline;
}

header nav {
  font-size: 11px;
  padding-left: 40px;
  line-height: 1.9;
  margin-top: 20px;
}

header nav a {
  color: #000;
  background: url(../images/common/arrow.png) no-repeat 0 100px;
  padding-left: 10px;
}

header nav a:hover, header nav a.current {
  background-position: 0 center;
}

header #sns {
  margin-top: 20px;
  padding-left: 50px;
}

header #sns a {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  float: left;
  background: url(../images/common/sns.png) no-repeat 0 0;
}

header #sns a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

header #sns a#facebook {
  background-position: 0 -18px;
}

header #sns a#youtube {
  background-position: 0 -36px;
}

header #sns a#sns-line {
  background: url(../images/common/line.png);
  background-size: 18px auto;
}

@media only screen and (max-device-width: 768px) {
  header {
    background: rgba(255, 255, 255, 0.6);
  }
}

/* footer */
#copyright {
  font-size: 9px;
}

.ga {
  overflow: hidden;
  height: 0;
}
