@charset "UTF-8";

/* =============================================================================
base layout
========================================================================== */
/* -----------------------------------------------
header
----------------------------------------------- */
#wrap_header {
	background-color: #ffffff;
}

/* -----------------------------------------------
main_range
*/
#wrap_header .main_range {
	border-top: 8px solid #004ab0;
}

/* fixed ---------------------------------------*/
#wrap_header .main_range.fixed {
	visibility: hidden;
	display: none;
}
/* /fixed ---------------------------------------*/

#wrap_header .main_range a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#wrap_header .main_range_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 12px 0;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#wrap_header .main_range h1 {
	width: 224px;
}

#wrap_header .main_range .hd_menu_mass {
	display: block;
}

#wrap_header .main_range .hd_menu_mass ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#wrap_header .main_range .hd_menu_mass li {
	margin: 0 0 0 20px;
}

#wrap_header .main_range .hd_menu_mass li:first-child {
	margin: 0 0 0 0;
}

#wrap_header .main_range .hd_menu_mass li a {
	font-size: 12px;
	vertical-align: middle;
}

#wrap_header .main_range .hd_menu_mass li a:hover {
	color: #004ab0;
}

#wrap_header .main_range .hd_menu_mass li.on a {
	color: #004ab0;
}

#wrap_header .main_range .hd_menu_mass li a:before {
	margin: 0 7px 0 0;
	vertical-align: middle;
}

#wrap_header .main_range .hd_menu_mass li a:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 15px;
	background: url(../../img/base/header/hd_icon_01.png) 0 0 no-repeat;
}

#wrap_header .main_range .hd_menu_mass li.privacy a:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 15px;
	background: url(../../img/base/header/hd_icon_02.png) 0 0 no-repeat;
}

#wrap_header .main_range .hd_menu_mass li.sitemap a:before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 15px;
	background: url(../../img/base/header/hd_icon_03.png) 0 0 no-repeat;
}

/* -----------------------------------------------
gm_nav_range
*/
#wrap_header .gm_nav_range {
	display: block;
	border-top: 1px solid #92b2dd;
	border-bottom: 1px solid #92b2dd;
}

#wrap_header .gm_nav_range ul {
	width: 1000px;
	margin: 0 auto;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap_header .gm_nav_range li {
	width: 250px;
	text-align: center;
}

#wrap_header .gm_nav_range li a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
}

#wrap_header .gm_nav_range li.on a {
	color: #004ab0;
}

#wrap_header .gm_nav_range li:first-child a {
}

#wrap_header .gm_nav_range li a span {
	display: block;
	padding: 15px 0;
}

#wrap_header .gm_nav_range li a span:before {
	display: inline-block;
	content: "▷";
	margin: 0 6px 0 0;
	color: #004ab0;
}

#wrap_header .gm_nav_range li a span {
	border-right: 1px dashed #92b2dd;
}

#wrap_header .gm_nav_range li:first-child a span {
	border-left: 1px dashed #92b2dd;
}

/* sp_gm ---------------------------------------*/
/* sp_gm */
#wrap_header .sp_gm {
	display: none;
}

/*--- sp_gm_menu_area ---*/
#wrap_header .sp_gm_menu_area {
	display: none;
}

/* /sp_gm ---------------------------------------*/


/* -----------------------------------------------
footer
----------------------------------------------- */
footer {
}

#wrap_footer a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* -----------------------------------------------
copyright
*/
#wrap_footer .copyright {
	width: 100%;
	background-color: #004ab0;
	text-align: center;
}

#wrap_footer .copyright p {
	padding: 18px 0 19px 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	letter-spacing: 1px;
}

/* -----------------------------------------------
page Top
----------------------------------------------- */
#page_top {
	display: none;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

* html #page_top p {
	position: absolute;
}

#page_top p {
	width: 57px;
	height: 104px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5000;
}

#page_top p:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* -----------------------------------------------
wrap_cont
----------------------------------------------- */
#wrap_cont {
	line-height: 1.6;
}

/* =============================================================================
module
========================================================================== */
