@charset "UTF-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import url(import/reset.css);
@import url(import/util.css);
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */
/**
 * 2. html, body
 */
body {
  background-color: #fff;
  background-repeat: repeat;
  background-position: center top;
  font: 13px;
  *font-size: small;
  *font: x-small;
}

.page {
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 85%;
}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  color: #003763;
  text-decoration: underline;
}

a:hover {
  color: #003763;
  background-position: bottom right;
  text-decoration: underline;
}

/* heading */
.siteTitle {
  /*dont use <h1> selector*/
}

.contentTitle {
  /*dont use <h2> selector*/
}

/* cap */
.cap,
.caption {
  background: none;
  color: #eee;
  font-size: 77%;
  line-height: 15px;
}

.cap {
  padding-top: 5px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp_block {
  display: none;
}


@media only screen and (max-width: 640px) {
  .sp_block {
    display: block;
  }
}
/* loader */
#loader {
  width: 32px;
  height: 32px;
  display: none;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -16px;
  /* heightの半分のマイナス値 */
  margin-left: -16px;
  /* widthの半分のマイナス値 */
  z-index: 99999;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99998;
}

/* gHeader */
#gHeader {
  width: 100%;
  padding: 0;
  position: relative;
  background: url(../../common/imgs/hdr-bg.png) center top repeat-y #101c32;
}

.gHeaderBlock {
  width: 960px;
  margin: 0 auto;
}

.gHeaderBtm {
  overflow: hidden;
  padding: 0% 0% 2.81% 0%;
}

/* fNav */
.shldrTxt {
  width: 100%;
  font-size: 65%;
  color: #fff;
}

.shldrTxtBlock {
  width: 960px;
  margin: 0 auto;
}

.shldrTxtInner {
  padding: 0.52% 0% 0.52% 0%;
}

@media only screen and (max-width: 960px) {
  .shldrTxt {
    display: none;
  }
}
#gHeader .logo {
  width: 40%;
  float: left;
  margin: 1.04% 0% 0% 0%;
  vertical-align: top;
}

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

@media only screen and (max-width: 960px) {
  #gHeader {
    position: relative;
  }

  .gHeaderBlock {
    width: 100%;
    min-height: auto;
    margin: 0 auto;
    position: relative;
  }

  .gHeaderBtm {
    padding: 1.04% 1.04% 1.04% 1.04%;
  }

  #gHeader .logo {
    width: auto;
    margin: 14px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  #gHeader {
    padding: 0;
    height: 59px;
  }

  #gHeader .logo {
    width: 60%;
    margin: 0;
  }

  .gHeaderBtm {
    padding: 18px 10px 16px;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .gHeaderBlock {
    width: 320px;
    margin: 0 auto;
  }
}
/* sNav */
#sNav {
  float: right;
  margin: 7px 20px 0 0;
}

.sNavList {
  text-align: right;
  overflow: hidden;
  letter-spacing: -.4em;
}

.sNavList li {
  display: inline-block;
  *display: inline;  
  *zoom: 1;  
  font-size: 77%;
  letter-spacing: normal;
}

.sNavList li:last-child {
  margin-left: 10px;
}

.sNavList a {
  color: #fff;
  text-decoration: none;
}

.sNavList a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  #sNav {
    width: 50%;
    margin: 5px 0 0 auto;
    text-align: right;
    clear: both;
    float: none;
  }

  .sNavList {
    margin: 0 20px 0 0;
  }

  .sNavList li {
      
  }
}
@media only screen and (max-width: 640px) {
  #sNav {
    display: none;
  }
}
/* pNav */
#pNav {
  float: right;
  margin: 0;
  overflow: hidden;
}

.pNavList {
  text-align: right;
}

.pNavList li {
  float: left;
  margin: 0 10px 0 0;
}

.pNavList li:last-child {
  margin: 0;
}

@media only screen and (max-width: 960px) {
  #pNav {
    margin: 0px 0 0;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  #pNav {
    display: none;
  }
}
/* hNav */
#hNav {
  display: none;
}

@media only screen and (max-width: 640px) {
  #hNav {
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }

  #hNav li {
    width: 54px;
    float: left;
    border-left: 1px #88c0ba solid;
    text-align: center;
  }

  #hNav li:last-child {
    margin: 0;
  }

  #hNav li a {
    padding: 16px 8px 15px;
    display: block;
  }

  #hNav li img {
    width: 28px;
  }
}
/* gNav */
#gNav {
  width: 100%;
  padding-bottom: 2px;
  background: url(../../common/imgs/nav-bg.png) 0 0 repeat-x;
  line-height: 0;
}

.gNavBlock {
  width: 960px;
  margin: 0 auto;
}

.gNavList {
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}

.gNavList li {
  float: left;
  background: url(../../common/imgs/nav-bg.png) 0 0 repeat-x;
}

.gNavList .gNavMap,
.gNavList .gNavOutline,
.gNavList .gNavRequest,
.gNavList .gNavReserve {
  display: none;
}

.closeBtn {
  display: none;
}

.gNavCvn {
  display: none;
}

.gNavFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.gNavDisable a {
  cursor: default;
}

.gNavDisable a img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

@media only screen and (max-width: 960px) {
	#gNav {
  width: 100%;
  padding-bottom: 2px;
  background: url(../../common/imgs/nav-bg.png) 0 0 repeat-x;
  line-height: 1.8;
}
  .gNavBlock {
    width: 100%;
    margin: 0 auto;
    font-size: 85%;
    background: #f8f7f6;
  }

  .gNavList li {
    width: 20%;
    height: auto;
    display: table-cell;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
  }

  .gNavList li div {
    border-right: 1px #d0d0d0 solid;
    border-bottom: 1px #d0d0d0 solid;
  }

  .gNavList li a {
    text-indent: 0;
    color: #000;
    padding: 15px 0;
    display: inline-block;
    height: auto;
    text-align: center;
    text-decoration: none;
  }

  .gNavList li:nth-child(6) div,
  .gNavList li:nth-child(7) div,
  .gNavList li:nth-child(8) div,
  .gNavList li:nth-child(9) div,
  .gNavList li:nth-child(10) div {
    border-bottom: none;
  }

  .gNavList li:nth-child(5) div,
  .gNavList li:nth-child(10) div {
    border-right: none;
  }

  .gNavList li a,
  .gNavList li strong {
    width: 100%;
  }

  .gNavFixed {
    position: relative;
  }

  .gNavList li a:after {
    content: attr(data-label);
  }

  .gNavList li a img {
    display: none;
  }

  .gNavDisable a {
    opacity: 0.3;
  }
}
@media only screen and (max-width: 640px) {
  #gNav {
    display: none;
    position: relative;
    z-index: 99999;
    border: none;
  }

  .gNavList {
    border-top: 1px #d0d0d0 solid;
  }

  .gNavList li {
    width: 50%;
  }

  .gNavList li:nth-child(6) div,
  .gNavList li:nth-child(7) div,
  .gNavList li:nth-child(8) div,
  .gNavList li:nth-child(9) div,
  .gNavList li:nth-child(10) div,
  .gNavList li:nth-child(11) div,
  .gNavList li:nth-child(12) div {
    border-bottom: 1px #d0d0d0 solid;
  }

  .gNavList li:nth-child(5) div {
    border-right: 1px #d0d0d0 solid;
  }

  .gNavList li:nth-child(11) div,
  .gNavList li:nth-child(12) div {
    border-bottom: none;
  }

  .gNavList li:nth-child(even) div {
    border-right: none;
  }

  .gNavList .gNavMap,
  .gNavList .gNavOutline,
  .gNavList .gNavRequest,
  .gNavList .gNavReserve {
    display: block;
  }

  .gNavCvn {
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
  }

  .gNavCvn li {
    width: 100%;
    height: auto;
    background: none;
    display: table-cell;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    float: left;
    text-align: center;
  }

  .gNavCvn li a {
    width: 100%;
    text-indent: 0;
    color: #fff;
    padding: 15px 0;
    display: inline-block;
    height: auto;
    text-decoration: none;
  }

  .gNavCvn li:nth-child(1) div {
    border-right: 1px #d0d0d0 solid;
  }

  .gNavCvn li:last-child div {
    border-right: none;
  }

  .gNavCvn .gNavRequest {
    background: #aa7900;
  }

  .gNavCvn .gNavReserve {
    background: #a90e00;
  }

  .closeBtn {
    display: block;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    background-color: #bbb;
    font-size: 85%;
  }
}
#contentsWrap {
  background-color: #fff;
  background-repeat: repeat;
  background-position: center top;
}

#contentsWrapInner {
  width: 100%;
}

/* container */
#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 10px;
  background: url(../imgs/contents_bottom.png) 0 bottom repeat-x;
}

#containerBlock {
  overflow: hidden;
}

#containerInner {
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 960px) {
  #container {
    width: 100%;
  }

  #containerBlock {
    overflow: hidden;
  }

  #containerInner {
    width: 100%;
  }
}
/* topContetns */
.topContetns {
  width: 100%;
}

.topContetnsBlock {
  width: 960px;
  margin: 0 auto;
}

.topContetnsInner {
  overflow: hidden;
  margin: 4.68% 0% 6.25% 0%;
}

.topContetnsLeft {
  width: 620px;
  float: left;
}

@media only screen and (max-width: 960px) {
  .topContetnsBlock {
    width: 100%;
  }

  .topContetnsInner {
    padding: 0% 1.04% 0% 1.04%;
  }

  .topContetnsLeft {
    width: 58%;
  }
}
@media only screen and (max-width: 640px) {
  .topContetnsLeft {
    width: 100%;
    float: none;
  }
}
/* annotation */
.annotation {
  clear: both;
  width: 100%;
}

.annotationBlock {
  width: 960px;
  margin: 0 auto;
}

.annotationInner {
  padding: 5% 0% 3.64% 0%;
  color: #666;
  font-size: 77%;
}

@media only screen and (max-width: 960px) {
  .annotationBlock {
    width: 100%;
  }

  .annotationInner {
    padding: 1.56% 1.04% 1.56% 1.04%;
  }
}
/* side */
.side {
  width: 300px;
  float: right;
}

@media only screen and (max-width: 960px) {
  .side {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .side {
    width: 100%;
    float: none;
    margin: 2.08% 0% 0% 0%;
    text-align: center;
  }
}
/* sideBnr */
.sideBnr li {
  margin: 0% 0% 3.33% 0%;
}

.sideBnr li:last-child {
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .sideBnr {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .sideBnr li {
    margin: 0% 0% 2.08% 0%;
  }
}
/* besideBnr */
.besideBnr li {
  width: 145px;
  float: left;
  margin-right: 10px;
}

.besideBnr li:last-child {
  margin-right: 0;
}

.besideBnr li:nth-child(even) {
  float: right;
}

@media only screen and (max-width: 960px) {
  .besideBnr li {
    width: 48%;
    margin: 0% 3.33% 3.33% 0%;
  }
}
@media only screen and (max-width: 640px) {
  .besideBnr {
    text-align: center;
  }

  .besideBnr li {
    width: auto;
    float: none;
    margin: 0% 0% 2.08% 0%;
  }

  .besideBnr li:nth-child(even) {
    float: none;
  }
}
/* fCvn */
.fCvn {
  clear: both;
  width: 100%;
}

.fCvnBlock {
  width: 960px;
  margin: 0 auto;
}

.fCvnInner {
  padding: 0% 0% 1.66% 0%;
  margin-left: auto;
  margin-right: auto;
}

.fCvnList {
  padding: 2.08% 0% 2.08% 0%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.fCvnList li {
  display: inline-block;
  margin: 0% 2.5% 0% 0%;
  text-align: center;
}

.fCvnList li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .fCvnBlock {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .fCvnInner {
    padding: 4.16% 1.04% 1.66% 1.04%;
  }

  .fCvnList {
    width: 100%;
  }

  .fCvnList li {
    display: block;
    text-align: center;
    margin: 0% 0% 2.08% 0%;
  }

  .fCvnList li:last-child {
    margin: 0% 0% 0% 0%;
  }
}
/* fNav */
.fNav {
  width: 100%;
}

.fNavBlock {
  width: 960px;
  margin: 0 auto;
}

.fNavInner {
  padding: 0% 0% 1.04% 0%;
}

.fNavList {
  overflow: hidden;
  font-size: 85%;
  text-align: center;
}

.fNavList li {
  display: inline;
  padding: 0 5px;
  line-height: 2;
  border-right: 1px #555 solid;
  color: #727272;
  text-decoration: none;
}

.fNavList li:last-child {
  border-right: 0;
}

.fNavList li div {
  display: inline;
}

.fNavList li a {
  color: #727272;
}

.fNavList li a:hover {
  color: #666;
  text-decoration: none;
}

.fNavList .fNavDisable a {
  cursor: default;
  text-decoration: none;
}

.fNavList .fNavDisable a,
.fNavList .fNavDisable a:hover {
  color: #afafaf;
}

@media only screen and (max-width: 960px) {
  .fNavBlock {
    width: 100%;
  }

  .fNavInner {
    padding: 0% 1.04% 1.04% 1.04%;
  }
}
@media only screen and (max-width: 640px) {
  .fNav {
    border-bottom: 0;
    border-top: 1px #d0d0d0 solid;
    background: #fff;
  }

  .fNavInner {
    padding: 0% 0% 0% 0%;
  }

  .fNavList li {
    width: 50%;
    display: block;
    float: left;
    border: 0;
    padding: 0;
  }

  .fNavList li div {
    display: block;
    border-right: 1px #d0d0d0 solid;
    border-bottom: 1px #d0d0d0 solid;
  }

  .fNavList li a {
    color: #000;
    display: block;
    padding: 15px 10px;
    text-decoration: none;
  }

  .fNavList li:nth-child(even) div {
    border-right: 0;
  }
}
/* gFooter */
#gFooter {
  width: 100%;
}

/* gInfo */
.gInfo {
  clear: both;
  width: 100%;
  background: #696040;
}

.gInfoBlock {
  width: 960px;
  margin: 0 auto;
}

.gInfoInner {
  padding: 1.04% 0% 1.04% 0%;
  overflow: hidden;
  color: #fff;
}

.gInfoList {
  overflow: hidden;
  font-size: 85%;
  text-align: center;
}

.gInfoList dt {
  display: inline;
}

.gInfoList dd {
  display: inline;
}

@media only screen and (max-width: 960px) {
  .gInfoBlock {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .gInfoList dt {
    width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0% 0% 1.04% 0%;
  }

  .gInfoList dd {
    display: block;
    text-align: center;
    font-size: 85%;
  }
}
/* gTel */
.gTel {
  clear: both;
  width: 100%;
  background: url(../imgs/gTel_bg.png);
  border-bottom: 1px #d3d4d5 solid;
}

.gTelBlock {
  width: 100%;
  padding-top: 1px;
  background: url(../imgs/gTel_shadow_top.png) top left repeat-x;
}

.gTelArea {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  color: #000;
}

.gTelList {
  padding: 2.08% 1.04% 0.41% 1.04%;
  overflow: hidden;
  text-align: center;
}

.gTelList li {
  display: inline-block;
  margin: 0% 2.08% 2.08% 0%;
  vertical-align: middle;
  text-align: left;
}

.gTelList li:last-child {
  margin-right: 0;
}

.gTelTitle {
  font-size: 75%;
}

.gTelNum {
  font-size: 196%;
  line-height: 1.3;
  padding: 0.31% 0% 0% 0%;
  color: #fff;
}

.gTelNum a {
  color: #1c71b5;
  text-decoration: none;
}

.gTelNumInner {
  padding: 0 0 0 35px;
  background: url(../imgs/icon-dial.png) 0px 48% no-repeat;
  color: #1c71b5;
  font-weight: normal;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.gTelTxt {
  font-size: 75%;
}

.gTelTap {
  display: none;
  text-align: center;
  font-size: 75%;
}

@media only screen and (max-width: 960px) {
  .gTelArea {
    width: 100%;
  }

  .gTelList {
    width: 100%;
  }

  .gTelBlock {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .gTelInner {
    padding: 4.16% 1.04% 4.16% 1.04%;
  }

  .gTelList {
    padding: 0% 1.04% 0.41% 1.04%;
    width: 100%;
    overflow: hidden;
  }

  .gTelList li {
    float: none;
    text-align: center;
    display: block;
    margin: 0% 0% 2.08% 0%;
  }

  .gTelList li:last-child {
    margin: 0;
  }

  .gTelTap {
    display: block;
  }
}
/* gBnr */
.gBnr {
  clear: both;
  width: 100%;
}

.gBnrBlock {
  width: 960px;
  margin: 0 auto;
}

.gBnrInner {
  padding: 2.5% 1.25% 0.41% 1.25%;
  overflow: hidden;
  text-align: center;
}

.gBnrInner li {
  margin: 0% 1.25% 2.08% 1.25%;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .gBnrBlock {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .gBnrInner {
    padding: 4.16% 1.04% 4.16% 1.04%;
  }

  .gBnrInner li {
    display: block;
  }

  .gBnrInner li:last-child {
    margin-bottom: 0;
  }
}
/* gArea */
.gArea {
  clear: both;
  width: 100%;
  background: #1e1e1e;
}

.gAreaBlock {
  width: 960px;
  margin: 0 auto;
}

.gAreaInner {
  padding: 2.5% 0% 2.5% 0%;
  overflow: hidden;
  font-size: 77%;
}

.gArea-left {
  width: 468px;
  float: left;
  margin: 0% 2.5% 2.08% 0%;
}

.gArea-right {
  width: 468px;
  float: right;
  margin: 0% 0% 2.08% 0%;
}

.gArea-txt {
  clear: both;
  width: 100%;
  color: #868686;
}

.gArea-sub-title {
  background: #434240;
  padding: 1.7% 0.85% 1.28% 0.85%;
  margin: 0% 0% 1.04% 0%;
  text-align: center;
  font-size: 108%;
  color: #fff;
}

.gAreaList {
  overflow: hidden;
}

.gAreaList li {
  width: 228px;
  float: left;
  margin: 0% 2.13% 1.06% 0%;
}

.gAreaList li:nth-child(even) {
  margin: 0% 0% 1.06% 0%;
}

.gAreaList li a {
  color: #999;
}

.gAreaList li a:hover {
  color: #555;
  text-decoration: none;
}

.gAreaList-02 {
  overflow: hidden;
}

.gAreaList-02 li {
  width: 107px;
  float: left;
  margin: 0% 2.13% 1.06% 0%;
}

.gAreaList-02 li:nth-child(5),
.gAreaList-02 li:nth-child(9),
.gAreaList-02 li:nth-child(13) {
  clear: both;
}

.gAreaList-02 li a {
  color: #999;
}

.gAreaList-02 li a:hover {
  color: #555;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .gAreaBlock {
    width: 100%;
  }

  .gAreaInner {
    padding: 2.5% 1.04% 2.5% 1.04%;
  }

  .gArea-left {
    width: 48%;
    float: left;
  }

  .gArea-right {
    width: 48%;
    float: right;
  }

  .gAreaList-02 li {
    width: 22%;
    float: left;
  }

  .gAreaList-02 li:nth-child(odd) {
    clear: none;
  }
}
@media only screen and (max-width: 640px) {
  .gArea-left {
    width: 100%;
    float: none;
  }

  .gArea-right {
    width: 100%;
    float: none;
  }

  .gArea-txt {
    width: 100%;
    float: none;
  }

  .gAreaList li,
  .gAreaList-02 li {
    width: 50%;
    float: left;
    margin: 0 0 5px 0;
  }

  .gAreaList li {
    width: 100%;
    float: none;
  }

  .gAreaList li a,
  .gAreaList-02 li a {
    display: block;
  }

  .gAreaList li:nth-child(odd) a,
  .gAreaList-02 li:nth-child(odd) a {
    padding: 0 10px 0 0;
  }
}
/* gLogo */
.gLogo {
  clear: both;
  width: 100%;
  background: #fff;
}

.gLogoBlock {
  width: 960px;
  margin: 0 auto;
}

.gLogoInner {
  padding: 2.6% 0% 0% 0%;
  overflow: hidden;
  text-align: center;
}

.gLogoList li {
  margin: 0% 4.68% 2.6% 1.25%;
  font-size: 77%;
  display: inline-block;
  text-align: center;
}

.gLogoList .txt {
  margin: 0;
  text-align: center;
  color: #000;
}

.gLogoList li a {
  color: #b2b2b2;
  text-decoration: none;
}

.gLogoList li a:hover {
  color: #b2b2b2;
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  .gLogoBlock {
    width: 100%;
  }

  .gLogoInner {
    padding: 2.08% 1.04% 1.45% 1.04%;
  }
}
@media only screen and (max-width: 640px) {
  .gLogoList li {
    margin: 0% 0% 1.04% 0%;
  }

  .gLogoList li:last-child {
    margin: 0% 0% 0% 0%;
  }

  .gLogoInner {
    padding: 1.56% 1.04% 1.56% 1.04%;
  }

  .gLogoList li {
    display: block;
  }
}
/* copyright */
.copyright {
  width: 100%;
  border-top: 1px #d7d7d7 solid;
}

.copyrightBlock {
  width: 960px;
  margin: 0 auto;
}

.copyrightInner {
  padding: 1.04% 0% 1.04% 0%;
  color: #757575;
  font-size: 65%;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .copyrightBlock {
    width: 100%;
  }

  .copyrightInner {
    padding: 0.52% 1.04% 0.52% 1.04%;
  }
}
/* FooterLogoCopy */
.FooterLogoCopy {
  width: 100%;
  background: #000000;
}

.FooterLogoCopyBlock {
  width: 960px;
  margin: 0 auto;
}

.FooterLogoCopyInner {
  padding: 1.04% 0% 1.04% 0%;
  color: #757575;
  font-size: 65%;
  overflow: hidden;
}

.FooterLogoCopyList {
  width: 50%;
  float: left;
  text-align: left;
}

.FooterLogoCopyList li {
  margin: 0% 1.25% 1.04% 1.25%;
  font-size: 77%;
  display: inline-block;
  text-align: center;
}

.FooterLogoCopyList .txt {
  margin: 0;
  text-align: center;
  color: #b2b2b2;
}

.FooterLogoCopyList li a {
  color: #b2b2b2;
  text-decoration: none;
}

.FooterLogoCopyList li a:hover {
  color: #b2b2b2;
  text-decoration: underline;
}

.FooterLogoCopyright {
  width: 50%;
  float: right;
  margin: 1.56% 0% 0% 0%;
  text-align: right;
}

.FooterLogoCopyright li {
  margin: 0% 0% 1.04% 0%;
}

@media only screen and (max-width: 960px) {
  .FooterLogoCopyBlock {
    width: 100%;
  }

  .FooterLogoCopyInner {
    padding: 1.04% 1.04% 0.41% 1.04%;
  }

  .FooterLogoCopyright {
    margin: 1.56% 0% 1.04% 0%;
  }
}
@media only screen and (max-width: 640px) {
  .FooterLogoCopyList {
    width: auto;
    float: none;
    padding: 0% 0% 1.04% 0%;
  }

  .FooterLogoCopyList li {
    display: block;
    margin: 0% 0% 0% 0%;
  }

  .FooterLogoCopyList li:last-child {
    margin: 0% 0% 0% 0%;
  }

  .FooterLogoCopyright {
    width: auto;
    float: none;
    text-align: center;
  }
}
/* ptop	*/
.ptop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}

.ptop:active {
  bottom: 19px;
  opacity: 0.8;
}

.ptop img {
  width: 40px;
  height: 40px;
}

/* pageTitle */
.pageTitle01_01 {
  width: 100%;
}

.pageTitle01_01_Block {
  width: 960px;
  margin: 0 auto;
}

.pageTitle01_01_Inner {
  margin: 4.16% 0% 4.16% 0%;
}

.pageTitle01_01_Inner .img {
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .pageTitle01_01_Block {
    width: 100%;
  }

  .pageTitle01_01_Inner {
    margin: 2.08% 1.04% 7.29% 1.04%;
  }
}
.section_block {
  margin-bottom: 40px;
}
.section_block:last-child {
  margin-bottom: 0px;
}
.section_block .section_block {
  margin-bottom: 30px;
}
.section_block .section_block:last-child {
  margin-bottom: 0px;
}

.contents_box {
  overflow: hidden;
  margin-bottom: 15px;
}
.contents_box:last-child {
  margin-bottom: 0;
}
.contents_box p {
  margin-bottom: 10px;
}
.contents_box p:last-child {
  margin-bottom: 0;
}

.sectionSubBlock:last-child {
  margin-bottom: 0;
}

.headingType03 {
  margin-bottom: 10px;
  color: #9c9072;
  font-size: 116%;
}

.headingType04 {
  padding: 0 0 0 29px;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 108%;
  background: url(../imgs/headingType04_bg.png) 0 center no-repeat #015190;
}
.headingType04.no-bg {
  background: none;
}

.txtBlock p {
  margin: 0% 0% 2.08% 0%;
}
.txtBlock p:last-child {
  margin-bottom: 0;
}

.caption {
  text-align: right;
  margin: 5px 0 0;
  color: #666;
}

/* pan01_01 */
.pan01_01 {
  clear: both;
  width: 100%;
}

.pan01_01_Block {
  width: 960px;
  margin: 0 auto;
}

.pan01_01_Inner {
  padding: 0.52% 0% 0.52% 0%;
  overflow: hidden;
  font-size: 77%;
}

.pan01_01_List li {
  margin: 0% 1.04% 0% 0%;
  float: left;
  color: #4b3d26;
}

.pan01_01_List li a {
  color: #4b3d26;
}

@media only screen and (max-width: 960px) {
  .pan01_01_Block {
    width: 100%;
  }

  .pan01_01_Inner {
    padding: 0.52% 1.04% 0.52% 1.04%;
  }
}
/* partsType01_01 */
.partsType01_01 {
  width: 100%;
}

.partsType01_01 .img {
  text-align: center;
}

.partsType01_01_Block {
  width: 960px;
  margin: 0 auto;
}

.partsType01_01_Inner {
  margin: 0% 0% 2.08% 0%;
  margin-left: auto;
  margin-right: auto;
}

.partsType01_01_Inner .img {
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .partsType01_01_Block {
    width: 100%;
  }

  .partsType01_01_Inner {
    padding: 0% 1.04% 0% 1.04%;
  }
}
/* partsType_heading01_01 */
.partsType_heading01_01 {
  width: 100%;
}

.partsType_heading01_01_Block {
  width: 960px;
  margin: 0 auto;
}

.partsType_heading01_01_Inner {
  margin: 0% 0% 2.08% 0%;
  margin-left: auto;
  margin-right: auto;
}

.partsType_heading01_01_Inner .img {
  text-align: left;
  margin: 0 0 15px;
  background: url(../../imgs/infoTitle_line.gif) 0 bottom repeat-x;
}

@media only screen and (max-width: 960px) {
  .partsType_heading01_01_Block {
    width: 100%;
  }

  .partsType_heading01_01_Inner {
    padding: 0% 1.04% 0% 1.04%;
  }
}
/* partsType_txt01_01 */
.partsType_txt01_01 {
  width: 100%;
}

.partsType_txt01_01 .img {
  text-align: center;
}

.partsType_txt01_01_Block {
  width: 960px;
  margin: 0 auto;
}

.partsType_txt01_01_Inner {
  margin: 0% 0% 5.2% 0%;
  margin-left: auto;
  margin-right: auto;
}

.partsType_txt01_01_Inner .img {
  margin: 0% 0% 0% 0%;
}

.partsType_txt01_01_Inner .img img {
  margin: 0% 0% 0% 0%;
}

@media only screen and (max-width: 960px) {
  .partsType_txt01_01_Block {
    width: 100%;
  }

  .partsType_txt01_01_Inner {
    margin: 0% 1.04% 4.16% 1.04%;
  }
}
