@charset "utf-8";
/*---------------------------------------------------------*/
/*line-height                                              */
/*---------------------------------------------------------*/
.lh_90{line-height:90%; }
.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 #2C7CA3; }
.link_green{ color:#669900; text-decoration:underline; }
/*---------------------------------------------------------*/
/*color                                                    */
/*---------------------------------------------------------*/
.fc_red{ color:#FF0000; }
.fc_red2{ color:#C21014;}
.fc_black{ color:#000000; }
.fc_gray{ color:#333333; }
.fc_gray2{ color:#666666; }
.fc_gray3{ color:#999999; }
.fc_water{ color:#348498; }
.fc_red{ color:#FF0000; }
.fc_orenge{ color:#FF6600; }
.fc_green{ color:#7E9358; }
.fc_brown{ color:#663300;}
.fc_brown2{ color:#4C4832;}
.fc_pink{ color:#F0585B;}
.new_mark{ font-weight: bold; font-size: 10px; color: #ff0000; }
.bold{ font-weight:bold; }
/*---------------------------------------------------------*/
/*font                                                   */
/*---------------------------------------------------------*/
.fs10{ font-size: 10px; }
.fs12{ font-size: 12px; }
.fs14{ font-size: 14px; }
.fs16{ font-size: 16px; }
.f14red_b{
font-size:14px;
font-weight:bold;
color:#AE0F13;
}
.fs8{ font-size:8px;}
.f14r_b{
font-size:14px;
font-weight:bold;
color:#FF0000;
}

/*---------------------------------------------------------*/
/*margin                                                   */
/*---------------------------------------------------------*/
.mt4{ margin-top:4px; }
.mt6{ margin-top:6px; }
.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }

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

.mr5{ margin-left: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; }
.mr24{ margin-right:24px; }
.mr30{ margin-right:30px; }

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

.mlr_auto{ margin:0px auto; }
/*---------------------------------------------------------*/
/*padding                                                  */
/*---------------------------------------------------------*/
.p4{ padding:4px; }
.pb10{ padding-bottom:10px; }
.pl20{ padding-left:20px; }
.pb20{ padding-bottom:20px; }

.w325{ width:325px; }
/*---------------------------------------------------------*/
/*list_mark                                                */
/*---------------------------------------------------------*/
.lm_green{
margin-left:10px;
display:block;
background-image: url(../img/arrow_green.gif);
background-repeat: no-repeat;
font-size:10px;
line-height:140%;
padding-left:8px;
background-position:0% 50%;
text-decoration: none;
}

.kiji_all{
margin-left:70px;
background-image: url(../img/list_mark_green.gif);
background-repeat: no-repeat;
font-size:10px;
line-height:120%;
padding-left:20px;
background-position:0% 50%;
text-decoration:underline;
display:inline;
}

/*---------------------------------------------------------*/
/*sonota                                                   */
/*---------------------------------------------------------*/
.float_l{ float:left; display:inline; }
.float_r{ float:right; display:inline;  }
.img_fl{ float:left; margin:0px 10px 10px 0px; }
.img_fr{ float:right; margin:0px 0px 10px 10px; }
.img_center{ text-align:center; }
.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; }
.none{ display:none; }

