.main{width:800px;/* ???? */
background:#ccc;
border-right:1px solid black;
border-bottom:1px solid black;
}
.maintwo{width:800px;/* ???? */
background:#ccc;
border-right:1px solid black;
border-bottom:1px solid #cccccc;
}
.main .col-1{
float:left;/* ???????? ?col1????,??????(??)?????????(????:???div,??,???) */
margin-left:2px;
text-align:center;
width:200px;height:70px;
background:white;border:1px solid #ccc;
}
.main .col-2{
float:left;/* ???????? ?col2?????,???col1??? */
margin-left:5px;/* ?col2?col1?????? */
width:458px;height:70px;/* ????? ????*/
background:white;
border:1px solid #ccc;
}
.main .col-3{
float:left;/* ???????? ?col2?????,???col1??? */
margin-left:5px;/* ?col2?col1?????? */
text-align:center;
width:120px;height:70px;/* ????? ????*/
background:white;
border:1px solid #ccc;
}
.clear-float{clear:both}/* ??col1?col2?float,??main?????? ?????????float???? */
.maintwo .col-4{
float:left;/* ???????? ?col2?????,???col1??? */
margin-left:2px;/* ?col2?col1?????? */
margin-top:2px;/* ?col2?col1?????? */
margin-bottom:2px;/* ?col2?col1?????? */
text-align:center;
line-height: 2em;height: 1em;
width:85px;height:20px;/* ????? ????*/
background:white;
border:1px solid #ccc;
}
.maintwo .col-5{
float:left;/* ???????? ?col2?????,???col1??? */
margin-left:5px;/* ?col2?col1?????? */
margin-top:2px;/* ?col2?col1?????? */
margin-bottom:2px;/* ?col2?col1?????? */
text-align:center;
line-height: 2em;height: 2em;
width:60px;height:25px;/* ????? ????*/
background:white;
border:1px solid #ccc;
}