/* adaptive layout */
@media screen and (max-width:780px){
.document .sceleton .main .wide .incontent{margin-left:60px;}
.document .sceleton .wide{width:60px;}
}

@media screen and (min-width:781px) and (max-width:1279px){
.document .sceleton .main .wide .incontent{margin-left:60px;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 (min-width:1030px) and (max-width:1419px){
.document .sceleton .main .incontent .centered{width:944px;margin:0 auto;}
}
@media screen and (min-width:1420px){
.document .sceleton .main .incontent .centered{width:1144px;margin:0 auto;}
}

.contentout{margin-top:60px;}