.min_width {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 999)? "999px" : "100%"); min-width:999px;}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

.box_col{ width:100%; float:left;}
.main{width:100%;}

/*======= index.html =======*/
#page1 #content .col_1{width:26%;}
#page1 #content .col_2{width:38%;}
#page1 #content .col_3{width:31%;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{width:66%;}
#page2 #content .col_2{width:31%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{width:26%;}
#page3 #content .col_2{width:38%;}
#page3 #content .col_3{width:32%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{width:66%;}
#page4 #content .col_2{width:31%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:90%;}
/*=========================*/


