.sc{
display:none;
}
body {
    background-color: #f5f5f5;
}

body .dataBlogList {
    height: 330px;
    margin-bottom: 20px;
}

html .BlogListHTML .meMsg_MsgImg {
    height: auto;
    display: block;
}

.SiteGroup_1:hover .SiteMenu_1, .SiteGroup_1.SiteGroup_x .SiteMenu_1 {
    color: #fff;
    height: 60px;
    left: 241px;
}
@media screen and (max-width: 480px){
* {
    box-sizing: border-box;
    -webkit-padding-start: 0;
    padding-left:0px;
    margin: 0;
}

body .dataBlogList {
    height: 330px;
    margin-bottom: 20px;
    margin-left: 5px;
}
.mobilemenu {
    display: none;
    width: 100%;
    background-color: #3283d7;
    text-align: center;
    float: left;
}

}