/* adaptive layout */
@media screen and (max-width:780px){
.document .sceleton .main .wide .incontent{margin-left:60px !important;}
.document .sceleton .wide{width:60px;}
}

@media screen and (min-width:781px) and (max-width:1279px){
.document .sceleton .main .wide .incontent{margin-left:60px !important;background-color:#eaeaea;}
.document .sceleton .wide{width:60px;}
}


@media screen and (min-width:1280px){
.document .sceleton .wide{width:260px;}
}

/* centered block size */
@media screen and (max-width:1029px){
.document .sceleton .main .incontent .centered{width:98%;margin:0 auto;}
}

@media screen and (min-width:1030px) and (max-width:1419px){
.document .sceleton .main .incontent .centered{width:98%;margin:0 auto;}
}
@media screen and (min-width:1420px){
.document .sceleton .main .incontent .centered{width:98%;margin:0 auto;}
}

.contentout{margin-top:30px;}