body{margin:; padding:; min-width:100%;}


@media only screen and (max-width: 480px){ 
 
body{min-width: 100%; max-width: 100%; display: block} 
 
#pc{display:none;} #desktop{display:none;} 
} 

@media only screen and (min-width: 480px){ 
 
 
body {width:100%;} 

#mobile {display:none;} 
 
.content { 
    float: left;

    width: 50%;

} 
 
 
#sidebar { 
    float: right;

    width: 50%;

} 
 
#main-content { 
    background: none repeat scroll 0% 0% rgb(255, 255, 255);

    margin:;

    position:;

    box-shadow: 0px 0px 5px rgb(202, 202, 202);

    padding: 2px 2px 2px 2px;

    width: 100%;

border:1px solid #ddd 
} 
 
#main-content:after{ 
	display:inline-block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content:"." 
} 
#h_post_l .post-box-title a {font-size: 18px;} 
 
#h_post_l .post-box-title {margin-bottom:;} 
 
#h_post_l li {float: left !important; max-width: 100%; width: auto !important;overflow: hidden; padding: 4px; clear: both; border-bottom: 1px solid rgb(234, 234, 234);} 
 
#h_post_l .entry {color: rgb(102, 102, 102); font-size: 14px; margin-top:;} 
 
#h_post_l .post-meta span {margin-top: -5px;margin-bottom:;} 
 
#h_post_l .b_meta{padding:;float: left;color: rgb(170, 170, 170); font-size: 16px} 
 
 
} 
