@charset "UTF-8";
/*===================================================================
    reset
===================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
nav, article, section, header, footer, address {
  margin: 0;
  padding: 0; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #555; }

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left;
  vertical-align: top;
  font-weight: normal; }

a:link,
a:visited {
  color: #555;
  text-decoration: none; }

a:hover {
  color: #888; }

address {
  font-style: normal; }

img {
  border: medium none;
  vertical-align: middle; }

small {
  font-size: 12px; }

li {
  list-style: none; }

@font-face {
  font-family: 'bebas';
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype");
  font-weight: normal; }
.bebas {
  font-family: 'bebas'; }

/*===================================================================
    clearfix
===================================================================*/
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.clear {
  clear: both; }

/*===================================================================
    detail
===================================================================*/
body header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  body header #h_nav_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    box-shadow: 0 1px 1px #b2b2b2;
    -moz-box-shadow: 0 1px 1px #b2b2b2;
    -o-box-shadow: 0 1px 1px #b2b2b2;
    -ms-box-shadow: 0 1px 1px #b2b2b2;
    -webkit-box-shadow: 0 1px 1px #b2b2b2;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff); }
    body header #h_nav_wrap #h_nav {
      width: 660px;
      padding: 0 170px;
      margin: 0 auto; }
      body header #h_nav_wrap #h_nav li {
        height: 100%;
        margin-right: 60px;
        float: left; }
        body header #h_nav_wrap #h_nav li a {
          display: block;
          height: 100%;
          font-family: 'bebas';
          font-size: 18px;
          color: #555;
          line-height: 40px;
          letter-spacing: 0.025em; }
        body header #h_nav_wrap #h_nav li a:hover {
          color: #888;
          text-decoration: underline; }
        body header #h_nav_wrap #h_nav li .submenu {
          width: 100%;
          height: 40px;
          position: absolute;
          top: 40px;
          left: 0;
          background: rgba(85, 85, 85, 0.7);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77555555,EndColorStr=#77555555); }
          body header #h_nav_wrap #h_nav li .submenu ul {
            width: 660px;
            margin: 0 auto;
            padding: 0 170px; }
            body header #h_nav_wrap #h_nav li .submenu ul li a {
              color: #fff; }
            body header #h_nav_wrap #h_nav li .submenu ul li a:hover {
              color: #eee; }
      body header #h_nav_wrap #h_nav li:hover > a {
        text-decoration: underline; }
      body header #h_nav_wrap #h_nav .last {
        margin-right: 0; }
  body header #h_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  body header #h_company {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9; }
body #main {
  min-width: 1000px;
  min-height: 500px; }
body footer {
  padding: 35px 0; }
  body footer #f_top {
    margin-bottom: 22px;
    padding-bottom: 30px;
    border-bottom: 5px #999 solid; }
    body footer #f_top #f_bnr {
      width: 730px;
      margin: 0 auto; }
      body footer #f_top #f_bnr li {
        margin-right: 30px;
        float: left; }
      body footer #f_top #f_bnr .last {
        margin-right: 0; }
  body footer #f_bottom {
    width: 860px;
    margin: 0 auto;
    padding-left: 134px; }
    body footer #f_bottom #f_logo {
      float: left; }
    body footer #f_bottom #f_link {
      margin-top: 5px;
      float: left; }
      body footer #f_bottom #f_link ul li {
        margin-left: 60px;
        float: left; }
        body footer #f_bottom #f_link ul li a {
          font-family: 'bebas';
          font-size: 18px;
          letter-spacing: 0.025em;
          line-height: 1; }
        body footer #f_bottom #f_link ul li ul li {
          margin: 12px 0 0;
          float: none; }
    body footer #f_bottom #gtt {
      margin-top: 30px;
      float: right; }
  body footer #copyright {
    width: 730px;
    margin: 0 auto;
    text-align: right; }
    body footer #copyright small {
      font-size: 12px; }

@media screen and (max-width: 600px) {
  body img {
    max-width: 100%; }
  body header,
  body #main,
  body footer {
    overflow: hidden; } }

/*# sourceMappingURL=common.css.map */
