/* ============================================
font
============================================ */
/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic|Satisfy);*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ============================================
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, input {
  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;
}

input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
textarea, select, option {
  border-radius: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ============================================
layout
============================================ */
/* ============================================
Base
============================================ */
body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

input, textarea {
  font-family: "Noto Sans Japanese", sans-serif;
}

/* ============================================
Link
============================================ */
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  color: #000;
}
/*
html,body{
  overflow: hidden !important;
}
*/
/* ============================================
container
============================================ */
#container {
  width: 100%;
}
#contents{
  position: relative;
  top: 0;
  height: auto;
  padding-bottom: 30px;
}
/* ============================================
header
============================================ */
header {
  width: 100%;
  padding: 0;
  /*height: 76px;*/
  height: 57px;
/*  background: #FFF;*/
  position:fixed;
  z-index: 99;
  top: 0;
}
header h1 {
  text-align: center;
  width: 120px;
  margin: 0 auto;
}
header #navBtn {
  display: block;
/*
  width: 28px;
  height: 39px;
*/
  width: 23px;
  height: 25px;
  position: absolute;
  right: 12px;
  top: 13px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("../../images/common/btn_nav.png");
}
header #navBtn.on {
  background-image: url("../../images/common/btn_nav_close.png");
}
header nav {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 9999;
  background-repeat: repeat-x;
  background-size: 3px 6px;
  background-position:bottom;
  background-image: url("../../images/common/nav_bg1.png");
  padding-bottom: 6px;
}
header nav ul#mainNav{
  background: #FFFFFF;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
header nav ul#mainNav li{
  border-bottom: solid 1px #E2E6F3;
  width: 88%;
  margin: 0 auto;
}
header nav ul#mainNav li a {
  display: block;
  position: relative;
  padding: 15px 4px;
  font-weight: 500;
}
header nav ul#mainNav li:last-child{
  border-bottom:none;
}
header nav ul#mainNav li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F08300;
  border-right: 2px solid #F08300;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header nav #mainNav li a {
  color: #000000;
}
header nav ul#mainNav li a span{
  color: #999999;
  font-size: 8px;
  font-weight: normal;
}

#topheadbg{
  height: 56px;
  width: 100%;
  position: absolute;
  background-color: #FFF;
  top: 0;
  z-index: -1;
  display: none;
}

/* ============================================
footer
============================================ */
footer {
  width: 100%;
  padding: 0 0 20px 0;
  margin-top: 44px;
}
footer small {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 9px;
  color: #000;
}
footer #pageTop {
  width: 96px;
  margin: 0 auto;
}

.fnt1{
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
}
