html {
    overflow: auto;
}

body {
    overflow: hidden;
    min-width:1170px;
    font-size: normal;
    line-height: 1.6;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 16px;
}

select, option, input, textarea {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

a {
    color: #46C4FE;
}

#contentArea * {
    box-sizing: border-box;
}

.inner {
    border: none;
    position: relative;
    width: 1110px;
    margin: -1px auto -2px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

#headArea .bnsLogo {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 210px;
    height: 102px;
    margin-left: -571px;
}

#headArea .bnsLogo.center {
    top: 31px;
    margin-left: -94px;
}

#headArea .bnsLogo.right {
    margin-left: 352px;
}

#headArea .bnsLogo a {
    display: block;
    height: 90px;
    text-indent: -9999em;
}