@charset "utf-8";

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

tablet.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/tablet/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:768px;
    margin:0 auto;
    background-color:#000033;
}

div#wrapper_contents {
    width:752px;
    margin:0 auto;
    position:relative;
    background-color:#000033;
    padding:10px 8px;
}

ul.subtopimgBan {
    width: 460px;
    box-sizing: border-box;
}
ul.subtopimgBan li {
    width:49%;
    display:inline-block;
}
ul.subtopimgBan li:first-child {
    margin-right:2%;
}
ul.subtopimgBan.up1023 {
    text-align:center;
    border:2px solid #0042c3;
    padding:2px;
}
ul.subtopimgBan.up1023 li {
    margin-right:0;
}



ul.subtopimgBan li {
    margin:0;
}
ul.subtopimgBan.up1224 {
    display:none;
    width: 462px;
}


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

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


/*メニュー*/
#nav{
    width:768px;
    height:40px;
    background:url(../image/tablet/navi_bg.jpg);
}


#nav ul{
    display:block;
    width:730px;
    height:40px;
    margin:0 auto;
}

#nav a{
    display:block;
    width:146px;
    height:40px;
}

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


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

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

#nav ul li.menu03 a{
    display:block;
    background:url(../image/tablet/nav.jpg);/*ゲーム紹介*/
    background-position:-365px 0;
    height:40px;
    width:183px;
}
#nav ul li.menu04 a{
    display:block;
    background:url(../image/tablet/nav.jpg);/*スペシャル*/
    background-position:-548px 0;
    height:40px;
    width:181px;
}


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

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


/*動画*/

.movieArea{
    position:relative;
}

.movieArea img#movieimg{
    width:225px;
    height:129px;
}

.movieArea img{
    z-index: 3;
    position:absolute;
    top:-180px;
    left:16px;
}

.movieImg{
    z-index: 3;
    position:absolute;
    top:378px;
    left:32px;
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity="60");
}
.movieImg:hover{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity="100");
}

/*----------------
     aside
----------------*/

#sidebar{
    float:left;
    width:251px;
}

/*公式ツイッター*/

#tw{
    height:auto;
    width:auto;
    margin:0 0 10px 0;
}

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

/*キャンペーンウォール用*/
#link_cw{
    margin: 0 0 8px 9px;
    width:242px;
    background:rgb(0,0,0);
}

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

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


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

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

#app_info li{
    width:200px;
    background:url(../image/tablet/app_bg.png);
    padding: 6px 20px;
    /*height:15px;*/
    font-size:11px;
}

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

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

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

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

/*snslink*/
.sns{
    margin:10px 0 0 9px;
    width:240px;
}

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:rgb(0,51,204);
}

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

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

#event_bnner{
    width:460px;
}

/*お知らせ*/

#info_top{
    margin-top:8px;
    width:460px;
    font-size:11px;
}


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


#info_top_inner{
    padding-bottom:8px;
    height:205px;
    width:438px;
    padding:0 11px 0 11px;
    display:block;
    background:url(../image/tablet/info_bg.png);
}

#info_top dl{
    width:438px;
}

#info_top dt{
    float:left;
    padding:0 0 0 82px;
    background:url(../image/tablet/info_info.png) no-repeat;
    height:32px;
    width:70px;
    border-bottom:#0042c3 2px solid;
    margin:5px 0 0 6px;
    line-height: 27px;
}

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


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

#info_top dt.up{
    background:url(../image/tablet/info_up.png) no-repeat;
}

#info_top dt.event{
    background:url(../image/tablet/info_event.png) no-repeat;
}

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



#info_top dd{
    float:right;
    height:33px;
    border-bottom:#0042c3 2px solid;
    width:280px;
    padding-top:4px;
    line-height:27px;
}

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

#info_footer{
    width:460px;
    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 img.title{
    width:470px;
    margin:5px 0;
}

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

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


#game li{
    float:left;
    width:140px;
    margin:8px 12px 8px 0;
    font-size:11px;
}


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

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

/*スペシャル*/


#sp{
    margin-top:8px;
    width:460px;
    font-size:11px;
}


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

#sp_movie{
    margin:0;
}


#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_l{
    display:block;
    float:left;
    background:url(../image/tablet/movie_bg.png) no-repeat;
    width:194px;
}

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

#movie_r img,#movie_l img{
    margin:7px;
    width:180px;
    height:104px;
}

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


/*FAQ*/


#faq{
    margin-top:8px;
    width:460px;
    font-size:11px;
}

#faq ul li{
    float:left;
    margin-bottom:5px;
}

#faq ul li.left{
    width:210px;
}

#faq ul li.right{
    width:250px;}

#faq img{
    margin:0;
}

#faq span{
    font-weight:bold;
}

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

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


#faq dt{
    background:url(../image/common/faq_q.png);
    background-repeat:no-repeat;
    background-size:24px 24px;
    padding:4px 0 0 36px;
    height:24px;
    margin-bottm:4px;
    font-weight:bold;
}

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

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

#faq dd{
    background:url(../image/common/faq_a.png);
    background-repeat:no-repeat;
    background-size:24px 24px;
    padding:4px 0 0 36px;
    line-height:16px;
    color:#fff;
}
/*----------------
　対応端末一覧
------------------*/
#kisyu{
    width:676px;
    margin:0 auto;
    padding:8px 25px;
}

#ios{
    width: 600px;
    margin:8px auto;
}

#ios table {
    width: 600px;
    border: 1px rgb(0,15,128) solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:8px auto;
    background-color:#fff;
}

#ios th {
    padding: 5px;
    border: rgb(0,15,128) solid;
    border-width: 0 0 1px 1px;
    background: rgb(0,15,128);
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color:#fff;
}
#ios td {
    padding: 5px;
    border: 1px rgb(0,15,128) solid;
    border-width: 0 0 1px 1px;
}

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



#android{
    width: 600px;
    margin:0 auto;
    color:rgb(5,76,37);
}

#android table {
    width: 600px;
    border: 1px rgb(5,76,37) solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px auto;
    background-color:#fff;
}

#android th {
    padding: 5px;
    border: rgb(5,76,37) solid;
    border-width: 0 0 1px 1px;
    background: rgb(5,76,37);
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color:#fff;
}
#android td {
    padding: 5px;
    border: 1px rgb(5,76,37) solid;
    border-width: 0 0 1px 1px;
}

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




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

/*rule transaction*/
#rule{
    width:748px;
    margin:0px auto;
    color:rgb(255,255,255);
    padding:10px 10px;
}


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

#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:768px;
    background:url(../image/common/footer_bg_01.jpg) 0 0 repeat;
    padding:20px 0;
    color:#666;
}

#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:745px;
    margin:auto;
}

.footerInner ul{
}

.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:350px;
}
.footerInner #dl{
    position:absolute;
    top:-7px;
    right:-8px;
}

.footerInner #dl li{
    float:left;
    width:135px;
}


.footerInner #dl li.google{
    width:135px;
}


.footerInner #dl li.amazon{
    width:116px;
}
