@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "clearfix.css";

/*=========common==========*/
body {
    background: url(../images/common/bg.jpg);
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}

#container {
    min-width: 980px;
    width: auto !important;
    width: 980px;
}

a {
    color: #369;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#main_nav {
    width: 100%;
}
#main_nav li {
    float: left;
    height: 63px;
}
#main_nav li a {
    display: block;
    height: 63px;
    background: url(../images/common/bg_mainNav.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
}
#main_nav li#homeNav {
    width: 163px;
}
#main_nav li#homeNav a {
    width: 163px;
    background-position: 0 0;
}
#main_nav li#homeNav a:hover {
    background-position: 0 -63px;
}
#main_nav li#infoNav {
    width: 163px;
}
#main_nav li#infoNav a {
    width: 163px;
    background-position: -163px 0;
}
#main_nav li#infoNav a:hover {
    background-position: -163px -63px;
}
#main_nav li#aboutNav {
    width: 163px;
}
#main_nav li#aboutNav a {
    width: 163px;
    background-position: -326px 0;
}
#main_nav li#aboutNav a:hover {
    background-position: -326px -63px;
}
#main_nav li#playNav {
    width: 163px;
}
#main_nav li#playNav a {
    width: 163px;
    background-position: -489px 0;
}
#main_nav li#playNav a:hover {
    background-position: -489px -63px;
}
#main_nav li#libraryNav {
    width: 163px;
}
#main_nav li#libraryNav a {
    width: 163px;
    background-position: -652px 0;
}
#main_nav li#libraryNav a:hover {
    background-position: -652px -63px;
}
#main_nav li#qaNav {
    width: 165px;
}
#main_nav li#qaNav a {
    width: 165px;
    background-position: -815px 0;
}
#main_nav li#qaNav a:hover {
    background-position: -815px -63px;
}

#footer {
    width: 100%;
    background: url(../images/common/bg_footer.jpg);
    border-top: #ffdc39 5px solid;
    bottom: 0px;
}
#footer a {
    color: #ffffff;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .footer_in {
    width: 620px;
    min-height: 130px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/common/bg_footer_in.gif) center center no-repeat;
}
#footer .footer_in ul {
    width: 400px;
    margin: 0px auto;
    padding-right: -10px;
}
#footer .footer_in li {
    float: left;
    margin-top: 45px;
    padding-right: 10px;
    font-size: 12px;
}

address {
    font-size: 10px;
    color: #ccc;
}

#contents_all {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
}
#contents_all h3 {
    padding: 30px 0px 10px 0px;
}
#contents_all .all01 {
    float: left;
    width: 245px;
    height: 181px;
    background: url(../images/common/img_footerline.gif) right center no-repeat;
}
#contents_all .all02 {
    float: left;
    width: 245px;
    height: 155px;
}
#contents_all dl {
    padding-left: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#contents_all dt {
    margin-bottom: 5px;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    background: url(../images/common/icn_contents.gif) left 5px no-repeat;
}
#contents_all dd {
    margin-left: 20px;
    padding-left: 10px;
    color: #fff;
    background: url(../images/common/icn_contents_arrow.gif) left 7px no-repeat;
}
#contents_all dd.two {
    float: left;
    width: 70px;
}
#contents_all dd.two-blank {
    float: left;
    width: 70px;
    background: none;
}
#contents_all dd.two-blank span {
    display: block;
    height: 22px;
    background: none;
}
.flex {
    display: -webkit-flex;
    display: flex;
}

#pagetop {
    width: 100%;
    padding: 5px 0px;
    text-align: right;
}
.arrow_red {
    float: right;
    min-height: 15px;
    line-height: 15px;
    padding: 5px 10px;
    clear: both;
    font-size: 12px;
    background: url(../images/common/icn_arrow_red.gif) left no-repeat;
}
.arrow_red a {
    color: #c50000;
}
.allow_next {
    width: 98%;
    text-align: right;
    min-height: 15px;
    line-height: 17px;
    padding-right: 10px;
    font-size: 12px;
    background: url(../images/common/icn_arrow_next.gif) right no-repeat;
}
.allow_back {
    float: left;
    min-height: 15px;
    line-height: 17px;
    padding-left: 10px;
    font-size: 12px;
    background: url(../images/common/icn_arrow_back.gif) left no-repeat;
}
span.mente {
    color: #36c;
}
span.oshirase {
    color: #c00;
}
span.red {
    color: #c00005;
    font-weight: bold;
}

.mask:hover {
    background: #ffffff;
    opacity: 0.8;
}
.jump-info-btn {
    float: right;
    clear: both;
    font-size: 12px;
    width: 80px;
    height: 25px;
    overflow: hidden;
    background: url(../images/top/btn_campaign_list.jpg) top left no-repeat;
}
.jump-info-btn:hover {
    background-position: bottom left;
}

/* ロゴ画像の変更用 */
.logo_3goku {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/3goku_logo/logo.png) center no-repeat;
    background-size: cover;
}
