@charset "utf-8";

/*------------------------------------------------*/
/*  ver--  */
/*------------------------------------------------*/
/*  templatename [font_px]  */
/*  update [--]  */
/*  ID [--]  */
/*------------------------------------------------*/


/*　font-size percent Set　*/
/* -----------------------------------------------*/
.fontSS { font-size:9px; }
.fontS { font-size:10px; }
.fontM { font-size:12px; }
.fontL { font-size:14px; }
.fontLL { font-size:16px; }

/*　color Set　*/
/* -----------------------------------------------*/
.cl_wh { color:#FFFFFF; }
.cl_red { color:#D20000; }
.cl_lred { color:#C5A3A4; }
.cl_gray { color:#B2B2B2; }
.cl_base { color:#494947; }
.cl_blue { color:#004EFF; }
.cl_lblue { color:#85B9C7; }
.cl_green { color:#85936F; }
.cl_lgreen { color:#AAC157; }
.cl_brown { color:#9C805B; }

/*　line-height Set　*/
/* -----------------------------------------------*/
.lhSS { line-height:1.2; }
.lhS { line-height:1.3; }
.lhM { line-height:1.5; }
.lhL { line-height:1.8; }
.lhLL { line-height:2.0; }

/*　indent Set　*/
/* -----------------------------------------------*/
.inde01 { padding-left:1em; text-indent:-1em; }
.inde_singlenum { padding-left:0.8em; text-indent:-0.8em; }

/*　align Set　*/
/* -----------------------------------------------*/
.txt_c { text-align:center; }
.txt_l { text-align:left; }
.txt_r { text-align:right; }