<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (min-width: 800px){
    .jst {
        margin: 0;
    }
    .gg_four{
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        text-align: center;
        line-height: 75px;
    }
    .gg_fours{
        display: none;
    }
    .gg_five{
        width: 100%;
        height: 75px;
        background: #bdbbbb;
        color: #FFFFFF;
        text-align: center;
        line-height: 75px;
        margin:20px auto 20px;
    }
    .gg_fives{
        display: none;
    }
    .gg_one{
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        text-align: center;
        line-height: 75px;
    }
    .gg_ones{
        display: none;
    }
}
@media screen and (max-width: 800px){
    .right_gg{
        display: none;
    }
    .box{
        width: 100% !important;
    }
    .gg_fours{
        width: 100%;
        height: 100%;
        background: #bdbbbb;
        color: #FFFFFF;
        text-align: center;
        line-height: 75px;
    }
    .gg_four{
        display: none;
    }
    .gg_fives{
        width: 100%;
        height: 75px;
        background: #bdbbbb;
        color: #FFFFFF;
        text-align: center;
        line-height: 75px;
        margin:20px auto 20px;
    }
    .gg_five{
        display: none;
    }
    .gg_ones{
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        text-align: center;
        line-height: 75px;
    }
    .gg_one{
        display: none;
    }
    .jibox {
        margin: 0;
    }
}
#main #main_left{
    float: none;
}
#top{
    height: auto;
}
.right_gg{
    width: 300px;
    height: auto;
}
.right_gg .right_gg_item{
    width: 300px;
    height: 250px;
    margin-bottom: 30px;
    background: #bdbbbb;
    color: #FFFFFF;
    text-align: center;
    line-height: 250px;
}
.right_gg .kus{
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
    text-align: center;
}
.right_gg .kus img{
    position: relative;
    width: 46px;
    height: 46px;
    float: left;
    margin: 4px 14px;
    display: inline;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.right_gg .kus a{
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
    margin: 8px 25px;
    display: inline;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.right_gg .kus span{
    height: 1em;
    width: 100px;
    position: absolute;
    float: left;
    left: -12px;
    top: 0px;
    font-size: 10px;
    cursor: pointer;
    margin-top: 54px;
    text-align: center;
}
.right_gg .kus .mcon {
    padding: 10px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.box{
    width: 1040px;
    margin: 0 auto;
}
.gg{
    display: none;
}</pre></body></html>