﻿@charset "utf-8";
/* ----------------------------------------

再定義

---------------------------------------- */
body {
  color: #333;
  font-size: 87.5%;
  font-family:"Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
input,
textarea {
  font-family:"Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
input {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a         { color: #333;}
a:visited { color: #333;}
a:focus   { color: #333;}
a:hover   {
            color: #333;
            text-decoration: none;
}
a:active  { color: #333;}
a:link, a:visited {
  text-decoration: underline;
  outline: none;
}
a:hover,
a:active,
a:focus   { text-decoration: none;}
img       { vertical-align: bottom;}


/* ----------------------------------------

container

---------------------------------------- */
#container {
  margin: 0 auto;
  font-size: 100%; /* fontsize xxpx */
  background: #fff;
  min-width: 974px;
  overflow-x: hidden;
}

/* noscript
------------------------------- */
#noscript {
  padding-top: 10px;
  width: 960px;
  margin: 30px auto 10px;
}
#noscript p {
  padding: 10px 15px;
  border: 5px solid #eee;
  color: #333;
  background: #fff;
}



/* ----------------------------------------

footer

---------------------------------------- */
#footer {
  font-size: 13px;
  background: #fff;
  height: 50px;
}
.ftrWrap {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 1px;
}
.ftrList {
  width: 430px;
  float: left;
}
.ftrList li {
  display: inline;
  margin-right: 17px;
}
.ftrList a {
  background: url(../../img/common/icon_arrw_01.png) no-repeat 0 .4em;
  padding-left: 13px;
  vertical-align: middle;
}
.ftrNav {
  width: 430px;
  float: right;
  text-align: right;
}
#copy {
  display: inline;
  vertical-align: middle;
}
.ftrBtn,
.ftrBtn li {
  display: inline;
  vertical-align: middle;
}
.ftrBtn li { margin-left: 7px;}
.ftrBtn li:first-child { margin-left: 10px;}
.ftrBtn img { vertical-align: middle;}
.ftrBtn li a:hover img { opacity: .8;}



/* ----------------------------------------

module

---------------------------------------- */

/* hdrSec
------------------------------- */
.hdrSec01 {
  padding-top: 20px;
}
.hdrSec01 .hdrSec01Top{
  position: relative;
  width: 960px;
  height: 108px;
  margin: 0 auto;
}
.hdrSec01 .hdrSec01Top .hdrLogo01{
  text-align: right;
}
.hdrSec01 .hdrSec01Top .hdrLogo02{
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -171px;
}
.hdrSec01 .glbNav{
  width: 974px;
  margin: 2px auto 26px;
}
.hdrSec01 .glbNav li{
  float: left;
  margin-left: 10px;
}
.hdrSec01 .glbNav li span{
  display: block;
  height: 79px;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
}
.hdrSec01 .glbNav li:first-child{
  margin-left: 0;
}
.hdrSec01 .glbNav li.active{
  margin-top: -3px;
}

/* pageTop
------------------------------- */
.pageTop{
  width: 960px;
  margin: 0 auto;
  text-align: right;
}
.pageTop img{
  margin-bottom: -4px;
  margin-right: -11px;
}
.pageTop a:hover{
  -webkit-opacity: 0.8;
  opacity: 0.8;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  z-index: 10;
}



.clear {
  clear: both;
}
.hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
.mgt0 { margin-top: 0 !important;}
.mgt5 { margin-top: 5px !important;}
.mgt10 {  margin-top: 10px !important;}
.mgt15 {  margin-top: 15px !important;}
.mgt20 {  margin-top: 20px !important;}
.mgt30 {  margin-top: 30px !important;}
.mgt40 {  margin-top: 40px !important;}
.mgb0 { margin-bottom: 0 !important;}
.mgb5 { margin-bottom: 5px !important;}
.mgb10 {  margin-bottom: 10px !important;}
.mgb15 {  margin-bottom: 15px !important;}
.mgb20 {  margin-bottom: 20px !important;}
.mgb30 {  margin-bottom: 30px !important;}
.mgb40 {  margin-bottom: 40px !important;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.hdrSec01 .glbNav:after,
.ftrWrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.hdrSec01 .glbNav,
.ftrWrap {
  *zoom: 1;
}