/* ========================================
* File Name: top.css
* Created Date: 2014.11.18
* Author: TAM
======================================== */
/* --.top #gHeader-- */
.top [id="gHeader"] {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.top [id="gHeader"].fixed {
  background: #fff;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (min-width: 1021px) {
  .top [id="gHeader"] {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color: #fff;
      height: 80px;
  }
  .top [id="gHeader"].fixed .logo a {
    color: #333333;
  }
  .top [id="gHeader"].fixed .english-btn a {
    border: solid 1px #666666;
    color: #666666;
  }
  .top [id="gHeader"].fixed .english-btn a:hover, .top [id="gHeader"].fixed .english-btn a:active {
    border: solid 1px #aaaaaa;
    color: #aaaaaa;
  }
  .top [id="gHeader"].fixed .gNav .gNav-menu li a {
    color: #666666;
  }
  .top [id="gHeader"].fixed .gNav .gNav-menu li a:hover, .top [id="gHeader"].fixed .gNav .gNav-menu li a:active {
    color: #aaaaaa;
  }
  .top [id="gHeader"].fixed .gNav .gNav-menu li.current a {
    color: #333333;
  }
  .top [id="gHeader"].fixed .gNav .gNav-menu li.current a:hover, .top [id="gHeader"].fixed .gNav .gNav-menu li.current a:active {
    color: #aaaaaa;
  }
  .top [id="gHeader"].fixed .gNav .corporate-btn a {
    color: #666666;
  }
  .top [id="gHeader"].fixed .gNav .corporate-btn a:hover, .top [id="gHeader"].fixed .gNav .corporate-btn a:active {
    color: #aaaaaa;
  }
    /*
  .top [id="gHeader"].fixed .gNav .corporate-btn .icon-headerArw {
    background: url(../../common/images/common_parts.png) no-repeat -25px 0;
    background-size: auto 25px;
  }
    */
  .top [id="gHeader"] .logo a {
    color: #fff;
  }
    .top [id="gHeader"] .logo a img{
        width: 120px;
        height: auto;
    }
  .top [id="gHeader"] .english-btn a {
    border: solid 1px #fff;
    color: #fff;
  }
  .top [id="gHeader"] .english-btn a:hover, .top [id="gHeader"] .english-btn a:active {
    border: solid 1px #aaaaaa;
    color: #aaaaaa;
  }
  .top [id="gHeader"] .gNav .gNav-menu li a {
    color: #fff;
  }
  .top [id="gHeader"] .gNav .gNav-menu li a:hover, .top [id="gHeader"] .gNav .gNav-menu li a:active {
    color: #aaaaaa;
  }
  .top [id="gHeader"] .gNav .gNav-menu li.current a {
    color: #fff;
  }
  .top [id="gHeader"] .gNav .gNav-menu li.current a:hover, .top [id="gHeader"] .gNav .gNav-menu li.current a:active {
    color: #aaaaaa;
  }
  .top [id="gHeader"] .gNav .corporate-btn a {
    color: #fff;
  }
  .top [id="gHeader"] .gNav .corporate-btn a:hover, .top [id="gHeader"] .gNav .corporate-btn a:active {
    color: #aaaaaa;
  }
    /*
  .top [id="gHeader"] .gNav .corporate-btn .icon-headerArw {
    background: url(../../common/images/common_parts.png) no-repeat -50px 0;
    background-size: auto 25px;
  }
    */
}
/* --.top #contents-- */
.top [id="contents"] {
  padding: 0;
  background: none;
}

/* --mainimg-- */
.mainimg {
  display: table;
  width: 100%;
  height: 600px;
  margin: 0 0 50px 0;
  background: url(../images/mainimg_191004.jpg) no-repeat center center #e7ebf2;
  background-size: auto 100%;
}

.mainimg-txt {
  display: table-cell;
  padding: 80px 0 0 0;
  vertical-align: middle;
  color: #fff;
  font-size: 50px;
  font-size: 5.0rem;
letter-spacing: 5px;
  line-height: 1.5;
  text-shadow: 3px 3px 2px black;
}


@media screen and (min-width: 1400px) {
  .mainimg {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1000px) {
  .mainimg {
    height: 500px;
  }

  .mainimg-txt {
    padding: 50px 0 0 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 740px) {
  .mainimg {
    height: 200px;
    margin: 0 0 20px 0;
    background-size: 120% auto;
  }

  .mainimg-txt {
    padding: 45px 0 0 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .mainimg {
    background-size: auto 140%;
  }

  .mainimg-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/* --pr-- */
@media screen and (max-width: 1000px) {
  .pr {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --bottomBanner-- */
.bottomBanner {
  display: table;
  width: 100%;
  margin: 60px 0 0 0;
}

.bottomBanner-item {
  display: table-cell;
  vertical-align: top;
}
.bottomBanner-item:first-of-type {
  text-align: left;
}
.bottomBanner-item:last-of-type {
  text-align: right;
}
.bottomBanner-item:hover {
  opacity: 0.7;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1000px) {
  .bottomBanner-item:first-of-type {
    padding: 0 5px 0 10px;
  }
  .bottomBanner-item:last-of-type {
    padding: 0 10px 0 5px;
  }
  .bottomBanner-item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 740px) {
  .bottomBanner {
    display: inherit;
    width: auto;
    margin: 30px 15px 0 15px;
  }

  .bottomBanner-item {
    display: inherit;
  }
  .bottomBanner-item:first-of-type {
    padding: 15px 0 0 0;
    text-align: center;
  }
  .bottomBanner-item:last-of-type {
    padding: 15px 0 0 0;
    text-align: center;
  }
  .bottomBanner-item img {
    width: 100%;
    max-width: 470px;
  }
}
