@charset "UTF-8";

/* =============================================================================
base layout
========================================================================== */



/* =============================================================================
module
========================================================================== */
h2 {
	padding: 40px 0 40px 0;
	background: url(../../../img/page/h2_bg_01.png) 0 0 repeat;
	color: #006eb0;
	font-size: 30px;
	text-align: center;
}

/* -----------------------------------------------
sec_contact_~
----------------------------------------------- */
/* -----------------------------------------------
hd_flow_range
*/
#wrap_cont .hd_flow_range {
	padding: 65px 0 55px 0;
}

/* current_page_mass ---------------------------------------*/
#wrap_cont .hd_flow_range .current_page_mass {

}

#wrap_cont .hd_flow_range .current_page_mass ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* -----------------------------------------------
bt_range
*/
#wrap_cont .bt_range {
	display: block;
	vertical-align: bottom;
}

#wrap_cont .bt_range ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_cont .bt_range li {
	margin: 0 0 0 20px;
}

#wrap_cont .bt_range li:first-child {
	margin: 0 0 0 0;
}

#wrap_cont .bt_range .bt_st_01 {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
}

#wrap_cont .bt_range .bt_st_01 a {
	display: block;
	min-width: 150px;
	padding: 22px 20px 22px 40px;
	background-color: #a0c912;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#wrap_cont .bt_range .bt_st_01 a:before {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -16px;
	content: "\025b7";
	display: inline-block;
	font-size: 24px;
	vertical-align: 0;
}

#wrap_cont .bt_range .bt_st_02 {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
}

#wrap_cont .bt_range .bt_st_02 a {
	display: block;
	min-width: 150px;
	padding: 22px 20px 22px 40px;
	background-color: #69a1c4;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#wrap_cont .bt_range .bt_st_02 a:before {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -16px;
	content: "\025c1";
	display: inline-block;
	font-size: 24px;
	vertical-align: 0;
}

#wrap_cont .bt_range a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* =============================================================================
plug in
========================================================================== */
/* -----------------------------------------------
jScrollPane layout
----------------------------------------------- */
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: -5px;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ebecf0;
	width: 6px;
	position: relative;
}

.jspDrag
{
	background: #a0c912;
	position: relative;
	top: 0;
	left: 0;
	width: 6px;
	height: 76px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
/*
.jspHorizontalBar .jspTrack
{
	float: left;
	height: 100%;
}
*/

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
