@charset "utf-8";
/* CSS Document */

.clear{
	clear:both;
}
.clear hr{
	display:none;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

.t_center{text-align:center;}
.t_right{text-align:right;}
.t_left{text-align:left;}
.t_large{font-size:110%;}
.t_small{font-size:90%;}
.t_vtop {vertical-align:top;}
.nowrap {white-space:nowrap;}
.t_red{color:#ff0000;}

.mb0{margin-bottom:0px !important;}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}

.b_w120{width:120px;}
.box_line{ border-bottom: 1px solid #BAB2B2;}

.float_left_half {float: left; width:308px; }
.float_right_half{float: right; width:308px; }