@charset "UTF-8";
@media screen and (min-width:600px) and (max-width: 1600px){
    #sortable{overflow-y:scroll;height:300px;}
    #sortable::-webkit-scrollbar{width:10px;}/*バーの太さ*/
    #sortable::-webkit-scrollbar{height:10px;}/*バーの太さ*/
    #sortable::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
    #sortable::-webkit-scrollbar-thumb{background:#2cc2e4;}/*バーの色*/

    #pop_btn{
        zoom:100%;
    }
    #birth_popup,#access_pv,#blog_mess{
        position:fixed;

    }
    #mokuji{
        position:absolute;
        top:0px;
        left:0px;
        width:400px;
        text-align: left;
        z-index:1000;
        overflow:scroll;
    }    
    #pre_div{
        position:absolute;
        top:10%;
        background-color:#EEE8AA;


    }
    #after_div{
        position:absolute;
        top:10%;
        background-color:#AFEEEE;


    }
    #result{
        background-color:#FFC0CB;


    }
    .cbox{
        position:absolute;
        margin-top:0px;

    }
    #left{
        position:absolute;
        width:700px;
        height:800px;
        top:110px;
        background-color:#EEE8AA;
        margin-left:5px;

    }
    #right{
        position:absolute;
        width:800px;
        height:auto;
        top:110px;
        background-color:#AFEEEE;
        margin-left:710px;


    }
    .pre_check{
        position:absolute;
        margin-left:5px;
    }

    #entry{
        position:absolute;
        top:10px;
        margin-left: 100px;
        padding-left:5px;
        background-color:lightblue;
        width:1300px;
        height:550px;
        text-align:center;
        z-index:1000;
    }

    .blog_color{
        background-color:aquamarine;
        width:220px;
        height:60px;    
        margin-left:5px;
    }
    .signin_color{
        background-color:lightseagreen;
        width:220px;
        height:60px;    
        margin-left:5px;
    }
    .play_color{
        background-color:yellow;
        width:220px;
        height:60px;    
        margin-left:5px;
    }
    .box_border {
        padding: 5px;
        margin: 0 0 10px 0;
        border-style: dashed;
        border-width: 5px;
    }
#hand_make_list_play{
    float: left;
    display: block;
    margin: 10px;
    width: 900px;
    }    
#ul_ylist{
    left:-10px;
    width: 800px;
    background-color: lightpink;
    overflow: scroll;
    height: 350px;
}
#genre_btn_panel{
    float:left;
}
.tooltip
{
    font-size:12pt;
    font-family:Calibri;
    font-weight:bold;
}
#bc_0_0MN {
    display:none !important;
}   
.comment-actions secondary-text {
   display:none !important;
}

}