@charset "UTF-8";

/* font
---------------------------------------------- */

.f10 {
	font-size: 10px !important;
}

.f11 {
	font-size: 11px !important;
}

.f12 {
	font-size: 12px !important;
}

.f13 {
	font-size: 13px !important;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
}

.f20 {
	font-size: 20px !important;
}

.f24 {
	font-size: 24px !important;
}

.f32 {
	font-size: 32px !important;
}


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

.m0 {
	margin: 0px !important;
}

.m0a {
	margin: 0px auto !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb6 {
	margin-bottom: 6px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mtb50 {
	margin: 50px 0 50px !important;
}

.mt0 {
	margin-top: 0 !important;
}


/* padding
---------------------------------------------- */

.p10 {
	padding: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}


/* line-height
---------------------------------------------- */

.lh17 {
	line-height: 1.7em !important;
}

/* position
---------------------------------------------- */

.pos_a {
	position: absolute !important;
}

.pos_r {
	position: relative !important;
}


/* float
---------------------------------------------- */

.fl_l {
	float: left !important;
}

.fl_r {
	float: right !important;
}

.cb {
	clear: both;
}


/* text-align
---------------------------------------------- */

.txt_l {
	text-align: left !important;
}

.txt_r {
	text-align: right !important;
}

.txt_c {
	text-align: center !important;
}


/* font-weight
---------------------------------------------- */

.fw_n {
	font-weight: normal !important;
}

.fw_b {
	font-weight: bold !important;
}


/* color
---------------------------------------------- */

.c_red {
	color: red !important;
}

.c_blue {
	color: #00a0e9 !important;
}


/* text-decoration
---------------------------------------------- */

a.td_u {
	text-decoration: underline;
}

a:hover.td_u {
	text-decoration: none;
}


/* bgc
---------------------------------------------- */

.bgc_white {
	background-color: white;
}


/* width
---------------------------------------------- */

.w70 {
	width: 70px !important;
}

.w100 {
	width: 100px !important;
}

.w250 {
	width: 250px !important;
}

.w300 {
	width: 300px !important;
}

.w400 {
	width: 400px !important;
}

.w500 {
	width: 500px !important;
}

.w650 {
	width: 650px !important;
}


/* border
---------------------------------------------- */

.line_dot_top {
	border-top: 1px dotted #303033;
}

.line_btm_grey {
	border-bottom: 2px solid #CCC;
}

.line_btm {
	border-bottom: 1px solid #DBDBDB;
}
