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

/*----------------------------------------------------------

  clearfix

----------------------------------------------------------*/
.clearfix:before,
.clearfix:after{ content: " "; display: table;}
.clearfix:after{ clear: both;}
.clearfix{ *zoom: 1;}


/*----------------------------------------------------------

  font size

----------------------------------------------------------*/
.f10 {font-size:77%;}  /*renders 10px */
.f12 {font-size:93%;} /*renders 12px */ 
.f13 {font-size:100%;} /*renders 13px */ 
.f14 {font-size:108%;} /*renders 14px */
.f16 {font-size:123.1%;} /*renders 16px */
.f18 {font-size:138.5%;} /*renders 18px */
.f20 {font-size:153.9%;} /*renders 18px */
.f22 {font-size:167%;} /*renders 18px */
.f24 {font-size:182%;} /*renders 18px */
.f26 {font-size:197%;} /*renders 18px */

/*----------------------------------------------------------

  float

----------------------------------------------------------*/
.float_L{ float:left;}
.float_R{ float:right;}
.clear_L{ clear:left;}
.clear_R{ clear:right;}


/*----------------------------------------------------------

  text align

----------------------------------------------------------*/
.textAlign_C{ text-align:center;}
.textAlign_L{ text-align:left;}
.textAlign_R{ text-align:right;}

/*----------------------------------------------------------

  font weight

----------------------------------------------------------*/
.bold{ font-weight:bold;}
