@charset "utf-8";
/* CSS Document */

/* 

css index

+++body
+++header
+++nav
+++footer

this is common elements styling for the all.

*/

/* <body> */
html {
  zoom: 1 !important;
}
body {
  zoom: 1 !important;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  *font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif !important;
  line-height: 20px;
  background: #000014;
}
body a,
body a:hover {
  text-decoration: none;
}
body .wrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#container {
  max-width: 2560px;
  margin: 0 auto;
}
#global {
  background: #000014;
}

/*<div#pageLoader>*/
#pageLoarder {
  position: fixed;
  z-index: 9999;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000014;
}
#pageLoarder img {
  position: absolute;
  top: 49%;
  left: 50%;
  margin-left: -45px;
}

/* <header> */
header #trigger {
  display: none;
}
header #hd_logo {
  padding: 15px 0;
}
header h1 {
  padding: 15px;
}
header #hd_logo,
header h1 {
  float: left;
  height: 60px;
}
header #hd_logo,
header #hd_logo img {
  width: 60px;
  height: 60px;
}
header h1,
header h1 img {
  width: 158px;
  height: 60px;
}

/* <nav> */
nav {
  height: 50px;
  width: 100%;
  background: #fff;
}
nav ul {
  height: 28px;
  overflow: hidden;
  padding: 11px 0;
}
nav ul li {
  height: 28px;
  line-height: 14px;
  border-right: #b3b3b3 1px solid;
  text-align: center;
  float: left;
  position: relative;
}
nav ul li:first-child {
  border-left: #b3b3b3 1px solid;
}
nav ul li.current a:after,
nav ul li a:hover:after {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  background: #c00000;
  position: absolute;
  top: 36px;
  left: 0;
}
nav ul li a {
  display: block;
  color: #000;
  height: 14px;
  line-height: 14px;
  padding-bottom: 14px;
}
nav ul li.current a,
nav ul li a:hover {
  color: #999;
}
nav ul li.menu01 {
  width: 158px;
  background: url(../img/base/menu01.png) no-repeat center 19px;
}
nav ul li.menu02 {
  width: 159px;
  background: url(../img/base/menu02.png) no-repeat center 19px;
}
nav ul li.menu03 {
  width: 159px;
  background: url(../img/base/menu03.png) no-repeat center 19px;
}
nav ul li.menu04 {
  width: 159px;
  background: url(../img/base/menu04.png) no-repeat center 19px;
}
nav ul li.menu05 {
  width: 159px;
  background: url(../img/base/menu05.png) no-repeat center 19px;
}
nav ul li.menu06 {
  width: 159px;
  background: url(../img/base/menu06.png) no-repeat center 19px;
}
html.ie7 nav ul li.menu01,
html.ie8 nav ul li.menu01 {
  background: url(../img/base/menu_ie01.png) no-repeat center 19px;
}
html.ie7 nav ul li.menu02,
html.ie8 nav ul li.menu02 {
  background: url(../img/base/menu_ie02.png) no-repeat center 19px;
}
html.ie7 nav ul li.menu03,
html.ie8 nav ul li.menu03 {
  background: url(../img/base/menu_ie03.png) no-repeat center 19px;
}
html.ie7 nav ul li.menu04,
html.ie8 nav ul li.menu04 {
  background: url(../img/base/menu_ie04.png) no-repeat center 19px;
}
html.ie7 nav ul li.menu05,
html.ie8 nav ul li.menu05 {
  background: url(../img/base/menu_ie05.png) no-repeat center 19px;
}
html.ie7 nav ul li.menu06,
html.ie8 nav ul li.menu06 {
  background: url(../img/base/menu_ie06.png) no-repeat center 19px;
}
nav ul li {
  background-size: 106px 15px !important;
}
nav ul li.menu02 {
  background-size: 126px 15px !important;
}
nav ul li.menu03 {
  background-size: 126px 15px !important;
}

/* <footer> */
footer {
  padding-bottom: 30px;
}
footer #ft_logo {
  text-align: center;
}
footer #ft_logo img {
  width: 234px;
  height: 60px;
  padding: 20px;
}
footer ul li {
  margin-bottom: 22px;
  float: left;
  width: 191px;
  border-left: #640000 solid 1px;
  text-align: center;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li.fifth-child {
  width: 190px;
  border-right: #640000 solid 1px;
}
footer ul li a {
  color: #fff;
}
footer address {
  display: block;
  text-align: center;
  color: #fff;
}

/* <footer> */
#footerbar {
  background: #fff;
}
#footerbar .fb-like-box,
#footerbar .sp-bannerarea,
#footerbar .fb-like-box span,
#footerbar .fb-like-box span iframe {
  display: block !important;
  max-width: 500px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
@media (min-width: 1281px) {
  #footerbar #footerbar-bannerarea .fb-like-box {
    float: left;
  }
  #footerbar #footerbar-bannerarea .sp-bannerarea {
    float: right;
  }
}
@media (min-width: 1281px) {
  #footerbar #footerbar-bannerarea .fb-like-box.center {
    float: none;
    clear: both;
    padding: 0 0 25px 0 !important;
  }
  #footerbar #footerbar-bannerarea .sp-bannerarea.left {
    float: left;
  }
  #footerbar #footerbar-bannerarea .sp-bannerarea.right {
    float: right;
  }
}
#footerbar .fb-like-box,
#footerbar .sp-bannerarea {
  padding: 25px 0 !important;
}
#footerbar address {
  background: #000014;
  padding: 8px 5% 48px;
  text-align: center;
  color: #fff;
  display: block;
}
#footerbar #gototop {
  padding-top: 36px;
  z-index: 15;
  position: fixed;
  top: auto;
  bottom: -36px;
  left: 0;
  right: 0;
  width: 100%;
  transition: bottom 0.333s ease-in-out;
  -webkit-transition: bottom 0.333s ease-in-out;
  -moz-transition: bottom 0.333s ease-in-out;
  -ms-transition: bottom 0.333s ease-in-out;
  -o-transition: bottom 0.333s ease-in-out;
}
#footerbar #gototop.bottom,
#footerbar #gototop:hover {
  padding-top: 36px;
  bottom: 0;
}
#footerbar #gototop span {
  background: #6e0000;
  display: block;
  line-height: 16px;
  height: 16px;
  padding: 10px;
  text-align: center;
}
@media print {
  #footerbar #gototop {
    display: none;
  }
}
@media (min-width: 941px) {
  /* <footer> */
  footer #ft_logo {
    width: 270px;
    float: left;
  }
  footer #ft_logo img {
    width: 234px;
    height: 64px;
    padding: 30px 36px 20px 0;
  }
  footer ul {
    width: 690px;
    float: left;
    padding: 30px 0 0;
  }
  footer ul li {
    margin-bottom: 20px;
    float: left;
    width: 137px;
    border-left: #640000 solid 1px;
    text-align: center;
  }
  footer ul li.fifth-child {
    width: 136px;
    border-right: #640000 solid 1px;
  }
  footer ul li a {
    color: #fff;
  }
  footer address {
    display: block;
    text-align: center;
    color: #fff;
  }
}
@media (min-width: 1px) and (max-width: 480px) {
  /* <body> */
  body .wrap {
    width: 100%;
  }
  #container {
    min-width: 320px;
  }
  /* <header> */
  header #trigger {
    display: block;
    padding: 9px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  header #hd_logo {
    padding: 15px 0 15px 15px;
  }

  /* <nav> */
  nav {
    height: auto;
  }
  nav ul {
    height: 150px;
    padding: 0;
    border-left: 1px #b3b3b3 solid;
    border-right: 1px #b3b3b3 solid;
    transition: ease-in-out 0.5s;
  }
  nav ul.close {
    height: 0;
  }
  nav ul li a:hover {
    color: #999;
  }
  nav ul li {
    width: 50% !important;
    border: none;
    padding: 11px 0 10px;
    border-bottom: 1px #b3b3b3 solid;
  }
  nav ul li:first-child {
    border-left: none;
  }
  nav ul li.menu02,
  nav ul li.menu04,
  nav ul li.menu06 {
    border-left: 1px #b3b3b3 solid;
    margin-left: -1px;
  }
  nav ul li {
    background-position: center 30px !important;
  }
  nav ul li.current a:after,
  nav ul li a:hover:after {
    width: 100%;
    top: 47px;
  }

  /* <footer> */
  footer ul li {
    width: 50% !important;
    border-left: none !important;
    border-right: none !important;
  }
}

@media (min-width: 481px) and (max-width: 940px) {
  /* <body> */
  body .wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* <header> */
  header {
    position: relative;
  }
  header #trigger {
    display: block;
    padding: 9px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  header #hd_logo {
    padding: 15px 0 15px 15px;
  }

  /* <nav> */
  nav {
    height: auto;
  }
  nav ul {
    height: 100px;
    padding: 0;
    border-left: 1px #b3b3b3 solid;
    border-right: 1px #b3b3b3 solid;
    transition: ease-in-out 0.5s;
  }
  nav ul.close {
    height: 0;
  }
  nav ul li a:hover {
    color: #999;
  }
  nav ul li {
    width: 33.3333% !important;
    border: none;
    padding: 11px 0 10px;
    border-bottom: 1px #b3b3b3 solid;
  }
  nav ul li:first-child {
    border-left: none;
  }
  nav ul li.menu02,
  nav ul li.menu03,
  nav ul li.menu05,
  nav ul li.menu06 {
    border-left: 1px #b3b3b3 solid;
    margin-left: -1px;
  }
  nav ul li {
    background-position: center 30px !important;
  }
  nav ul li.current a:after,
  nav ul li a:hover:after {
    width: 100%;
    top: 47px;
  }

  /* <footer> */
  footer ul li {
    width: 25% !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media (min-width: 1281px) {
  body .wrap {
    width: 1100px;
  }
  body footer.wrap {
    width: 960px;
  }
  nav ul li.menu01 {
    width: 183px;
  }
  nav ul li.menu02,
  nav ul li.menu03,
  nav ul li.menu04,
  nav ul li.menu05,
  nav ul li.menu06 {
    width: 182px;
  }
  nav ul li.current a:after,
  nav ul li a:hover:after {
    width: 183.3px;
  }
}
