
@charset "UTF-8";
/* CSS Document */

/*　PCサイズ
-------------------------------------------------------------------------------*/
    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■nav
    ++++++++++++++++++++++++++++++++++++++++++++ */
    div#nav{
        height: 135px;
        margin: 30px 0px;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }
        div#nav li{
            width: 236px;
            height: 135px;
            display: inline-block;
            float: left;
            text-align: center;
            font-weight: bold;
            font-size: 150%;
            border-right: solid 1px #fff;
        }
        div#nav a{
          display:block;
          width: 236px;
          height: 135px;
         -webkit-transition: 0.3s ease-in-out;
           -moz-transition: 0.3s ease-in-out;
             -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
                           background-color: #265eff;/* メニュー色のデフォルトカラー*/
        }
        div#nav .nav_first a{background-image:url(/common/pc/img/sugoroku/nav_point_on.png);}
        div#nav .nav_second a{background-image:url(/common/pc/img/sugoroku/nav_item_on.png);}
        div#nav .nav_sard a{background-image:url(/common/pc/img/sugoroku/nav_game_on.png);}
        div#nav .nav_endlist a{background-image:url(/common/pc/img/sugoroku/nav_coution_on.png);}
        div#nav a:hover{background-position: 0 bottom;}
        div#nav .nav_endlist{border-color: #fff;}
        div#nav .nav_ruru_first a{background-image:url(/common/pc/img/sugoroku/ruruImg/nav_ruru_game.jpg);}
        div#nav .nav_ruru_second a{background-image:url(/common/pc/img/sugoroku/ruruImg/nav_ruru_item.jpg);}

        div#nav a:hover{
    background-position: 0 bottom;
    background-color: #37b0e4;/*マウスオーバー時のメニューカラー*/
}


    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■container
    ++++++++++++++++++++++++++++++++++++++++++++ */
    div#container{
        margin: auto;
        width: 950px;
        font-size: 80%;
        color: #555;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■header
    ++++++++++++++++++++++++++++++++++++++++++++ */
    div#header{width: 100%;}
    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■ポイント
    ++++++++++++++++++++++++++++++++++++++++++++ */
    div#point{width: 100%;
        height: 528px;}
        .point_image{
            background-image: url(/common/pc/img/sugoroku/point.png);
            background-size: 100%;
            margin-left: 30px;
            background-repeat: no-repeat;
            width: 875px;
            height: 670px;}

    .point_list{}
        .point_list dt{}
        .point_list dd{}

        .point_list dd p{margin-bottom: 15px;}

        .point_list dd ul{margin-bottom: 15px;}
        .point_list dd ul li{margin-bottom: 7px;}

        .point_list dd span{display: block;}


        /* item(/common/pc/img/sugoroku/prezent.png);
        ++++++++++++++++++++++++++++++++++++++++++++ */
.item_top{
    margin:0 0 10px 10px;
    background-image: url(/common/pc/img/sugoroku/prezent.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
}

.item_list{
    width: 900px;
    height: 120px;
    margin:auto;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 18px;
    box-shadow:0px 7px 0px 0px #ddd0c3;
    padding-top: 10px;
}

.item_price1{
    width: 810px;
    height: 110px;
    background : url(/common/pc/img/sugoroku/item_1.png) no-repeat;
    margin: 0 auto;
}

.item_price2{
    width: 810px;
    height: 110px;
    background: url(/common/pc/img/sugoroku/item_2.png) no-repeat;
    margin: 0px auto;
}

.item_price3{
    width: 810px;
    height: 110px;
    background: url(/common/pc/img/sugoroku/item_3.png) no-repeat;
    margin: 0px auto;
}

.item_price4{
    width: 810px;
    height: 110px;
    background: url(/common/pc/img/sugoroku/item_4.png) no-repeat;
    margin: 0px auto;
}

.item_price5{
    width: 810px;
    height: 110px;
    background: url(/common/pc/img/sugoroku/item_5.png)  no-repeat;
    margin: 0px auto;
}

.item_list dt{
    font-size: 90%;
    font-weight: bold;
    padding: 5px 0;
}

.item_list dd{
    padding: 5px 0;
    font-size: 90%;
}

div#item_list_area{
    width: 92%;
    height: 715px;
    margin: auto;
}

.item_ListImg1{
    background:#fff url(/common/pc/img/sugoroku/item_master_1.png) ;
    width: 150px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_1.png',sizingMethod='scale');
}



.item_ListImg2{
    background:#fff url(/common/pc/img/sugoroku/item_master_2.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_2.png',sizingMethod='scale');
}


.item_ListImg3{
    background:#fff url(/common/pc/img/sugoroku/item_master_3.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_3.png',sizingMethod='scale');
}


.item_ListImg4{
    background:#fff url(/common/pc/img/sugoroku/item_master_4.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_4.png',sizingMethod='scale');
}


.item_ListImg5{
    background:#fff url(/common/pc/img/sugoroku/item_master_5.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_5.png',sizingMethod='scale');
}


.item_ListImg6{
    background:#fff url(/common/pc/img/sugoroku/item_master_6.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_6.png',sizingMethod='scale');
}


.item_ListImg7{
    background:#fff url(/common/pc/img/sugoroku/item_master_7.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_7.png',sizingMethod='scale');
}


.item_ListImg8{
    background:#fff url(/common/pc/img/sugoroku/item_master_8.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_8.png',sizingMethod='scale');
}


.item_ListImg9{
    background:#fff url(/common/pc/img/sugoroku/item_master_17.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_17.png',sizingMethod='scale');
}


.item_ListImg10{
    background:#fff url(/common/pc/img/sugoroku/item_master_18.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_18.png',sizingMethod='scale');
}


.item_ListImg11{
    background:#fff url(/common/pc/img/sugoroku/item_master_19.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_19.png',sizingMethod='scale');
}


.item_ListImg12{
    background:#fff url(/common/pc/img/sugoroku/item_master_20.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_20.png',sizingMethod='scale');
}


.item_ListImg13{
    background:#fff url(/common/pc/img/sugoroku/item_master_9.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_9.png',sizingMethod='scale');
}


.item_ListImg14{
    background:#fff url(/common/pc/img/sugoroku/item_master_21.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_21.png',sizingMethod='scale');
}


.item_ListImg15{
    background:#fff url(/common/pc/img/sugoroku/item_master_22.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_22.png',sizingMethod='scale');
}

.item_ListImg16{
    background:#fff url(/common/pc/img/sugoroku/item_master_23.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_23.png',sizingMethod='scale');
}

.item_ListImg17{
    background:#fff url(/common/pc/img/sugoroku/item_master_10.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_10.png',sizingMethod='scale');
}

.item_ListImg18{
    background:#fff url(/common/pc/img/sugoroku/item_master_11.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_11.png',sizingMethod='scale');
}

.item_ListImg19{
    background:#fff url(/common/pc/img/sugoroku/item_master_12.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_12.png',sizingMethod='scale');
}

.item_ListImg20{
    background:#fff url(/common/pc/img/sugoroku/item_master_25.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_25.png',sizingMethod='scale');
}

.item_ListImg21{
    background:#fff url(/common/pc/img/sugoroku/item_master_24.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_24.png',sizingMethod='scale');
}

.item_ListImg22{
    background:#fff url(/common/pc/img/sugoroku/item_master_13.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_13.png',sizingMethod='scale');
}

.item_ListImg23{
    background:#fff url(/common/pc/img/sugoroku/item_master_14.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_14.png',sizingMethod='scale');
}

.item_ListImg24{
    background:#fff url(/common/pc/img/sugoroku/item_master_15.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_15.png',sizingMethod='scale');
}

.item_ListImg25{
    background:#fff url(/common/pc/img/sugoroku/item_master_25.png);
    width: 150px;
    height: 120px;
    background-size: 100%;
background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/pc/img/sugoroku/item_master_25.png',sizingMethod='scale');
}

.item_list_itembox{
    width: 162px;
    height: 250px;
    margin:5px 5px 10px 0;
    box-shadow: 0px 5px 0px 0px #ddd0c3;
    background-color:#fff;
    float: left;
    border: solid 3px #37b0e4;
    border-radius: 20px;
}

.item_list_imgarea{
    width: 150px;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

.item_list_imgarea img{
    margin-top: 5px;
}

.item_name{margin: 0 0 3px;}

.item_info{
    width: 150px;
    padding:0 10px;
    font-size: 0.8em;
}

.item_text{
    font-size: 0.9em;
    margin-left: 30px;
}

    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■ゲームの遊び方
    ++++++++++++++++++++++++++++++++++++++++++++ */
    .play_game{}
        .play_game dt{}
        .play_game dd{}

        /* step
        ++++++++++++++++++++++++++++++++++++++++++++ */
        .step{
            width: 92%;
            margin:0 auto 10px;
            background-color: #fff;
            border-radius: 20px;
            padding:15px;
        }
        .step dt{
            width: 100%;
            font-weight: bold;
            padding: 5px 0;
        }
        .step dd{
            text-align: left;
            margin-bottom: 10px;
        }
        .step dd table{
            width:820px;
            margin: 15px auto;
        }
        .step dd table td{width: 48%; padding: 5px;}
        .step dd table td img{ margin-right: 7px;}
    	.step dd table td p{
    	     font-weight: bold;
    		 margin-top: 5px;
    	}
        .stepImg1{
            margin-bottom: 5px;
            background-image:url(/common/pc/img/sugoroku/pray_step1.png);width: 180px;
                height: 52px;background-repeat: no-repeat;
        }
         .stepImg2{
            margin-bottom: 5px;
            background-image:url(/common/pc/img/sugoroku/pray_step2.png);width: 180px;
                height: 56px;background-size: 100%;background-repeat: no-repeat;
        }
         .stepImg3{
            margin-bottom: 5px;
            background-image:url(/common/pc/img/sugoroku/pray_step3.png);width: 180px;
                height: 56px;background-size: 100%;background-repeat: no-repeat;
        }
         .stepImg4{
            margin-bottom: 5px;
            background-image:url(/common/pc/img/sugoroku/pray_step4.png);width: 180px;
                height: 56px;background-size: 100%;background-repeat: no-repeat;
        }
        .mas1{
          background-image:url(/common/pc/img/sugoroku/map_1.png);width: 60px;
          height: 60px;background-size: 100%;background-repeat: no-repeat;
          float: left;margin-right: 10px;
        }
        .mas2{
          background-image:url(/common/pc/img/sugoroku/map_2.png);width: 60px;
          height: 60px;background-size: 100%;background-repeat: no-repeat;
          float: left;margin-right: 10px;
        }
        .mas3{
          background-image:url(/common/pc/img/sugoroku/map_3.png);width: 60px;
          height: 60px;background-size: 100%;background-repeat: no-repeat;
          float: left;margin-right: 10px;
        }
        .mas4{
          background-image:url(/common/pc/img/sugoroku/map_4.png);width: 60px;
          height: 60px;background-size: 100%;background-repeat: no-repeat;
          float: left;margin-right: 10px;
        }
         .mas5{
          background-image:url(/common/pc/img/sugoroku/map_5.png);width: 60px;
          height: 60px;background-size: 100%;background-repeat: no-repeat;
          float: left;margin-right: 10px;
        }
         .mas6{
          background-image:url(/common/pc/img/sugoroku/map_6.png);width: 60px;
          height: 60px;background-size: 100%;background-repeat: no-repeat;
          float: left;margin-right: 10px;
        }
         .mas7{
          background-image:url(/common/pc/img/sugoroku/map_7.png);width: 60px;
          height: 60px;background-size: 100%;background-repeat: no-repeat;
          float: left;margin-right: 10px;
        }
         .mas8{
          background-image:url(/common/pc/img/sugoroku/map_goal.png);width: 60px;
          height: 60px;background-size: 100%;background-repeat: no-repeat;
          float: left;margin-right: 10px;
        }

    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■ゲームで遊ぶときの注意事項
    ++++++++++++++++++++++++++++++++++++++++++++ */
    .atn_list{}
        .atn_list dt{
            font-weight: bold;
            padding: 5px 0;
        }
        .atn_list dd{
            margin-bottom: 15px;
        }


    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■ゲーム開始
    ++++++++++++++++++++++++++++++++++++++++++++ */
    .btn_game_start{
        width: 100%;
        position: relative;
        z-index: 10;

    }
        .btn_game_start a{
            width: 290px;
            height: 305px;
            display: block;
            margin: -330px 0 0 650px;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            background-image:url(/common/pc/img/sugoroku/btn_game_start.png);
            background-repeat: no-repeat;
        }
        .btn_game_start a:hover{
            position:relative;
            top:3px;
            left:3px;
            filter:alpha(opacity=80);
            opacity:0.8;
        }
        .btn_game_start p{
            text-align: center;
    		font-size: 0.9em;
    		line-height: 1.2em;
            color: #666;
        }
    .btn_game_start_nomal{
        width: 450px;
        height: 80px;
        background: #265EFF; /* Old browsers */
        background: -moz-linear-gradient(top,  #37B0E4 0%, #265EFF 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19536), color-stop(100%,#265EFF)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #37B0E4 0%,#265EFF 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #37B0E4 0%,#265EFF 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #37B0E4 0%,# 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #37B0E4 0%,# 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37B0E4', endColorstr='#265EFF',GradientType=0 ); /* IE6-9 */
        border-radius: 20px;
        border: solid 2px #265EFF;
        margin: auto;
    }
        .btn_game_start_nomal a{
            display: block;
            padding-top: 20px;
            text-align: center;
        }
        .btn_game_start_nomal a:hover{
            filter:alpha(opacity=80);
            opacity:0.8;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }
        .startbutton_area p{
            text-align: center;
            font-size: 0.9em;
            line-height: 1.2em;
            color: #888;
            margin:10px 0 20px;
        }
        #contents       {
        position:relative
    }
        #hukidasi{
        width: 593px;
        height: 343px;
        position : absolute;
        top : 30px;
        left : 180px;
        background-image:url(/common/pc/img/sugoroku/top_hukidasi.png);
        background-repeat: no-repeat;
        z-index: 5;
    }

    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■ブラウザのセキュリティ警告
    ++++++++++++++++++++++++++++++++++++++++++++ */
    .txt_sec{
    	text-align: left;
    	margin:15px 0px;
    }
    .img_sec{
    	margin:5px 0px 0px 5px;
    }
    .rule_getflash{
        margin: 10px 0;
    }

    /* ++++++++++++++++++++++++++++++++++++++++++++
    　■topへスクロール
    ++++++++++++++++++++++++++++++++++++++++++++ */
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 77%;
    }
    #page-top a {
        background: #37b0e4;
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
    }
    #page-top a:hover {
        text-decoration: none;
        background: #8cc63f;
    }
    #fNav {
        display: none;
    }



