/* ------------------------------
 common
 ------------------------------ */
html, body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  position: relative;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p, ul, li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

html, body, h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
}

body {
  height: 100%;
}

a {
  color: #004db3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition     : all 0.3s ease-out;
  transition        : all 0.3s ease-out;
}

a:hover {
  color: #ff9306;
  text-decoration: none;
}

ul, li {
  list-style-type:  none;
}

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

.float-right {
  float: right !important;
}

.hidden {
  display: none;
}

.text-image {
  background-position: center 0;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent:  100%;
  white-space: nowrap
}

/* ------------------------------
 header
 ------------------------------ */
header {
  height: 100px;
}

header h1 {
  position: absolute;
  top: 0;
  left: 0;
}

header h1 a {
  background-image: url(/images/common/header_logo.png);
  width: 480px;
  height: 100px;
}

header h2 {
  font-size: 78%;
  font-size: 0.78rem;
  position: absolute;
  /*top: 58px;*/
  top: 42px;
  left: 120px;
  z-index: 2;
  line-height: 16px;
}

header .tel {
  background-image: url(/images/common/header_tel.png);
  position: absolute;
  top: 20px;
  left: 480px;
  width: 230px;
  height: 60px;
}

header a.contact {
  background-image: url(/images/common/header_contact.png);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow        : 0 1px 3px rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  top: 20px;
  left: 730px;
  width: 230px;
  height: 60px;
}


/* ------------------------------
 nav
 ------------------------------ */
nav {
  background: #071a33 url(/images/common/nav_bg01.gif) repeat-x;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow        : 0 1px 3px rgba(0, 0, 0, 0.25);
  height: 60px;
  position: relative;
  z-index: 2;
}

nav li {
  float: left;
  width: 160px;
}

/* nav li.nav01 { width: 112px; } 98px */
/*nav li.nav02 { width: 128px; } 114px */
/*nav li.nav03 { width: 132px; } 118px */
/*nav li.nav04 { width: 142px; } 128px */
/*nav li.nav05 { width: 131px; } 117px */
/*nav li.nav06 { width: 158px; } 144px */
/*nav li.nav08 { width: 157px; } 143px */
/*nav li.nav07 { width: 98px; }*/

nav li a,
nav li span {
  background-image: url(/images/common/nav_bg01.gif);
  background-repeat: repeat-x;
  background-position: center 0;
  color: #fff;
  display: block;
  font-size: 85%;
  font-size: 0.85rem;
  line-height: 60px;
  text-align: center;
}
nav li span {
  color: #666;
  cursor: default;
}

nav li a:hover {
  background-image: url(/images/common/nav_bg03.gif);
  color: #fff;
}

nav li a.on {
  background-image: url(/images/common/nav_bg02.gif);
}


/* ------------------------------
 content
 ------------------------------ */
  .container {
    margin: 0 auto;
    position: relative;
    width: 960px;
  }


/* ------------------------------
 footer contact
 ------------------------------ */
#footer-contact {
  background: #407ac6 url(/images/common/bg01.jpg);
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer-contact h3 {
  background-image: url(/images/top/contact_img01.png);
  color: #fff;
  height: 80px;
  margin-bottom: 15px;
  text-align: center;
}

#footer-contact h4 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 45px;
  text-align: center;
}

#footer-contact .tel,
#footer-contact .contact {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 1px 3px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 40px 0 30px;
  position: relative;
  text-align: center;
  width: 465px;
}

#footer-contact .contact {
  float: right;
}

#footer-contact .tel img,
#footer-contact .contact img {
  margin-left: -40px;
  position: absolute;
  top: -40px;
  left: 50%;
}

#footer-contact .tel p {
  background-image: url(/images/top/contact_img03.gif);
  height: 70px;
}

#footer-contact .tel span {
  background-image: url(/images/top/contact_img04.gif);
  height: 100px;
}

#footer-contact .contact p {
  background-image: url(/images/top/contact_img06.gif);
  height: 70px;
}

#footer-contact .contact a {
  background-image: url(/images/top/contact_btn01.gif);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow        : 0 1px 3px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 405px;
  height: 100px;
}


/* ------------------------------
 footer
 ------------------------------ */
footer {
  background: #f2f3f5;
  text-align: center;
}

footer .company {
  background: #071a33;
  color: #fff;
  padding: 10px;
}

footer .company span {
  font-size: 85%;
  font-size: 0.85rem;
}

footer .link {
  padding: 20px 10px;
}

footer .link a {
  color: #333;
  font-size: 85%;
  font-size: 0.85rem;
}

footer .copyright {
  font-size: 78%;
  font-size: 0.78rem;
  padding: 0 10px 20px;
}