@charset "UTF-8"

@-ms-viewport {	width: device-width;}

* {
	margin: 0;
	padding: 0;
}

body {	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ　Ｐゴシック', 'MS P Gothic', sans-serif;}

img {
	max-width: 100%;
}

/* header */
.header {
	position: relative;
	width: 1000px;
	height: 85px;
	margin: 0 auto;
}
.header_logo,
.header_menu {
	position: absolute;
}
.header_logo {
	top: 17px;
	left: 0;
}
.header_menu {
	list-style: none;
	top: 27px;
	right: 0;
}
.header_menu li {
	float: left;
	margin-right: 25px;
}
.header_menu li.last-child {
	margin-right: 0;
}
.header_menu li a {
	display: block;
}
/* 次階層 */
.category_kv {
	width: 1100px;
	margin: 0 auto;
}
.category_kv img {
	vertical-align: bottom;
}
.gnavi_outer {
	width: 1100px;
	margin: 0 auto;
	background: url(../img/common/gnavi_bg.png) left top repeat-x;
	background-size: 50px 67px;
	background: url(../img/common/gnavi_bg_s.png) left top repeat-x\9;
}
ul.gnavi {
	list-style: none;
	width: 1000px;
	margin: 0 auto;
}
ul.gnavi li {
	float: left;
}
ul.gnavi li a,
ul.gnavi li a img {
	display: block;
}
ul.breadcrumbs {
	list-style: none;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
ul.breadcrumbs li {
	float: left;
	font-size: 12px;
	line-height: 1;
}
ul.breadcrumbs li a {
	display: block;
	position: relative;
	padding-right: 20px;
	color: #333;
	text-decoration: none;
}
ul.breadcrumbs li a:hover {
	text-decoration: underline;
}
ul.breadcrumbs li a:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: ">";
	width: 12px;
	height: 12px;
	margin-top: -6px;
}
/* main_box */
.main_box {
	width: 1000px;
	margin: 0 auto;
}
/* contents */
.conents_box {
	float: right;
	width: 760px;
}
.conents_box p {
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}
.page_title {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}
ul.anchor_link {
	list-style: none;
	margin: 0 0 30px 0;
}
ul.anchor_link li {
	float: left;
	width: 248px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px;
	background: #005bab;
}
ul.anchor_link li.last-child {
	margin-right: 0;
}
ul.anchor_link li a {
	display: block;
	position: relative;
	padding: 3px 10px 3px 25px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #fff;
}
ul.anchor_link li a:before {
	left: 6px;
	top: 50%;
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/common/arw_white01B.png) center center no-repeat;
	background-size: 8px 8px;
	background: url(../img/common/arw_white01B_s.png) center center no-repeat\9;
}
.section {
	margin-bottom: 40px;
}
/* sidebar */
.sidebar {
	float: left;
	width: 210px;
}
.sidebar_title {
	padding: 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	background: #004e7e;
}
ul.sidebar_menu {
	list-style: none;
	margin-bottom: 40px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
a.sidebar_menu_primary {
	display: block;
	position: relative;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
}
a.sidebar_menu_primary:before,
a.sidebar_menu_primary.active:before {
	left: 19px;
	top: 50%;
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
a.sidebar_menu_primary:before {
	background: url(../img/common/arw_indigo02R.png) center center no-repeat;
	background-size: 10px 10px;
	background: url(../img/common/arw_indigo02R_s.png) center center no-repeat\9;
}
a.sidebar_menu_primary.active:before {
	background: url(../img/common/arw_indigo02B.png) center center no-repeat;
	background-size: 10px 10px;
	background: url(../img/common/arw_indigo02B_s.png) center center no-repeat\9;
}
ul.sidebar_menu_child {
	list-style: none;
	padding: 0 12px;
	border-top: 1px solid #e6e6e6;
}
ul.sidebar_menu_child a {
	display: block;
	margin: 0 0 3px 0;
	padding: 5px 10px 5px 44px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
}
ul.sidebar_manu_child a:last-child {
	border-bottom: none;
}
.sidebar_inquiry_box {
	padding: 10px;
	background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
	border: 1px solid #e6e6e6;
	text-align: center;
}
.sidebar_inquiry_box p {
	color: #333;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.sidebar_inquiry_box p:last-child {
	margin-bottom: 0;
}
.sidebar_inquiry_box p.bb {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
/* footer */
.footer {
	margin-top: 20px;
	background: #f9f9f9;
}
.footer_menu {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.footer_menu_col {
	float: left;
	width: 180px;
	padding-right: 40px;
}
.footer_menu_list,
.footer_menu_list_child {
	list-style: none;
}
.footer_menu_list {
	margin-bottom: 30px;
}
.footer_menu_list a.footer_menu_list_primary {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding-left: 8px;
	font-size: 13px;
	color: #004e7e;
	text-decoration: none;
	border-bottom: 1px solid #004e7e;
}
.footer_menu_list li a.footer_menu_list_primary:hover {
	border-bottom: none;
	padding-bottom: 1px;
}
.footer_menu_list li a.footer_menu_list_primary:before {
	left: 0;
	top: 6px;
	position: absolute;
	content: "";
	display: block;
	width: 5px;
	height: 8px;
	background: url(../img/common/arw_indigo01R.png) center center no-repeat;
	background-size: 5px 7px;
	background: url(../img/common/arw_indigo01R_s.png) center center no-repeat\9;
}
.footer_menu_list_child a {
	display: block;
	padding-left: 15px;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.footer_menu_list_child a:hover {
	text-decoration: underline;
}
.footer_copy {
	background: #004e7e;
}
.footer_copy p {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
/* 「先頭へ戻る」ボタン*/
.btnRollupOuter {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.btnRollupInner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.btnRollUp {
	position: absolute;
	width: 60px;
	right: -30px;
	bottom: 80px;
}
/* トップページに固有のスタイル */
div.top_kv {
	position: relative;
	width: 1100px;
	height: 450px;
	margin: 0 auto;
	background: url(../img/top/kv_bg.jpg) center center no-repeat;
	background-size: cover;
	background: url(../img/top/kv_bg_s.jpg) center center no-repeat\9;
}
.top_kv_img01,
.top_kv_bnr01,
.top_kv_gnavi {
	position: absolute;
}
.top_kv_img01 {
	top: 75px;
	left: 85px;
}
.top_kv_bnr01 {
	top: 25px;
	right: 50px;
}
.top_kv_gnavi {
	list-style: none;
	left: 50px;
	bottom: 15px;
}
.top_kv_gnavi li {
	float: left;
}
.top_menu_title {
	background: #004e7e;
}
.top_menu_title span {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
.top_menu_title span img {
	vertical-align: bottom;
}
.top_menu {
	width: 1000px;
	height: 450px;
	margin: 0 auto;
	padding: 0 50px;
	background: url(../img/top/top_menu_bg.jpg) center center no-repeat;
	background-size: cover;
	background: url(../img/top/top_menu_bg_s.jpg) center center no-repeat\9;
}
.top_menu_col {
	float: left;
	width: 293px;
	height: 430px;
	padding: 0 20px 20px 20px;
}
.top_menu_col img {
	vertical-align: bottom;
}
.top_menu_list {
	list-style: none;
	padding: 5px 20px;
	background: url(../img/top/top_menu_list_bg.png);
	border-radius: 5px;
}
.top_menu_list li {
	font-size: 14px;
	line-height: 1.4;
}
.top_menu_list li a {
	position: relative;
	display: block;
	padding-left: 8px;
	color: #3c3c3c;
	text-decoration: none;
}
.top_menu_list li a:hover {
	text-decoration: underline;
}
.top_menu_list li a:before {
	left: 0;
	top: 6px;
	position: absolute;
	content: "";
	display: block;
	width: 5px;
	height: 8px;
	background: url(../img/common/arw_indigo01R.png) center center no-repeat;
	background-size: 5px 7px;
	background: url(../img/common/arw_indigo01R.png) center center no-repeat\9;
}
@media (min-width: 767px) and (max-width: 1040px){
}

@media (min-width: 600px) and (max-width: 767px) {
}

@media (max-width: 599px) {
}