@charset "utf-8";
/*---------------------------------------------------------*/
/*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%; }
.lh_170{line-height:170%; }
.lh_180{line-height:180%; }

/*---------------------------------------------------------*/
/*link                                                     */
/*---------------------------------------------------------*/
.under_line{ border-bottom:solid 1px #000000; }
.link_green{ color:#669900; text-decoration:underline; }
/*---------------------------------------------------------*/
/*color                                                    */
/*---------------------------------------------------------*/
.fc_black{ color:#000000; }
.fc_gray{ color:#333333; }
.fc_gray2{ color:#666666; }
.fc_gray3{ color:#999999; }
.fc_water{ color:#1C414A; }
.fc_red{ color:#FF0000; }
.fc_orenge{ color:#FF6600; }

.new_mark{ font-weight: bold; font-size: 10px; color: #ff0000; }
.bold{ font-weight:bold; }
/*---------------------------------------------------------*/
/*font                                                   */
/*---------------------------------------------------------*/
.f10{ font-size: 10px; }
.f12{ font-size: 12px; }
.f14{ font-size: 14px; }
.f16{ font-size: 16px; }
.f18{ font-size: 18px; }
.f20{ font-size: 20px; }
.f23{ font-size: 23px; }

/*---------------------------------------------------------*/
/*margin                                                   */
/*---------------------------------------------------------*/

.mu5{ margin-bottom:5px;}
.mu10{ margin-bottom:10px;}
.mu20{ margin-bottom:20px;}
.mu30{ margin-bottom:30px;}
.mu40{ margin-bottom:40px;}
.mu50{ margin-bottom:50px;}
.mu60{ margin-bottom:60px;}
.mu70{ margin-bottom:70px;}


.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; }

.mr5{ margin-left:5px; }
.mr_5{ margin-right:5px; }
.mr6{ margin-right:6px; }
.mr10{ margin-right:10px; }
.mr12{ margin-right:12px; }
.mr16{ margin-right:16px; }
.mr18{ margin-right:18px; }
.mr20{ margin-right:20px; }
.mr21{ margin-right:21px; }
.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; }
.mlr_auto_b30{ margin:0px auto 30px auto; }
.mlr_auto_b18{ margin:0px auto 18px auto; }
/*---------------------------------------------------------*/
/*padding                                                  */
/*---------------------------------------------------------*/
.pb10{ padding-bottom:10px; }
.pt8{ padding-top:8px;}
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}

/*---------------------------------------------------------*/
/*width                                                    */
/*---------------------------------------------------------*/
.w100{ width:100px; }
.w200{ width:200px; }
.w300{ width:300px; }
.w400{ width:400px; }
.w500{ width:500px; }
.w600{ width:600px; }

.w390r{
	width:390px;
	float:right;}

.w400r{
	width:400px;
	float:right;}
	
/*---------------------------------------------------------*/
/*sonota                                                   */
/*---------------------------------------------------------*/
.float_l{ float:left; }
.float_r{ float:right; }
.img_fl{ float:left; margin:0px 10px 10px 0px; }
.img_fr{ float:right; margin:0px 0px 10px 10px; }
.img_center{
/*	display: block;
	position: absolute;
	top: auto;
	left: auto;
	rgiht:auto;
	vertical-align:middle*/
	
  }
.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; }


.tcenter{
	text-align:center;}

.txtbrown{
	color:#960;
	font-size:14px;}
