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

/* -------------------------------------
 	Parts
 	------------------------------------- */
/*  Background
------------------------------- */

/*  Button
------------------------------- */
.btn_to_top {
	display: none;
	width: 199px;
	height: 0px;
	padding-top: 296px;
	background: url(../img/btn_totop.png) 0 0 no-repeat;
	margin-right: -536px;
  margin-bottom: 0px;
	overflow: hidden;
	position: fixed;
	right: 50%;
	bottom: 0px;/* px指定すること(JSで取得し、使用するため) */
	z-index: 1000;
}
.btn_to_top.at_the_bottom {
/*
	margin-right: 0;
*/
	position: absolute;
/*
	right: -72px;
*/
	bottom: -6px;
}

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

/*  Effect
------------------------------- */
/* Mouse Hover */
.opacity_on_hover {
	transition: opacity 0.2s;
}
.opacity_on_hover:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

/*  Form
------------------------------- */
.form_style_reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*  Heading
------------------------------- */
.text_bg_hidden {
	height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	/*margin: 0 0 0px -32px;*/
}

/* -------------------------------------
	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;
}

/*  Border
------------------------------- */
.bd_none {
	border: 0 !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;
}