﻿@charset "utf-8";

/*---------------------
  global reset
---------------------*/

  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,
  pre,form,fieldset,input,textarea,table,th,td,img {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }

  h1,h2,h3,h4,h5,h6,th {
    font-size: 100%;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }

  a   { border: none;}
  img { border: none; vertical-align: top;}
  th  { text-align: left;}
  li  { list-style-type: none;}

/*---------------------
  clearfix
---------------------*/

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

/*---------------------
  roll over
---------------------*/

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

/*---------------------
  google map
---------------------*/

  #gmap {
    width: 100%;
    height: 100%;
  }

/*---------------------
  body
---------------------*/

  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    min-width: 960px;
    color: #000;
    text-align: left;
    font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, serif;
  }

/*---------------------
  wrapper
---------------------*/

  #wrapper {
    position: relative;
     min-height: 100%;
	    height: auto !important;
	    height: 100%;  }

/*---------------------
  header
---------------------*/

  #header {
    position: relative;
    z-index: 10;
  }

  .header-inner {
    position: relative;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 960px;
    height: 79px;
  }

  .logo span,
  .header-text,
  .mail-form,
  .tel {
    position: absolute;
   
  }

  .logo span,
  .header-text {
    font-size: 12px;
  }

  .logo span {
    right: 0;
    top: 12px;
  }

  .header-text {
    left: 353px;
    top: 40px;
    line-height: 1.2;
  }

  .mail-form {
    right: 267px;
    top: 38px;
  }

  .tel {
    right: 0;
    top: 34px;
  }

/*---------------------
  nav
---------------------*/

  #nav {
    position: relative;
    z-index: 10;
    background: url(../img/base/gnav_bg.jpg) repeat-x;
  }

  #nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  #nav ul {
    margin: 0 auto;
    width: 960px;
  }

  #nav li {
    float: left;
    height: 50px;
    overflow: hidden;
  }

/*---------------------
  main
---------------------*/

  #top #main {
    padding: 400px 0 262px;
    width: auto;
    background: url(../img/top/mv.jpg) no-repeat center top;
  }

  #main {
    position: relative;
    margin: 0 auto;
    padding: 20px 0 262px;
    width: 960px;
    z-index: 1;
  }

  .unit {
    margin: 0 0 20px;
    padding: 0 20px;
  }

  .page-title {
    position: relative;
    text-align: center;
    z-index: 1;
  }

  .page-title span {
    display: block;
  }

  .page-title img {
    position: relative;
    z-index: -1;
  }

  .common-h2 {
    margin: 0 0 20px;
    padding: 12px 0 0 20px;
    height: 38px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #2252c1;
  }

/*---------------------
  footer
---------------------*/

  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 262px;
    z-index: 10;
  }

  .footer-banner {
    padding: 20px 0 12px;
    letter-spacing: -.40em;
    text-align: center;
    background: url(../img/base/stripes.jpg);
  }

  .footer-banner li {
    display: inline-block;
  }

  .footer-banner li:first-child {
    margin: 0 12px 0 0;
  }

  .footer-inner {
    padding: 20px 0 0;
    height: 99px;
    background: url(../img/base/foot_bg.jpg) repeat-x center;
  }

  .footer-info {
    margin: 0 auto;
    width: 960px;
  }

  .footer-info h2 {
    float: right;
  }

  .footer-info p:nth-child(2) span {
    font-weight: bold;
  }

  .footer-info p:nth-child(3) span {
    color: #bf2234;
  }

  .footer-info p b {
    font-size: 16px;
  }

  .footer-nav {
    letter-spacing: -.40em;
    text-align: center;
  }
  
  .footer-nav li {
    display: inline-block;
    padding: 0 20px;
    line-height: 1.0;
    letter-spacing: normal;
    border-right: 1px solid #000;
  }

  .footer-nav li:first-child {
    border-left: 1px solid #000;
  }

  .footer-nav a {
    color: #000;
  }

  .copy {
    text-align: center;
  }

  .copy small {
    font-size: 14px;
  }

/*---------------------
  print
---------------------*/

@media print {

  html,
  body{
    background: none;
  }

}