@charset "utf-8";

/*----------------------
 .fonts
-------------------------------------------------------------------------------------------------------------*/
.c_red { color: #f00;}
.c_blue { color: #00f;}
.c_pink { color: #f0c;}
.c_gray { color: #666;}
.c_black { color: #333;}
.c_white { color: #fff;}
.c_orange { color: #f26130;}
.c_yellow { color: #FF0;}
.c_navy { color: #039;}

.bg_yellow {	background: #ff0 !important;}
.bg_gray { background: #fcc!important;}


.fw_normal { font-weight: normal !important;}
.fw_600 { font-weight: 600;}
strong { font-weight: 600;}
em {
	font-style: normal;
	font-weight: 600;
}

.ta_left { text-align: left !important;}
.ta_center { text-align: center !important;}
.ta_right { text-align: right !important;}

.td_under { text-decoration: underline;}

.f_left { float: left;}
.f_right { float: right;}

.clear { clear: both;}

.b_none { border: none !important;}

.fs_80p {font-size: 80% !important;}
.fs_90p {font-size: 90% !important;}
.fs_95p {font-size: 95% !important;}
.fs_100p {font-size: 100% !important;}
.fs_105p {font-size: 105% !important;}
.fs_110p {font-size: 110% !important;}
.fs_115p {font-size: 115% !important;}
.fs_120p {font-size: 120% !important;}
.fs_125p {font-size: 125% !important;}
.fs_130p {font-size: 130% !important;}
.fs_135p {font-size: 135% !important;}
.fs_140p {font-size: 140% !important;}
.fs_145p {font-size: 145% !important;}
.fs_150p {font-size: 150% !important;}
.fs_160p {font-size: 160% !important;}
.fs_170p {font-size: 170% !important;}
.fs_180p {font-size: 180% !important;}
.fs_200p {font-size: 200% !important;}
.fs_250p {font-size: 250% !important;}


/*----------------------
 .margin
-----------------------------------------------------------------------------------------------------------*/
.ml_0 {	margin-left: 0 !important;}
.ml_5 {	margin-left: 5px !important;}
.ml_10 { margin-left: 10px !important;}
.ml_20 { margin-left: 20px !important;}
.ml_30 { margin-left: 30px !important;}
.ml_40 { margin-left: 40px !important;}
.ml_50 { margin-left: 50px !important;}
.ml_55 { margin-left: 55px !important;}
.ml_60 { margin-left: 60px !important;}
.ml_70 { margin-left: 70px !important;}
.ml_80 { margin-left: 80px !important;}

.mb_0 {	margin-bottom: 0 !important;}
.mb_5 {	margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_15 { margin-bottom: 15px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_25 { margin-bottom: 25px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_35 { margin-bottom: 35px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_45 { margin-bottom: 45px !important;}
.mb_50 { margin-bottom: 50px !important;}


@media screen and (max-width: 800px) {
.br_none br { display: none !important;}
}