@charset "utf-8";

/*---------------------------------------------------------*/
/*padding                                                  */
/*---------------------------------------------------------*/
.ptb10{ padding:10px 0px; }
.pb60{ padding-bottom:60px; }
.pb35{ padding-bottom:35px; }
/*---------------------------------------------------------*/
/*margin                                                   */
/*---------------------------------------------------------*/
.mr15{ margin-right:15px;}
.mr30{ margin-right:30px;}

.ml15{ margin-left:15px;}

.mrb10{ margin:0px 10px 10px 0px; }
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb35{ margin-bottom:35px;}
.mb60{ margin-bottom:60px;}

.p_mb20{ margin:0px 10px 20px 10px;}
.p_mb25{ margin:0px 10px 25px 10px;}
.p_mb30{ margin:0px 10px 30px 10px;}
.p_mb60{ margin:0px 10px 60px 10px;}
/*---------------------------------------------------------*/
/*float                                                    */
/*---------------------------------------------------------*/
.float_l{ float:left; }
.float_r{ float:right; }
.clear{ clear:both; }

/*---------------------------------------------------------*/
/*link                                                     */
/*---------------------------------------------------------*/
.link_bn{ color:#333333; text-decoration: none; }
.link_bn:hover{ color:#FF6600; text-decoration: none; }

.link_bl{ color:#333333; text-decoration:underline; }
.link_bl:hover{ color:#FF6600; text-decoration:underline; }

/*---------------------------------------------------------*/
/*font_color                                               */
/*---------------------------------------------------------*/
.fc_gray{ color:#999999; }
.fc_gray2{ color:#666; }
.fc_white{ color:#FFFFFF; }
.fc_red{ color:#FF0000; }

/*---------------------------------------------------------*/
/*font_size                                               */
/*---------------------------------------------------------*/
.fs10 {font-size: 10px;}
.fs14 {font-size: 14px;}

/*---------------------------------------------------------*/
/*width                                                    */
/*---------------------------------------------------------*/
.w300{ width:300px; }
.w350{ width:350px; }
.w400{ width:350px; }

/*---------------------------------------------------------*/
/*other                                                    */
/*---------------------------------------------------------*/
.disp_none{ display:none; }
.txt_right{ text-align:right;}

