/*---------------------------------------------------------*/
/*line-height                                              */
/*---------------------------------------------------------*/
.lh_100{line-height:100%; }
.lh_120{line-height:120%; }
.lh_130{line-height:130%; }
.lh_140{line-height:140%; }
.lh_150{line-height:150%; }
.lh_160{line-height:160%; }

/*---------------------------------------------------------*/
/*link                                                     */
/*---------------------------------------------------------*/
.under_line{ border-bottom:solid 1px #000000; }

/*---------------------------------------------------------*/
/*color                                                    */
/*---------------------------------------------------------*/
.c_black{ color:#000000; }
.c_gray{ color:#333333; }
.c_water{ color:#1C414A; }
.c_red{ color:#FF0000; }
.c_orenge{ color:#FF6600; }

.bold{ font-weight:bold; }
/*---------------------------------------------------------*/
/*font                                                   */
/*---------------------------------------------------------*/
.f10{ font-size: 10px; }
.f12{ font-size: 12px; }
.f14{ font-size: 14px; }
.f16{ font-size: 16px; }

/*---------------------------------------------------------*/
/*margin                                                   */
/*---------------------------------------------------------*/
.ml6{ margin-left:6px; }
.ml10{ margin-left:10px; }
.ml12{ margin-left:12px; }
.ml18{ margin-left:18px; }
.ml20{ margin-left:20px; }
.ml24{ margin-left:24px; }
.ml30{ margin-left:30px; }

.mr6{ margin-right:6px; }
.mr10{ margin-right:10px; }
.mr12{ margin-right:12px; }
.mr18{ margin-right:18px; }
.mr20{ margin-right:20px; }
.mr24{ margin-right:24px; }
.mr30{ margin-right:30px; }

.mb6{ margin-bottom:6px; }
.mb10{ margin-bottom:10px; }
.mb12{ margin-bottom:12px; }
.mb18{ margin-bottom:18px; }
.mb20{ margin-bottom:20px; }
.mb24{ margin-bottom:24px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.mb60{ margin-bottom:6px; }

.mlr_auto{ margin:0px auto; }
/*---------------------------------------------------------*/
/*sonota                                                   */
/*---------------------------------------------------------*/
.float_l{ float:left; display:inline; }
.float_r{ float:right; display:inline;  }
.img_fl{ float:left margin:0px 0px 10px 10px; }
.img_fr{ float:right margin:0px 10px 10px 0px; }

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.disp_none{
	display:none;
}

.border{ border:1px solid #cccccc; }
.bl{ border-left:1px solid #cccccc; }