@charset "utf-8";

/* ----------------------------------------------------
作成日: 2013.07.08
最終更新日: 2015.01.08

common.css： 共通設定(PC版)
---------------------------------------------------- */
body {
    height:100%;
    font-size:13px;
    font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: none;
    line-height:1.6;
    background-color:#000;
    background:url(../image/common/bg.jpg) repeat center top;
    color:#fff;
}

/*html {
        height:100%;
}*/

img {
    max-width: 100%; 
    height:auto;
}

h1,h2,h3 {
    width:0;
    height:0;
    margin:0;
    padding:0;
    line-height:0;
    text-indent:-9999px;
    font-size:0;
}

a:link, a:visited {
    color:#fff;
    text-decoration:none;
}

a:hover, a:active {
    color:#fff;
    text-decoration:underline;
}

/*clearfix*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}


/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


div#wrapper {
    width:960px;
    margin:0 auto;
    background-color:#000033;
}
div#wrapper_contents {
    width:940px;
    margin:0 auto;
    position:relative;
    background-color:#000033;
    padding:13px 10px;
}

/*----------------
     メイン
----------------*/

div#header {
    margin:0 auto;
    width:960px;
    height:auto;
    position:relative;
    z-index:1;
}


/*メニュー*/
#nav{
    width:960px;
    height:50px;
    background:url(../image/common/navi_bg.jpg);
}


#nav ul{
    display:block;
    width:904px;
    height:50px;
    margin:0 auto;
}

#nav a{
    display:block;
    width:226px;
    height:50px;
}

#nav ul li{
    float:left;
    text-indent:-99999px;
}

#nav ul li.menu01 a{
    display:block;
    background:url(../image/common/nav.jpg);/*サイトトップ*/
    width:226px;
    height:50px;
}

#nav ul li.menu02 a{
    display:block;
    background:url(../image/common/nav.jpg);/*おしらせ*/
    background-position:-226px 0;
    width:226px;
    height:50px;
}

#nav ul li.menu03 a{
    display:block;
    background:url(../image/common/nav.jpg);/*ゲーム紹介*/
    background-position:-452px 0;
    height:50px;
    width:226px;
}
#nav ul li.menu04 a{
    display:block;
    background:url(../image/common/nav.jpg);/*スペシャル*/
    background-position:-678px 0;
    height:50px;
    width:225px;
}


#nav ul li.menu01 a:hover,#nav ul li.menu01_on{
    display:block;
    background:url(../image/common/nav.jpg);/*サイトトップ*/
    background-position:0 -50px;
    width:226px;
    height:50px;
}
#nav ul li.menu02 a:hover,#nav ul li.menu02_on{
    display:block;
    background:url(../image/common/nav.jpg);/*おしらせ*/
    background-position:-226px -50px;
    width:226px;
    height:50px;
}
#nav ul li.menu03 a:hover,#nav ul li.menu03_on{
    display:block;
    background:url(../image/common/nav.jpg);/*ゲーム紹介*/
    background-position:-452px -50px;
    height:50px;
    width:226px;
}

#nav ul li.menu04 a:hover,#nav ul li.menu04_on{
    display:block;
    background:url(../image/common/nav.jpg);/*スペシャル*/
    background-position:-678px -50px;
    height:50px;
    width:225px;
}


/*----------------
     aside
----------------*/
#sidebar{
    float:left;
    width:314px;
}


/*公式ツイッター*/
#tw{
    height:auto;
    width:auto;
    margin:0 0 10px 0;
}


/*サカつくポータルリンク*/
#link{
    margin: 0 0 10px 16px;
    width:300px;
    /*background:rgb(0,0,0);*/
}

/*キャンペーンウォール用*/
#link_cw{
    margin: 0 0 10px 16px;
    width:300px;
}

/*コラボ用バナーこちらを使用*/
.collabo{
    margin: 0 0 10px 16px;
    width:300px;
}

/*アプリダウンロード*/
#app_dl{
}

/*アプリインフォ*/
#app_info{
    width:300px;
    margin-left:15px;
}

#app_info ul{
    width:300px;
    margin:0;
}

#app_info li{
    width:248px;
    background:url(../image/common/app_bg.png);
    padding: 9px 26px;
    /*height:12px;*/
}

#app_info li.header{
    display:block;
    height:45px;
    width:300px;
    background:url(../image/common/app_header.png) no-repeat;
    text-indent:-999999px;
    padding:0;
}

#app_info li.footer{
    display:block;
    height:8px;
    width:300px;
    background:url(../image/common/app_footer.png) no-repeat;
    padding:0;
}

#app_info li.border{
    height:2px;
    padding:0;
    width:300px;
}

#app_info a:hover{
    text-decoration:underline;
}

#app_info a:link,
#app_info a:visited{
    color:rgb(0,255,255);
}


/*snslink*/
.sns{
    margin:20px 0 0 15px;
    width:300px;
}


ul.example li {
    margin-bottom:10px;
	padding-left:10px;	
    float:left;
}

ul.example li.line,ul.example li.tw{
    margin-right:5px;}

/*----------------
   パンくずリスト
----------------*/

#pan{
    /*width:300px;*/
    height:20px;
    color:rgb(255,255,255);
    font-size:11px;
}
#pan a{
    color:rgb(255,255,255);
}

#pan a:hover,a:active{
    color:rgb(255,255,255);
    text-decoration:underline;
}

#pan ul li{
    float:left;
    height:20px;
    line-height: 21px;
}

/*第一階層*/
#pan ul li.first{
    background:#0060f3;
    padding:0 10px 0 10px;
}

#pan ul li.first_end{
    background:url(../image/common/pan1.jpg);
    width:10px;
    text-indent:-999999px;
}


/*第二階層*/
#pan ul li.second{
    background:#4d8ae8;
    padding:0 5px 0 5px;
}

#pan ul li.second_end{
    background:url(../image/common/pan2.jpg);
    width:10px;
    text-indent:-999999px;
}

#pan ul li.second_end2{
    background:url(../image/common/pan3.jpg);
    width:10px;
    text-indent:-999999px;
}

/*第三階層*/
#pan ul li.third{
    background:#9ac0fa;
    padding:0 10px 0 10px;
    color:#000033;
}

#pan ul li.third_end{
    background:url(../image/common/pan4.jpg);
    width:10px;
    text-indent:-999999px;
}


/*----------------
    コンテンツ
----------------*/
#content{
    float:right;
    width:602px;
    padding:0 0 0 24px;
}

#event_bnner{
    width:574px;
}


ul.subtopimgBan {
    width: 574px;
    box-sizing: border-box;
}
ul.subtopimgBan.up1224 {
    width: 594px;
    box-sizing: border-box;
}
ul.subtopimgBan li {
    width:49%;
    display:inline-block;
}
ul.subtopimgBan li img {
    vertical-align: bottom;
}
ul.subtopimgBan li:first-child {
    margin-right:2%;
}

ul.subtopimgBan.up1023 {
    text-align:center;
    border:2px solid #0042c3;
    padding:2px;
}
ul.subtopimgBan li {
    margin:0;
}
ul.subtopimgBan.up1224 {
    display:none;
}

/*お知らせ*/

#info_top{
    margin-top:10px;
}

#info_top img{
    margin-bottom:10px;
}



#info_top_inner{
    padding-bottom:10px;
    height:257px;
    width:547px;
    padding:0 14px 0 14px;
    display:block;
    /*background:url(../image/common/info_bg.png);*/
height:110px;
width: 543px;
border: 2px solid #1a39a8;
border-top: none;
}

#info_top dl{
    width:546px;
}

#info_top dt{
    float:left;
    padding:0 0 0 103px;
    background:url(../image/common/info_info.png) no-repeat;/*お知らせ*/
    height:42px;
    width:99px;
    border-bottom:#0042c3 2px solid;
    margin:6px 0 0 8px;
    line-height: 34px;
}

#info_top dt.imp{
    background:url(../image/common/info_imp.png) no-repeat;/*重要*/
}


#info_top dt.systm{
    background:url(../image/common/info_systm.png) no-repeat;/*障害*/
}

#info_top dt.up{
    background:url(../image/common/info_up.png) no-repeat;/*アップデート*/
}

#info_top dt.event{
    background:url(../image/common/info_event.png) no-repeat;/*イベント*/
}


#info_top dd{
    float:right;
    height:42px;
    border-bottom:#0042c3 2px solid;
    width:336px;
    padding-top:6px;
    line-height: 34px;
}

#info_top dd.lh2{
    line-height:19px;
}



#info_text{
    width:518px;
    padding:10px 14px 0 14px;
}/*お知らせ内容*/




#info_footer{
    width:574px;
    height:14px;
    margin-top:10px;
    border-top:#0042c3 2px solid;
    padding:10px 0 0 0;
}

#info_footer .left{
    float:left;
    width:74px;
    height:14px;
}

#info_footer .right{
    float:right;
    width:74px;
    height:14px;
}




/*ゲーム紹介*/

#game{
    margin-top:10px;
}

#game .title{
    margin:5px 0;
}
#game img.m-title{
}

#game img.m{
    margin:10px 0 0 0;
}

#game li{
    float:left;
    width:175px;
    margin:10px 15px 10px 0;
}


#game li p{
    text-align:center;
}	

#top{
    float:right;
    width:80px;
    margin-right: 30px;
}

/*スペシャル*/

#sp{
    margin-top:10px;
}

#sp img{
    margin-bottom:20px;
}

#sp_movie{
    margin:0;
}


#movie_l{
    display:block;
    float:left;
    background:url(../image/common/movie_bg.png) no-repeat;
    width:243px;
}

#movie_r{
    display:block;
    float:right;
    background:url(../image/common/movie_bg.png) no-repeat;
    width:243px;
    margin-right: 104px;
}


#movie_r a,#movie_l a{
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity="70");
}

#movie_r a:hover,#movie_l a:hover{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity="100");
}


#movie_r img,#movie_l img{
    margin:9px;}

#movie_r p,#movie_l p{
    margin:0 auto;
    width:220px;
    text-align: center;
}



/*FAQ*/

#faq{
    margin-top:10px;
    font-size:12px;
}
#faq ul li.left,#faq ul li.right{
    float:left;
    margin-bottom:5px;
}

#faq img{
    margin:0;
}

#faq span{
    font-weight:bold;
}

#faq dl{
    width:535px;
    margin:0 0 10px 10px;}

#faq dl.top{
    width:535px;
    margin:10px 0 10px 10px;}


#faq dt{
    background:url(../image/common/faq_q.png);
    background-repeat:no-repeat;
    padding:6px 0 0 45px;
    height:30px;
    margin-bottm:5px;
    font-weight:bold;
}

#faq dt.t2{
    height:42px;
}

#faq dt.t3{
    height:80px;
}

#faq dd{
    background:url(../image/common/faq_a.png);
    background-repeat:no-repeat;
    padding:6px 0 0 45px;
    line-height:20px;
    color:#fff;
}

/*----------------
　対応端末一覧
------------------*/
#kisyu{
    width:846px;
    margin:0 auto;
    padding:10px 32px;
}

#ios{
    width: 750px;
    margin:10px auto;
}

#ios table {
    width: 750px;
    border: 1px #0042c3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px auto;
}

#ios th {
    padding: 5px;
    border: #0042c3 solid;
    border-width: 0 0 1px 1px;
    background: #0042c3;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color:#fff;
}
#ios td {
    padding: 5px;
    border: 1px #0042c3 solid;
    border-width: 0 0 1px 1px;
}

#ios td.syubetu,#ios th.syubetu{
    width:155px;
    text-align: center;
}



#android{
    width: 750px;
    margin:0 auto;
    color:#fff;
}

#android table {
    width: 750px;
    border: 1px #2ecc75 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px auto;
}

#android th {
    padding: 5px;
    border: #2ecc75 solid;
    border-width: 0 0 1px 1px;
    background: #2ecc75;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color:#fff;
}
#android td {
    padding: 5px;
    border: 1px #2ecc75 solid;
    border-width: 0 0 1px 1px;
}

#android td.syubetu,#android th.syubetu{
    width:155px;
    text-align: center;
}



/*----------------
    利用特商
----------------*/

#rule{
    width:910px;
    margin:0px auto;
}


#rule h2{
    font-weight:bold;
    font-size:18px;
    width:auto;
    height:auto;
    text-indent:2px;
    text-align:center;
    margin:0px auto;
    padding:20px 0px
}

#rule h2.lh30{
    font-size:17px;
    line-height:25px;
    margin:0 auto 10px auto;
    letter-spacing:-1px;
}


#rule h3{
    font-weight:bold;
    font-size:14px;
    width:auto;
    height:auto;
    text-indent:2px;
    margin:20px auto 10px auto;
}
#rule h3.lh20{
    line-height:20px;
    margin:15px auto 0 auto;
}

#rule ul.m5{
    margin-left:5px;}

/*サイトトップ*/
#sitetop{
    width:168px;
    height:14px;
    padding:10px 10px;
    margin:0 auto;
}
/* ----------------------------------------------------
footer
---------------------------------------------------- */

#footer{
    position:relative;	
    bottom:0px!important;
    width:100%;
    min-width:960px;
    background:url(../image/common/footer_bg_01.jpg) 0 0 repeat;
    color:#666;
    padding:20px 0;
}

#footer a:link, #footer a:visited {
    color:#000033;
    text-decoration:none;
}

#footer a:hover, #footer a:active {
    color:#000033;
    text-decoration:underline;
}

.footerInner{
    position:relative;
    width:960px;
    margin:auto;
}

.footerInner ul li{
    float:left;
    margin-right:10px;	
}

.footerInner ul li p{
    margin-top:15px;
}

.footerInner ul#footer_text li{
    float:none;
    font-size:12px;
}


.footerInner ul#footer_text li.fi{
    width:430px;
}
.footerInner #dl{
    position:absolute;
    top:5px;
    right:20px;
}

.footerInner #dl li{
    float:left;
}
