@charset "utf-8";

#headerBanner {
    background: #000;
    text-align: center;
}

.bnr_wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.bnr_wrapper #bnr_close {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 0;
    cursor: pointer;
}

#headerBanner p {
    font-size:78.57143%;
    text-align: center;
    padding-bottom: 10px;
}

#headerBanner p a,
#headerBanner p a:hover,
#headerBanner p a:visited,
#headerBanner p a:visited:hover {
    display: block;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .bnr_wrapper {
        display: table;
        width: 100%;
        text-align: left;
    }

    .bnr_wrapper a {
        display: table-cell;
    }
    .bnr_wrapper #bnr_close {
        position: static;
        padding: 0 15px;
    }
    .bnr_wrapper #bnr_img img {
        width: 100%;
        height: auto;
    }
    .bnr_wrapper #bnr_close img {
        position: static;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    #headerBanner p {
        display: none;
    }
    .bnr_wrapper {
        display: block;
        width: 100%;
        text-align: center;
    }
    .bnr_wrapper a {
        display: inline;
    }
    .bnr_wrapper #bnr_close {
        position: absolute;
        top: -10px;
        right: 5px;
        padding: 0;
    }
    .bnr_wrapper #bnr_close img {
        width: 50px;
    }
}

.i6s a{
  width: 980px; 
  height: 50px; 
  float: left;
  overflow: hidden;
}
.i6s img{
  border: none;
  /*margin-top: -50px;*/
}
.i6s a:hover img{
  margin-top: -50px;
}
@media screen and (min-width: 769px) {
.biz_txt {
    padding-top:50px;
}
@media screen and (max-width: 768px) {
.biz_txt {
    padding-top:0;
}
@media screen and (max-width: 480px) {
.biz_txt {
    padding-top:0;
  }
}



/*20140919-ボタン2つVer. */

#headerBanner_wrap {
    width: 100%;
    background-color: #000;
}
#headerBanner_iphone6 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 980px;
    height: 70px;
    margin: 0 auto;
    padding-top: 10px;
}
#headerBanner_iphone6 dt {
    margin-bottom: 10px;
    text-align: center;
}
#headerBanner_iphone6 dd { text-align: center }
#headerBanner_iphone6 #btn01_iphone6 {
    display: inline-block;
    width: 260px;
    max-width: 43%;
    margin-right: 24px;
}
#headerBanner_iphone6 #btn02_iphone6 {
    display: inline-block;
    width: 260px;
    max-width: 43%;
}
#headerBanner_iphone6 #btn01_iphone6 img,
#headerBanner_iphone6 #btn02_iphone6 img {
    width: 100%;
    height: auto;
}
#headerBanner_iphone6 #btn_close_iphone6 {
    position: absolute;
    top: 15px;
    right: 30px;
}
    #headerBanner_iphone6 #btn_close_iphone6 img {
       cursor: pointer;
    }
#headerBannerSp_iphone6 { display: none }
@media screen and (max-width: 768px) { 
    #headerBanner_iphone6 { width: 100% }
}
@media screen and (max-width: 480px) { 
    #headerBanner_iphone6 { display: none }
    #headerBannerSp_iphone6 {
        position: relative;
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 0 0 18px;
        background-color: #000;
    }
    #headerBannerSp_iphone6 dt { text-align: center }
    .btnArea {
        overflow: hidden;
        width: 100%;
    }
    #headerBannerSp_iphone6 #btn01Sp_iphone6 {
        display: block;
        float: left;
        width: 46.25%;
        margin: 0 0 0 2.5%;
    }
    #headerBannerSp_iphone6 #btn02Sp_iphone6 {
        display: block;
        float: right;
        width: 46.25%;
        margin: 0 2.5% 0 0;
    }
    #headerBannerSp_iphone6 #btn_closeSp_iphone6 {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 15%;
    }
    #headerBannerSp_iphone6 #btn_closeSp_iphone6 img {
       cursor: pointer;
    }
    #headerBannerSp_iphone6 img {
        width: 100%;
        height: auto;
    }
    #headerBannerSp_iphone6 .title_iphone6 {
        width: 456px;
        max-width: 92.5%;
    }
}