@charset "utf-8";


/* CSS Document */
/* +++++++++++++++++++++++
		global
+++++++++++++++++++++++ */
body {
  font-size: 12px;
  background-color: #FFFFFF;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1000px;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #333333;
}

/* +++++++++++++++++++++++
		Header
+++++++++++++++++++++++ */
#header {
  background: url("../img/header/header_repeat.png") repeat-x;
  margin-bottom: 10px;
}

#header .inner {
  background: url("../img/header/bg.jpg") no-repeat center 162px;
  height: 315px;
}

#header .contents {
  width: 900px;
  margin: 0 auto;
  padding-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

#header .mainimage {
  text-align: center;
}

#header .mainimage img {
  vertical-align: top;
}

#header .logo {
  float: left;
}

#header .br {
  float: left;
}

#header .br .b1 {
  color: #fff;
  font-size: 14px;
  margin-left: 78px;
  margin-bottom: 6px;
}

#header .br ul {
}

#header .br li {
  display: inline;
}

#header .entry {
  position: absolute;
  left: 735px;
  top: 0;
}

#header .entry img {
  vertical-align: top;
}

#navi {
}

#naviinner {
}

#contents {
}

#contents #pagetopbox {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

#bread {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#bread .home {
  color: #000;
}

#bread li {
  font-weight: bold;
  color: #0065A4;
  display: inline;
}

#footer {
  background: url("../img/footer/footer_repeat.jpg") repeat-x;
  height: 149px;
}

#footer .inner {
  background: url("../img/footer/bg.jpg") no-repeat center 0;
  height: 100px;
  width: 952px;
  margin: 0 auto;
  padding: 61px 0 0 60px;
}

#footer .inner .logo {
  float: left;
}

#footer .inner .logo img {
  vertical-align: top;
}

#footer .inner ul {
}

#footer .inner li {
  float: left;
}

#footer .inner li img {
  vertical-align: top;
}

#footer .copyright {
  text-align: center;
  margin-top: 10px;
}

.footermenu {
  background: url("../img/bottommenu/bottommenubg.png");
  width: 900px;
  height: 49px;
  margin: 0 auto;
}

.footermenu ul {
  padding-left: 90px;
}

.footermenu li {
  float: left;
}

.footermenu li img {
  vertical-align: top;
}

.footermenu .li1 {
  margin-right: 90px;
}

.footermenu .li2 {
  margin-right: 60px;
}

.footermenu .li3 {
  margin-right: 1px;
}

#pagetop {
  right: 1px;
  position: absolute;
  bottom: 110px;
}

.js #pagetop {
  top: 0;
  bottom: auto;
  padding-bottom: 20px;
  display: none;
}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */


.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 0;
  }

  .sp {
    display: inherit;
  }

  .pc {
    display: none;
  }

  #header {
    background: none;
    margin-bottom: 0;
    background-color: #0065A4;
  }

  #header .mainimage img {
    display: none;
  }

  #header .inner {
    height: auto;
    background: none;
  }

  #header .contents {
    width: auto;
    margin: 0;
    padding: 7.5px 0 10px 15px;
  }

  #header .inner .contents .logo {
    display: none;
  }

  #header .inner .contents .sp_logo {
    display: block;
  }

  #header .inner .contents .toggle-nav #hamburger {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
  }

  #header .inner .contents .toggle-nav #hamburger span {
    display: block;
    width: 30px;
    height: 2.5px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #0065A4;
    -webkit-transition: .35s ease-in-out;
    margin: auto;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #header .inner .contents .toggle-nav #hamburger span:nth-child(2) {
    top: 37px;
  }

  #header .inner .contents .toggle-nav #hamburger span:nth-child(3) {
    top: 43px;
  }

  #header .inner .contents .toggle-nav #hamburger p:after {
    color: #0065A4;
    position: absolute;
    font-size: 10px;
    top: 11px;
    font-weight: bold;
    left: 0;
    right: 0;
    text-align: center;
    content: 'MENU'
  }

  #header .inner .contents .sp_logo img {
    width: 165px;
    float: left;
  }

  #header .inner .contents .sp_entry img {
    width: 60px;
    position: absolute;
    top: 0;
    right: 59px;
  }

  #header .inner .contents .entry {
    display: none;
  }

  #header .inner .contents .br .b1 {
    display: none;
  }

  #header .inner .contents .br ul {
    position: absolute;
    top: -600px;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: .3s ease-in-out;
  }

  #header .inner .contents .br ul li {
    display: block;
    float: none;
  }

  #header .inner .contents .br ul li:nth-child(n) {
    width: auto;
  }

  #header.open .inner .contents .br ul {
    top: 60px;
    z-index: 1;
  }

  #header .inner .contents .br ul li {
    background-color: #0065A4;
    margin-top: 1px;
  }

  #header .inner .contents .br ul li a {
    padding: 10px 0 10px 30px;
    display: block;
  }

  #header .inner .contents .br ul li:last-child {
    background-color: #ED4640;
  }

  #header .inner .contents .br ul li a img {
    width: 192px;
  }

  #header.open .inner .contents .toggle-nav #hamburger span:nth-child(1) {
    top: 36px !important;
    left: -10px;
    width: 15px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  #header.open .inner .contents .toggle-nav #hamburger span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  #header.open .inner .contents .toggle-nav #hamburger span:nth-child(3) {
    top: 36px !important;
    right: -8px;
    width: 15px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  #header.open .inner .contents .toggle-nav #hamburger p:after {
    content: 'CLOSE'
  }

  #contents {
    padding-top: 11px;
  }

  #contents #pagetopbox {
    width: auto;
  }

  #contents #pagetopbox .sp_visual {
    width: 100%;
  }

  #footer {
    background-color: #0065A4;
    background-image: none;
    background-position: initial;
    height: auto;
    padding: 15px 15px 0 15px;
    position: relative;
  }

  #footer .footer_img {
    position: absolute;
    width: 125px;
    right: 17px;
    top: -10px;
  }

  #footer .inner {
    width: 100%;
    padding: 0;
    background: none;
    height: auto;
  }

  #footer .inner .logo {
    margin-bottom: 35px;
  }

  #footer .inner .logo img {
    width: 147.5px;
  }

  #footer .inner ul {
    clear: both;
    line-height: 2;
  }

  #footer .inner ul li {
    float: left;
    position: relative;
    padding-left: 13px;
    margin-right: 10px;
  }

  #footer .inner ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-top: -5px;
  }

  #footer .inner ul li span {
    font-size: 11.5px;
    font-weight: bold;
    color: #fff;
  }

  #footer .copyright {
    font-size: 9px;
    background-color: #fff;
    margin: 20px -15px;
    padding: 10px 0 0;
  }
}


