/* -------------------------------------
*	Modules
------------------------------------- */
/* Write here css for modules */

/* -------------------------------------
* 	Parts
------------------------------------- */
/*  Background Fill-in
------------------------------- */
.bg_fillin {
	display: block;
	height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
/*  Button
------------------------------- */
.btn_to_top {
	display: none;
	width: 73px;
	height: 0;
	padding-top: 72px;
	background: url(../img/btn_totop.png) 0 0 no-repeat;
	margin-right: -436px;
	overflow: hidden;
	position: fixed;
	right: 50%;
	bottom: 10px;
	z-index: 100;
}
.btn_to_top.at_the_bottom {
	margin-right: 0;
	position: absolute;
	right: 76px;
}

/*  Clearfix
------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*  Effect
------------------------------- */
/* Mouse Hover */
.opc_hover:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}

/*  Text
------------------------------- */
.bg_fillin {
	height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* -------------------------------------
*	Adjustments
------------------------------------- */
/*  Align
------------------------------- */
/* Font - Weight */
.fw_n {
	font-weight: normal !important;
}
.fw_b {
	font-weight: bold !important;
}

/* Text */
.ta_l {
	text-align: left !important;
}
.ta_c {
	text-align: center !important;
}
.ta_r {
	text-align: right !important;
}
.ta_j {
	text-align: justify !important;
}

/* Vertical */
.va_t {
	vertical-align: top !important;
}
.va_m {
	vertical-align: middle !important;
}
.va_bl {
	vertical-align: baseline !important;
}
.va_b {
	vertical-align: bottom !important;
}

/*  Display
------------------------------- */
.disp_b {
	display: block !important;
}
.disp_ib {
	display: inline-block !important;
}
.disp_il {
	display: inline !important;
}

/*  Float
------------------------------- */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/*  Margin
------------------------------- */
.mgb_0 {
	margin-bottom: 0 !important;
}
.mgb_5 {
	margin-bottom: 5px !important;
}
.mgb_10 {
	margin-bottom: 10px !important;
}
.mgb_15 {
	margin-bottom: 15px !important;
}
.mgb_20 {
	margin-bottom: 20px !important;
}
.mgb_25 {
	margin-bottom: 25px !important;
}
.mgb_30 {
	margin-bottom: 30px !important;
}
.mgb_35 {
	margin-bottom: 35px !important;
}
.mgb_40 {
	margin-bottom: 40px !important;
}
.mgb_45 {
	margin-bottom: 45px !important;
}
.mgb_50 {
	margin-bottom: 50px !important;
}
.mgb_55 {
	margin-bottom: 55px !important;
}
.mgb_60 {
	margin-bottom: 60px !important;
}
.mgb_65 {
	margin-bottom: 65px !important;
}
.mgb_70 {
	margin-bottom: 70px !important;
}
.mgb_75 {
	margin-bottom: 75px !important;
}
.mgb_80 {
	margin-bottom: 80px !important;
}
.mgb_85 {
	margin-bottom: 85px !important;
}
.mgb_90 {
	margin-bottom: 90px !important;
}
.mgb_95 {
	margin-bottom: 95px !important;
}
.mgb_100 {
	margin-bottom: 100px !important;
}