@charset "utf-8";

.topMainClm {
    width: 1020px;
}

.topSubClm {
    float: right;
    width: 310px;
}

@media only screen and (max-width: 767px) {
    .topMainClm {
        float: none;
        width: auto;
    }

    .topSubClm {
        float: none;
        width: auto;
    }
}

.topInformationSec {
    clear: both;
}

.topInformationSec h2 {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .topInformationSec h2 img {
        width: auto;
        height: 30px;
    }
}

.topInformationSec dl {
	margin-left: auto;
    margin-right: auto;
    /*width: 700px;*/
	max-width: 700px;
}

.topInformationSec dl dt {
    margin: 35px 0 0 0;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .topInformationSec dl dt {
        margin-top: 20px;
    }
}

.topInformationSec dl dt::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 7px 0 0;
    background: url(../img/common/common_mark01.png) 0 0 no-repeat;
}

.topInformationSec dl dd {
    margin: 0 0 0 18px;
}

.topInformationSec .btnMore {
    clear: both;
    text-align: center;
    margin: 35px 0 0 0;
}

.topInformationSec .btnMore a {
    display: inline-block;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #222;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

@media only screen and (min-width: 768px) {
    .topInformationSec .btnMore a:hover {
        border-color: #d8b533;
        color: #d8b533;
    }
}

@media only screen and (max-width: 767px) {
    .topInformationSec .btnMore a {
        width: 225px;
        color: #222222;
        font-size: 12px;
        border: 1px solid #aaaaaa;
    }
}

.topTwitterBox {
    clear: both;
    height: 510px;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
    .topTwitterBox {
        margin-top: 40px;
        height: 400px;
    }
}

.topBannerBox {
    clear: both;
    padding: 30px 0;
    background: #F2F2F1;
    overflow: auto;
}

@media only screen and (max-width: 767px) {
    .topBannerBox {
        padding: 0;
        background: none;
    }
}

.topBannerBoxInner {
    width: 700px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .topBannerBoxInner {
        width: auto;
        margin: 0 10px;
    }
}

.topBannerBox ul li {
    float: left;
    width: 300px;
    margin: 0 50px 0 0;
}

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

@media only screen and (max-width: 767px) {
    .topBannerBox ul li {
        float: none;
        width: auto;
        margin: 0 0 14px 0;
        text-align: center;
    }

    .topBannerBox ul li:last-child {
        margin-bottom: 0;
    }
}

.topBtmsnsBox {
    clear: both;
    padding: 30px 0;
    text-align: center;
}

.topBtmsnsBox ul li {
    display: inline-block;
    margin: 0 6px;
}

.topBtmsnsBox ul li img {
    width: 41px;
    height: auto;
}

.mainLogo {
    position: absolute;
    width: 1000px;
    left: 50%;
    bottom: 160px;
    margin-left: -500px;
}

body.fixed .mainLogo {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mainLogo {
        display: none;
    }
}

.mainLogo > img {
    position: absolute;
    opacity: 0;
}

.mainLogo .logo-d {
    width: 46px;

}

.mainLogo .logo-o {
    width: 78px;
    top: 0;
    left: 13px;
}

.mainLogo .logo-j {
    width: 42px;
}

.mainLogo .logo-i {
    width: 5px;
}

.mainLogo .logo-m {
    width: 54px;
}

.mainLogo .logo-a {
    width: 49px;
}

.mainLogo .logo-k {
    width: 47px;
}

.mainLogo .logo-h {
    width: 42px;
}

.mainLogo .logo-e {
    width: 33px;
}

.mainLogo .logo-cha01 {
    top: 0;
    left: 13px;
}

.mainLogo .logo-cha02 {
    top: 4px;
    left: 99px;
}

.mainLogo .logo-cha03 {
    top: 0;
    left: 207px;
}

.mainLogo .logo-cha04 {
    top: 0;
    left: 301px;
}

.mainLogo .logo-cha05 {
    top: 0;
    left: 360px;
}

.mainLogo .logo-cha06 {
    top: 0;
    left: 466px;
}

.mainLogo .logo-cha07 {
    top: 0;
    left: 602px;
}

.mainLogo .logo-cha08 {
    top: 4px;
    left: 681px;
}

.mainLogo .logo-cha09 {
    top: 0;
    left: 805px;
}

.mainLogo .logo-cha10 {
    top: 0;
    left: 901px;
}

.mainLogo .logo-cha11 {
    top: 0;
    left: 981px;
}

