﻿@charset "UTF-8";
/* layout css */
/*------------------------------------------------------------------------
Basic Layout (PC Layout)
------------------------------------------------------------------------*/
img {
	display: block;
	max-width: 100%;
	height: auto;
}

html.ie8 img {
	max-width: none !important;
}

/* !wrapper
---------------------------------------------------------- */
html.ie8 #wrapper {
	font-size: 14px;
}

#wrapper {
	min-width: 960px;
	font-size: 1.4rem;
}

/* !header
---------------------------------------------------------- */
#header {
	height: 149px;
	/*debug layout*/
	background-color: #fff;
}

.home #header {
	height: 530px;
	background: url(../../home/images/mainimg01.jpg) no-repeat center top #d1e4f5;
	margin-bottom: 60px;
}

#headerIn {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}

#headerLogo {
	padding: 21px 0 0 0;
}

	#headerLogo a {
		text-decoration: none;
	}

.home #headerLogo {
	padding: 54px 0 0 15px;
}

#headerLogo img {
	display: inline;
	width: 107px;
	height: auto;
	vertical-align: middle;
}

.home #headerLogo img {
	width: 145px;
}

#header #headerLogo span {
	margin-left: 1em;
	font-weight: bold;
	color: #0059af;
	font-size: 1.4rem;
}

#headerCopy01 {
	padding: 54px 0 0 15px;
}

#headerCopy02 {
	padding: 38px 0 0 15px;
}

#btnMenu, .btnsp {
	display: none;
	position: absolute;
	right: 0;
	top: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../images/sprite_sp_btn_menu.png);
	background-color: #0d5daa;
	background-repeat: no-repeat;
	background-position: bottom center;
	-o-background-size: 40px auto;
	-ms-background-size: 40px auto;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	text-indent: -9999px;
	cursor: pointer;
}

/*---------- gNavi ----------*/
.home #headerNavi #gNaviOrg {
	display: none;
}

#gNavi {
	position: absolute;
	left: 0;
	top: 82px;
	/*160-72-5-1*/
	height: 60px;
	width: 100%;
	min-width: 960px;
	border-top: 1px solid #edf0f4;
	border-bottom: 5px solid #0d5daa;
	background-color: white;
	-o-box-shadow: 0 -3px 3px 1px rgba(181, 193, 208, 0.25);
	-ms-box-shadow: 0 -3px 3px 1px rgba(181, 193, 208, 0.25);
	-moz-box-shadow: 0 -3px 3px 1px rgba(181, 193, 208, 0.25);
	-webkit-box-shadow: 0 -3px 3px 1px rgba(181, 193, 208, 0.25);
	box-shadow: 0 -3px 3px 1px rgba(181, 193, 208, 0.25);
	z-index: 999;
}

html.ie8 #gNavi {
	padding: 9px 0 0 0;
	background: url("../images/bg_header01ie.png") white repeat-x 0 0;
	border-top: none;
	top: 73px;
}

.home #gNavi {
	top: 438px;
	height: 83px;
	border-bottom: 10px solid #0d5daa;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 999;
}

html.ie8 .home #gNavi {
	padding: 0 0 0 0;
	top: 447px;
	background-image: none;
}

#gNavi ul {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	z-index: 1000;
}

.home #gNavi ul {
	height: 83px;
}

#gNavi li {
	float: left;
	height: 100%;
}

	#gNavi li:nth-child(1) {
		width: 14%;
		margin-right: 0.2%;
	}

	#gNavi li:nth-child(2) {
		width: 14%;
		margin-right: 0.2%;
	}

	#gNavi li:nth-child(3) {
		width: 18%;
		margin-right: 0.2%;
	}

	#gNavi li:nth-child(4) {
		width: 17%;
		margin-right: 0.2%;
	}

	#gNavi li:nth-child(5) {
		width: 14%;
		margin-right: 0.2%;
	}

	#gNavi li:nth-child(6) {
		width: 22%;
	}

	#gNavi li a {
		display: block;
		height: 100%;
		position: relative;
		vertical-align: middle;
		text-align: center;
		padding: 20px 6px 0 40px;
		border-bottom: 5px solid rgba(13, 93, 170, 0);
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.5rem;
		font-weight: bold;
		color: #005bac;
		background-repeat: no-repeat;
	}

	#gNavi li:nth-child(1) a {
		background-image: url("../images/sprite_gnavi_pc1.png");
		background-position: 10px 14px;
	}

	#gNavi li:nth-child(2) a {
		background-image: url("../images/sprite_gnavi_pc2.png");
		background-position: 10px 14px;
	}

	#gNavi li:nth-child(3) a {
		background-image: url("../images/sprite_gnavi_pc3.png");
		background-position: 10px 14px;
	}

	#gNavi li:nth-child(4) a {
		background-image: url("../images/sprite_gnavi_pc4.png");
		background-position: 10px 14px;
	}

	#gNavi li:nth-child(5) a {
		background-image: url("../images/sprite_gnavi_pc5.png");
		background-position: 10px 14px;
	}

	#gNavi li:nth-child(6) a {
		background-image: url("../images/sprite_gnavi_pc6.png");
		background-position: 10px 14px;
	}

	#gNavi li:nth-child(1) a:hover, .g01 #gNavi li:nth-child(1) a {
		background-position: 10px -82px;
		border-bottom: 5px solid #0d5daa;
		text-decoration: none;
	}

	#gNavi li:nth-child(2) a:hover, .g02 #gNavi li:nth-child(2) a {
		background-position: 10px -82px;
		border-bottom: 5px solid #0d5daa;
		text-decoration: none;
	}

	#gNavi li:nth-child(3) a:hover, .g03 #gNavi li:nth-child(3) a {
		background-position: 10px -82px;
		border-bottom: 5px solid #0d5daa;
		text-decoration: none;
	}

	#gNavi li:nth-child(4) a:hover, .g04 #gNavi li:nth-child(4) a {
		background-position: 10px -82px;
		border-bottom: 5px solid #0d5daa;
		text-decoration: none;
	}

	#gNavi li:nth-child(5) a:hover, .g05 #gNavi li:nth-child(5) a {
		background-position: 10px -82px;
		border-bottom: 5px solid #0d5daa;
		text-decoration: none;
	}

	#gNavi li:nth-child(6) a:hover, .g06 #gNavi li:nth-child(6) a {
		background-position: 10px -82px;
		border-bottom: 5px solid #0d5daa;
		text-decoration: none;
	}

.home #gNavi li a {
	padding: 33px 6px 0 40px;
	background-position: 10px 26px;
}

	.home #gNavi li a:hover {
		background-position: 10px -70px;
	}

#gNavi.gnavi-fixed {
	position: fixed;
	top: -2px;
	height: 52px;
	z-index: 999;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

html.ie8 #gNavi.gnavi-fixed {
	padding: 0;
	background-image: none;
	background: #fff;
}

#gNavi.gnavi-fixed ul {
	height: 52px;
}

	#gNavi.gnavi-fixed ul li a {
		padding: 17px 6px 0 40px;
		background-position: 10px 11px;
	}

		#gNavi.gnavi-fixed ul li a:hover {
			background-position: 10px -85px;
		}

.g01 #gNavi.gnavi-fixed li:nth-child(1) a {
	background-position: 10px -85px;
}

.g02 #gNavi.gnavi-fixed li:nth-child(2) a {
	background-position: 10px -85px;
}

.g03 #gNavi.gnavi-fixed li:nth-child(3) a {
	background-position: 10px -85px;
}

.g04 #gNavi.gnavi-fixed li:nth-child(4) a {
	background-position: 10px -85px;
}

.g05 #gNavi.gnavi-fixed li:nth-child(5) a {
	background-position: 10px -85px;
}

.g06 #gNavi.gnavi-fixed li:nth-child(6) a {
	background-position: 10px -85px;
}

/*---------- headerLinks ----------*/
#headerLinks {
	position: relative;
}

	#headerLinks ul {
		position: absolute;
		right: 245px;
		top: 30px;
	}

.home #headerLinks ul {
	right: 0;
	top: 15px;
}

#headerLinks li {
	float: right;
}

	#headerLinks li a {
		font-size: 1.2rem;
	}

		#headerLinks li a:visited, #headerLinks li a:hover, #headerLinks li a:focus {
			color: #005bac !important;
			text-decoration: none;
		}

	#headerLinks li.hlSitemap {
		margin-top: 4px;
		line-height: 1.0;
		border-left: 1px solid rgba(13, 93, 170, 0.3);
		padding-left: 18px;
	}

	#headerLinks li.hlLanguage, #headerLinks li.hlProduct {
		margin-right: 18px;
	}

		#headerLinks li.hlLanguage a, #headerLinks li.hlProduct a {
			position: relative;
			padding: 0 16px 0 22px;
		}

			#headerLinks li.hlLanguage a:before, #headerLinks li.hlProduct a:before {
				content: "";
				position: absolute;
				left: 0;
				top: 50%;
				width: 18px;
				height: 20px;
				margin-top: -11px;
				background-image: url(../images/sprite_pc_headerlinks.png);
				background-repeat: no-repeat;
			}

		#headerLinks li.hlLanguage a {
			padding-top: 5px;
		}

		#headerLinks li.hlProduct a {
			padding-top: 3px;
		}

		#headerLinks li.hlLanguage a:before {
			background-position: 0 0;
		}

		#headerLinks li.hlProduct a:before {
			background-position: -18px 0;
		}

		#headerLinks li.hlLanguage a:hover:before, #headerLinks li.hlLanguage a:focus:before {
			background-position: 0 -20px;
		}

		#headerLinks li.hlProduct a:hover:before, #headerLinks li.hlProduct a:focus:before {
			background-position: -18px -20px;
		}

	#headerLinks li a[target="_blank"] {
		position: relative;
	}

		#headerLinks li a[target="_blank"]:after {
			content: "";
			position: absolute;
			right: 0;
			top: 50%;
			width: 8px;
			height: 7px;
			margin-top: -3px;
			background-image: url(../images/sprite_pc_blank.png);
			background-repeat: no-repeat;
			background-position: 0 0;
		}

		#headerLinks li a[target="_blank"]:hover:after, #headerLinks li a[target="_blank"]:focus:after {
			background-position: 0 -7px;
		}

/*---------- siteSearch ----------*/
#headerLinks .siteSearch {
	position: absolute;
	right: 0;
	top: 20px;
}

.home #headerLinks .siteSearch {
	top: 50px;
}

.siteSearch table.gsc-search-box {
	width: 217px !important;
	border: none !important;
	right: 0;
	position: relative;
}

.siteSearch .gsc-control-cse,
.siteSearch .gsc-control-cse-ja,
.siteSearch .gsc-input-box {
	width: 200px;
	height: 35px;
	border: 1px solid #cdd7e5;
	border-radius: 30px;
	padding: 0 0 0 15px;
	vertical-align: middle;
	font-size: 1.3rem;
	color: #485972;
	position: absolute;
	right: 0;
}

.home .siteSearch .gsc-control-cse,
.home .siteSearch .gsc-control-cse-ja,
.home .siteSearch .gsc-input-box {
	border: 1px solid #ffffff;
	-o-box-shadow: 0 0 5px 3px rgba(14, 70, 124, 0.25);
	-ms-box-shadow: 0 0 5px 3px rgba(14, 70, 124, 0.25);
	-moz-box-shadow: 0 0 5px 3px rgba(14, 70, 124, 0.25);
	-webkit-box-shadow: 0 0 5px 3px rgba(14, 70, 124, 0.25);
	box-shadow: 0 0 5px 3px rgba(14, 70, 124, 0.25);
}

.siteSearch .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 !important;
}

.siteSearch .gsib_a {
	padding: 6px 0 0 0 !important;
}

.siteSearch input[type="text"] {
	border: none !important;
	vertical-align: middle;
	height: 25px !important;
	width: 160px !important;
	font-size: 14px;
	color: #888;
}

	.siteSearch input[type="text"]:focus {
		outline: 0;
	}

/* --ボタンの色-- */
.siteSearch td.gsc-search-button {
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 29px !important;
	height: 29px !important;
}

.siteSearch input.gsc-search-button {
	display: block;
	width: 13px;
	height: 13px;
	border: none;
	border-radius: 16px !important;
	text-indent: -9999px;
	background-color: #0d5daa;
	margin: 0 !important;
	padding: 9px 7px 7px 9px !important;
}

	.siteSearch input.gsc-search-button:hover,
	.siteSearch input.gsc-search-button:focus {
		background-color: #6e9ecc;
	}

	/* ボタンの色 */
	.siteSearch input.gsc-search-button:focus {
		outline: 0;
	}

/* 入力時に出る「×」ボタンの位置調整 */
.siteSearch .gsib_b {
	display: none;
}

/*コンテンツ内（404）*/
#main .siteSearch table.gsc-search-box {
	width: 90% !important;
	margin: 0 auto 40px !important;
}

#main .siteSearch .gsc-control-cse,
#main .siteSearch .gsc-control-cse-ja,
#main .siteSearch .gsc-input-box {
	width: 100% !important;
}

#main .siteSearch input[type="text"] {
	width: 90% !important;
}

/* !container
---------------------------------------------------------- */
#container {
	width: 940px;
	margin: 0 auto;
}

/* !main
---------------------------------------------------------- */
#main {
	width: 700px;
	float: left;
}

	/* !main wide
---------------------------------------------------------- */
	#main.mainWide {
		width: 100%;
	}

/* !section
---------------------------------------------------------- */
.section_basic01 {
	margin-bottom: 50px;
}

/*---------- function01 ----------*/
.function01 {
	overflow: hidden;
	margin-bottom: 20px;
}

.ul_function01 {
	float: right;
	overflow: hidden;
	font-size: 1.2rem;
}

	.ul_function01 li {
		float: left;
	}

		.ul_function01 li.social01 {
			padding-left: 15px;
		}

			.ul_function01 li.social01 > a {
				display: block;
				width: 24px;
				height: 24px;
				background: url(../images/btn_social01.gif) no-repeat;
				text-indent: -9999px;
				cursor: pointer;
			}

				.ul_function01 li.social01 > a.facebook01 {
					background-position: 0 0;
				}

				.ul_function01 li.social01 > a.twitter01 {
					background-position: -24px 0;
				}

				.ul_function01 li.social01 > a.google01 {
					background-position: -48px 0;
				}

				.ul_function01 li.social01 > a.facebook01:hover {
					background-position: 0 -24px;
				}

				.ul_function01 li.social01 > a.twitter01:hover {
					background-position: -24px -24px;
				}

				.ul_function01 li.social01 > a.google01:hover {
					background-position: -48px -24px;
				}

				.ul_function01 li.social01 > a.line01 {
					background: url(/-/Media/cojp/common/images/btn_social03.png) no-repeat;
					background-position: 0 0;
				}

					.ul_function01 li.social01 > a.line01:hover {
						background-position: 0 -24px;
					}

		.ul_function01 li.print01 {
			position: relative;
			margin-left: 20px;
			padding: 3px 0 3px 20px;
		}

			.ul_function01 li.print01:before {
				display: block;
				content: "";
				position: absolute;
				top: 4px;
				left: 0;
				width: 1px;
				height: 17px;
				background-color: #cdd7e5;
			}

			.ul_function01 li.print01 > a {
				display: inline-block;
				padding-left: 24px;
				background: url(../images/ico_print01.gif) 0 0 no-repeat;
			}

				.ul_function01 li.print01 > a:hover {
					background-position: 0 -18px;
				}

/*---------- banner01 ----------*/
.banner01 {
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 6px;
}

	.banner01:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 6px;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeef2), color-stop(1, #fcfdfd));
		background-image: -o-linear-gradient(bottom, #eaeef2 0%, #fcfdfd 100%);
		background-image: -webkit-linear-gradient(bottom, #eaeef2 0%, #fcfdfd 100%);
		background-image: -moz-linear-gradient(bottom, #eaeef2 0%, #fcfdfd 100%);
		background-image: -ms-linear-gradient(bottom, #eaeef2 0%, #fcfdfd 100%);
		background-image: linear-gradient(to bottom, #eaeef2 0%, #fcfdfd 100%);
	}

	.banner01 img {
		width: 100%;
	}

	.banner01 p {
		margin: 0 0 0 0 !important;
	}

/* !sub
---------------------------------------------------------- */
#sub {
	width: 200px;
	float: right;
}

	#sub a {
		display: block;
	}

/*---------- lNavi ----------*/
#lNavi {
	-o-box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
	-ms-box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
	-moz-box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
	-webkit-box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
	box-shadow: -30px -20px 10px -30px rgba(81, 109, 146, 0.25);
	margin-bottom: 40px;
	background-color: #fff;
}

	#lNavi .category_title {
		padding: 44px 20px 44px;
		color: #fff;
		font-size: 2.0rem;
	}

		#lNavi .category_title a {
			color: #fff;
		}

		#lNavi .category_title.type01 {
			background: url(../images/ico_company01.gif) no-repeat #0d5daa;
			background-size: 78px 78px;
			background-position: right bottom;
		}

		#lNavi .category_title.type02 {
			background: url(../images/ico_c_ir01.gif) no-repeat #0d5daa;
			background-size: 78px 78px;
			background-position: right bottom;
		}

		#lNavi .category_title.type04 {
			background: url(../images/ico_csr.gif) no-repeat #0d5daa;
			background-size: 78px 78px;
			background-position: right bottom;
		}

		#lNavi .category_title.type06 {
			background: url(../images/ico_support.gif) no-repeat #0d5daa;
			background-size: 78px 78px;
			background-position: right bottom;
		}

	#lNavi > ul {
		background: #fff;
	}

		#lNavi > ul > li {
			background: url(../images/bg_lnavi01.gif) bottom left repeat-x;
			margin-top: -1px;
		}

		#lNavi > ul li a:hover, #lNavi > ul li a:focus {
			text-decoration: none;
		}

		#lNavi > ul > li > a {
			/*border-left: 10px solid #fff;*/
			display: block;
			padding: 12px 20px;
		}

			#lNavi > ul > li > a:hover,
			#lNavi > ul > li > a:focus,
			#lNavi > ul > li.current > a,
			#lNavi > ul > li.parent > a {
				border-left: 10px solid #0d5daa;
				padding-left: 10px;
			}

		#lNavi > ul > li > ul {
			background: url(../images/bg_lnavi01.gif) left top repeat-x;
			padding: 10px 0 10px 20px;
		}

			#lNavi > ul > li > ul:hover, #lNavi > ul > li > ul:focus, #lNavi > ul > li.current > ul, #lNavi > ul > li.parent > ul {
				border-left: 10px solid #e7eef8;
				padding-left: 10px;
			}

			#lNavi > ul > li > ul li {
				font-size: 1.1rem;
				/*margin-left: 10px;*/
			}

		#lNavi > ul > li > a + ul > li:hover, #lNavi > ul > li > a + ul > li:focus, #lNavi > ul > li > a + ul > li.current {
			background-color: #0d5daa;
			color: #fff;
		}

		#lNavi > ul > li > a + ul > li a {
			padding: 10px 10px;
			display: block;
			position: relative;
			margin-left: 10px;
		}

			#lNavi > ul > li > a + ul > li a:hover, #lNavi > ul > li > a + ul > li a:focus, #lNavi > ul > li > a + ul > li.current a {
				color: white;
			}

			#lNavi > ul > li > a + ul > li a:before {
				position: absolute;
				display: block;
				content: "";
				top: 12px;
				left: 0;
				width: 0;
				height: 0;
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				border-left: 4px solid #0d5daa;
			}

			#lNavi > ul > li > a + ul > li a:hover:before, #lNavi > ul > li > a + ul > li a:focus:before, #lNavi > ul > li > a + ul > li.current a:before {
				position: absolute;
				display: block;
				content: "";
				top: 12px;
				left: 0;
				width: 0;
				height: 0;
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				border-left: 4px solid #fff;
			}

		#lNavi > ul > li > ul > li > ul {
			background: #fff;
			padding: 10px 0;
		}

			#lNavi > ul > li > ul > li > ul > li {
				font-size: 1.1rem;
				margin-left: 10px;
				background: #fff;
				color: #0d5daa;
			}

		#lNavi > ul > li > ul > li a + ul > li:hover, #lNavi > ul > li > ul > li a + ul > li:focus, #lNavi > ul > li > ul > li a + ul > li.current {
			background-color: #e7eef8;
		}

		#lNavi > ul > li > ul > li > ul > li a {
			color: #0d5daa;
			padding: 7px 0 7px 10px;
		}

			#lNavi > ul > li > ul > li > ul > li a:before {
				position: absolute;
				display: block;
				content: "";
				top: 10px;
				left: 0;
				width: 0;
				height: 0;
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				border-left: 4px solid #e7eef8;
			}

			#lNavi > ul > li > ul > li > ul > li a:hover:before, #lNavi > ul > li > ul > li > ul > li a:focus:before {
				position: absolute;
				display: block;
				content: "";
				top: 10px;
				left: 0;
				width: 0;
				height: 0;
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				border-left: 4px solid #0d5daa;
			}

		#lNavi > ul > li > a + ul > li > ul > li a:hover, #lNavi > ul > li > a + ul > li > ul > li a:focus, #lNavi > ul > li > a + ul > li > ul > li.current a {
			color: #0d5daa;
		}

		#lNavi > ul > li > a + ul > li.current > ul > li a {
			color: #0d5daa;
		}

			#lNavi > ul > li > a + ul > li.current > ul > li a:before {
				position: absolute;
				display: block;
				content: "";
				top: 10px;
				left: 0;
				width: 0;
				height: 0;
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				border-left: 4px solid #c8d5e8;
			}

			#lNavi > ul > li > a + ul > li.current > ul > li a:hover:before, #lNavi > ul > li > a + ul > li.current > ul > li a:focus:before, #lNavi > ul > li > a + ul > li.current > ul > li.current a:before {
				position: absolute;
				display: block;
				content: "";
				top: 10px;
				left: 0;
				width: 0;
				height: 0;
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				border-left: 4px solid #0d5daa;
			}

/*---------- subLinks ----------*/
.subLinks {
	background-color: #fff;
}

	.subLinks > a {
		display: block;
		height: 172px;
		background-image: url(../images/img_banner_pc01.png);
		background-repeat: no-repeat;
		background-position: 0 -1px;
		text-align: center;
		margin: 0 auto;
	}

		.subLinks > a:hover {
			opacity: 0.6;
		}

		.subLinks > a > p:first-child {
			text-indent: -9999px;
		}

		.subLinks > a > p:nth-child(2) {
			text-indent: -9999px;
		}

	.subLinks > ul {
		border-top: 1px solid #cdd7e5;
		margin: 40px 0;
	}

		.subLinks > ul > li {
			text-align: center;
			border-bottom: 1px solid #cdd7e5;
		}

			.subLinks > ul > li a {
				height: 100%;
				padding: 30px 0 30px 15px;
				display: block;
				position: relative;
			}

				.subLinks > ul > li a:before {
					display: block;
					content: "";
					position: absolute;
					height: 8px;
					width: 8px;
					top: 40%;
					right: 1%;
					background-image: url("../../../common/images/ico_squre01.gif");
					background-repeat: no-repeat;
					background-position: 0 0;
				}

			.subLinks > ul > li.link01 {
				background-image: url(../images/ico_banner01.gif);
				background-repeat: no-repeat;
				background-position: left center;
			}

			.subLinks > ul > li.link02 {
				background-image: url(../images/ico_banner02.gif);
				background-repeat: no-repeat;
				background-position: left center;
			}

			.subLinks > ul > li.link03 {
				background-image: url(../images/ico_banner03.gif);
				background-repeat: no-repeat;
				background-position: left center;
			}

/* !footer
---------------------------------------------------------- */
#footer {
	clear: both;
	margin-top: 20px;
	background: url(../images/bg_h2_basic01.gif) 0 0 repeat-x;
}

/*---------- footerLinks ----------*/
#footerLinks {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 14px;
	font-size: 1.2rem;
	line-height: 1.5;
}

	#footerLinks ul {
		float: left;
		margin-left: 9%;
	}

		#footerLinks ul li {
			float: left;
			margin: 0 1.5em 0 0;
			padding: .25em 0 0 .9em;
			background: url("../../common/images/ico_arrow_r02.gif") 0 center no-repeat;
		}

			#footerLinks ul li a {
				text-decoration: none;
			}

	#footerLinks .btnHome {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -0.5em;
		padding-top: 0 !important;
	}

		#footerLinks .btnHome a {
			position: relative;
			padding-left: 17px;
			text-decoration: none;
		}

			#footerLinks .btnHome a:before {
				content: "";
				position: absolute;
				left: 0;
				top: 50%;
				width: 11px;
				height: 12px;
				margin-top: -8px;
				background-image: url(../images/sprite_pc_home.png);
				background-repeat: no-repeat;
				background-position: 0 0;
			}

			#footerLinks .btnHome a:hover:before {
				background-position: 0 -12px;
			}

	#footerLinks .pageTop {
		float: right;
		margin: 0 0 0 0;
		padding: 0 20px 0 0;
		background: url("../../common/images/ico_arrow_t01.gif") right center no-repeat;
	}

		#footerLinks .pageTop a {
			position: relative;
			text-decoration: none;
			font-size: 1.2rem;
		}

/*---------- footerNavi ----------*/
#footerNavi {
	width: 100%;
	height: 72px;
	border-top: solid 3px #e7eef8;
}

	#footerNavi ul {
		width: 960px;
		height: 72px;
		margin: 0 auto;
	}

	#footerNavi li {
		position: relative;
		float: left;
		height: 100%;
	}

		#footerNavi li:before {
			position: absolute;
			content: "";
			left: 0;
			top: 50%;
			width: 1px;
			height: 8px;
			margin-top: -4px;
			background-color: #cdd7e5;
		}

		#footerNavi li:last-child:after {
			position: absolute;
			content: "";
			right: 0;
			top: 50%;
			width: 1px;
			height: 8px;
			margin-top: -4px;
			background-color: #cdd7e5;
		}

		#footerNavi li:nth-child(1) {
			width: 14%;
			margin-right: 0.2%;
		}

		#footerNavi li:nth-child(2) {
			width: 14%;
			margin-right: 0.2%;
		}

		#footerNavi li:nth-child(3) {
			width: 18%;
			margin-right: 0.2%;
		}

		#footerNavi li:nth-child(4) {
			width: 17%;
			margin-right: 0.2%;
		}

		#footerNavi li:nth-child(5) {
			width: 14%;
			margin-right: 0.2%;
		}

		#footerNavi li:nth-child(6) {
			width: 22%;
		}

		#footerNavi li a {
			display: block;
			height: 100%;
			vertical-align: middle;
			text-align: center;
			padding: 27px 6px 0;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			font-size: 1.5rem;
			font-weight: bold;
			color: #005bac;
			text-decoration: none;
		}

			#footerNavi li a:hover, #footerNavi li a:focus {
				color: #76a4cd;
			}

/*---------- footerCopy ----------*/
#footerCopy {
	padding: 32px 0;
	border-bottom: solid 15px #0d5daa;
	background-color: #e7eef8;
}

.footerCopyIn {
	width: 940px;
	margin: 0 auto;
}

#footerLogo {
	float: left;
}

html.ie8 #footerLogo {
	width: 152px;
}

#footerLogo img {
	width: 152px;
	height: auto;
}

#copyright {
	float: right;
	max-width: 60%;
	margin-top: 1px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #3d5f80;
}

/* !sectionNews
---------------------------------------------------------- */
.sectionNews {
	margin-bottom: 60px;
}

/* !newsListCategoryWrap
---------------------------------------------------------- */
.newsListCategoryWrap {
	position: relative;
	font-size: 1.4rem;
}

	.newsListCategoryWrap dl {
		clear: both;
		background-color: #e7eef8;
	}

	.newsListCategoryWrap dt {
		position: absolute;
		top: 0;
		width: 20%;
		padding: 3px 0 0;
		z-index: 2;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #e7eef8;
		-o-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
		-ms-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
		-moz-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
		-webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
		box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3) inset;
	}

		.newsListCategoryWrap dt:after {
			content: "";
			position: absolute;
			right: 0;
			top: 50%;
			width: 1px;
			height: 8px;
			margin-top: -6px;
			background-color: #c3ccd8;
		}

	.newsListCategoryWrap dl:last-child dt:after {
		display: none;
	}

#newsListCategory01 dt {
	left: 0;
}

#newsListCategory02 dt {
	left: 20%;
}

#newsListCategory03 dt {
	left: 40%;
}

#newsListCategory04 dt {
	left: 60%;
}

#newsListCategory05 dt {
	left: 80%;
}

.newsListCategoryWrap dt a {
	display: block;
	position: relative;
	margin: 0 2px 0 1px;
	padding: 12px 0 15px;
	text-align: center;
	font-weight: bold;
	color: #005bac;
	text-decoration: none;
	cursor: pointer;
	background: url("../../../common/images/ico_arrow_b01.png") no-repeat center 2.75em;
}

	.newsListCategoryWrap dt a:first-child {
		margin: 0 2px 0 2px;
	}

	.newsListCategoryWrap dt a:hover, .newsListCategoryWrap dt a:focus, .newsListCategoryWrap dl.active dt a {
		background-color: #fff;
		background-image: none;
	}

	.newsListCategoryWrap dt a:before, .newsListCategoryWrap dt a:after {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
	}

	.newsListCategoryWrap dt a:hover:before, .newsListCategoryWrap dt a:focus:before, .newsListCategoryWrap dt a:hover:after, .newsListCategoryWrap dt a:focus:after, .newsListCategoryWrap dl.active dt a:before, .newsListCategoryWrap dl.active dt a:after {
		display: none;
	}

.newsListCategoryWrap dl dd {
	clear: both;
	padding-top: 51px;
	background-color: #e7eef8;
}

.newsListCategoryWrap.clone {
	display: none;
}

/*---------- newsList ----------*/
.newsList {
	background-color: #fff;
}

	.newsList p {
		margin: 0 !important;
	}

	.newsList li {
		border-bottom: 1px solid #cdd7e5;
	}

		.newsList li a {
			display: table;
			table-layout: fixed;
			width: 100%;
			padding: 12px 0;
			border-top: 3px solid #fff;
			border-bottom: 3px solid #fff;
		}

		.newsList li.important a {
			background-color: #fff7dd;
		}

		.newsList li a:hover, .newsList li a:focus {
			background-color: #e7eef8;
			color: #005bac;
			text-decoration: none;
		}

		.newsList li .date {
			display: table-cell;
			width: 130px;
		}

	.newsList.type04 li .date {
		display: block;
		width: auto;
		margin-left: 8px;
	}

	.newsList li .date p {
		text-align: center;
		color: #545454;
	}

	.newsList.type04 li .date p {
		text-align: left;
	}

	.newsList li .icon {
		display: table-cell;
		width: 75px;
	}

		.newsList li .icon p {
			width: 75px;
			height: 22px;
			line-height: 22px;
			border-radius: 3px;
			text-align: center;
			font-size: 1.3rem;
			color: #fff;
		}

		.newsList li .icon.cat01 p {
			background-color: #e67171;
		}

		.newsList li .icon.cat02 p {
			background-color: #5ec2d4;
		}

		.newsList li .icon.cat03 p {
			background-color: #99b83c;
		}

	.newsList li .pdf {
		display: table-cell;
		vertical-align: top;
		width: 45px;
		text-align: center;
		padding: 4px 0 0;
	}

		.newsList li .pdf img {
			width: 18px;
			height: auto;
			margin: 0 auto;
		}

	.newsList li .title {
		display: table-cell;
	}

	.newsList.type04 li .title {
		display: block;
		margin-left: 8px;
	}

	.newsList li .title p {
		position: relative;
		padding: 4px 10px 0 14px;
		background: url("../../../common/images/ico_arrow_r03.png") no-repeat 0 0.7em;
	}

		.newsList li .title p:before {
			background-color: #0059af;
		}

		.newsList li .title p:after {
			background-color: #fff;
			margin-left: -2px;
		}

	.newsList li.important .title p:after {
		background-color: #fff7dd;
	}

	.newsList li a:hover > .title p:after {
		background-color: #e7eef8;
	}

	.newsList li .title p .size {
		margin-left: 0.5em;
		word-break: keep-all;
	}

	.newsList li .title p .icnImportant {
		display: inline-block;
		margin-left: 10px;
		padding: 2px 10px;
		border-radius: 100px;
		background-color: #e60012;
		font-size: 1.1rem;
		color: #fff;
	}

html.ie8 .newsList li .title p .icnImportant {
	padding: 2px 10px 1px;
}

/*---------- moreLinks（RSS & BackNumber） ----------*/
.moreLinks {
	padding: 18px 0;
	line-height: 0.8;
	background-color: #fff;
}

	.moreLinks .rss {
		float: right;
	}

		.moreLinks .rss a {
			position: relative;
			padding-left: 15px;
			font-weight: bold;
			font-size: 1.3rem;
			background: url("../../../common/images/ico_rss20x20.png") no-repeat 0 center;
			-o-background-size: 13px auto;
			-ms-background-size: 13px auto;
			-moz-background-size: 13px auto;
			-webkit-background-size: 13px auto;
			background-size: 12px auto;
		}

html.ie8 .moreLinks .rss a {
	background: url("../../../common/images/ico_rss12x12.png") no-repeat 0 center;
}

.moreLinks .more01 {
	float: right;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #cdd7e5;
}

	.moreLinks .more01 a {
		position: relative;
		padding-left: 20px;
		font-weight: bold;
		font-size: 1.3rem;
		background: url("../../../common/images/ico_morelink28x20.png") no-repeat 0 center;
		-o-background-size: auto 11px;
		-ms-background-size: auto 11px;
		-moz-background-size: auto 11px;
		-webkit-background-size: auto 11px;
		background-size: auto 12px;
	}

html.ie8 .moreLinks .more01 a {
	background: url("../../../common/images/ico_morelink16x12.png") no-repeat 0 center;
}

.moreLinks .more02 {
	text-align: right;
}

	.moreLinks .more02 a {
		position: relative;
		padding-left: 15px;
		font-size: 1.3rem;
	}

		.moreLinks .more02 a:before, .moreLinks .more02 a:after {
			content: "";
			position: absolute;
			left: 0;
			top: 50%;
			width: 7px;
			height: 7px;
			margin-top: -4px;
			-o-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.moreLinks .more02 a:before {
			background-color: #0059af;
		}

		.moreLinks .more02 a:after {
			background-color: #fff;
			margin-left: -2px;
		}

		.moreLinks .more02 a:hover:before {
			background-color: #76a4cd;
		}

/*---------- infoBox01 --------------------------------- */
/*============================= BREAK POINT ===============================
Tablet Layout
=============================== BREAK POINT =============================*/
@media screen and (max-width: 768px) {
	/* !wrapper
---------------------------------------------------------- */
	#wrapper {
		min-width: 100%;
		background: #fff;
	}

	/* !header
---------------------------------------------------------- */
	#header {
		height: 169px;
	}

	#headerIn {
		width: 91%;
	}

	#headerLogo {
		padding: 31px 0 0 0;
	}

	/*---------- gNavi ------------------------------ */
	#gNavi {
		min-width: 100%;
		top: 102px;
		/*180-72-5-1*/
	}

		#gNavi ul {
			width: 98%;
		}

		#gNavi li {
			display: table;
		}

			#gNavi li a {
				display: table-cell;
				vertical-align: middle;
				padding: 7px 6px 0;
				text-align: center;
				background-image: none !important;
			}

	.home #gNavi li a {
		padding: 7px 6px 0;
	}

	#gNavi li a:before {
		display: none;
	}

	/*---------- headerLinks ------------------------------- */
	#headerLinks ul {
		right: 0;
		top: 15px;
	}

	/*---------- siteSearch ----------*/
	#headerLinks .siteSearch {
		top: 50px;
	}

	/*---------- siteSearch ----------*/
	#headerLinks .siteSearch {
		top: 50px;
	}

	.siteSearch table.gsc-search-box {
		width: 187px !important;
	}

	.siteSearch .gsc-control-cse, .siteSearch .gsc-control-cse-ja, .siteSearch .gsc-input-box {
		width: 170px;
	}

	.siteSearch input[type="text"] {
		width: 130px !important;
	}

	/* !function
---------------------------------------------------------- */
	.ul_function01 li.print01 {
		display: none;
	}

	/* !container
---------------------------------------------------------- */
	#container {
		width: auto;
	}

	/* !main
---------------------------------------------------------- */
	#main {
		float: none;
		width: 91%;
		margin: 0 auto 54px;
	}

		/* !main ���C�h
---------------------------------------------------------- */
		#main.mainWide {
			width: 91%;
			margin: 0 auto 54px;
		}

	/* !section
---------------------------------------------------------- */
	/* !sub
---------------------------------------------------------- */
	#sub {
		width: 91%;
		float: none;
		margin: 0 auto;
	}

	#lNavi {
		-o-box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		/*debug layout*/
		background-color: #fff;
	}

		#lNavi .category_title {
			padding: 20px 20px 20px;
			color: #fff;
			font-size: 2.0rem;
		}

			#lNavi .category_title.type01 {
				background-size: 60px 60px;
				background-position: right bottom;
			}

			#lNavi .category_title.type02 {
				background-size: 60px 60px;
				background-position: right bottom;
			}

	.subLinks {
		/*debug layout*/
		background-color: #fff;
		text-align: center;
	}

		.subLinks > a {
			background-image: url(../images/img_banner_sp01.png);
			background-repeat: no-repeat;
			text-align: left;
			width: 58.5%;
			height: auto;
			background-size: 100% auto;
			display: block;
			padding-bottom: 9%;
		}

			.subLinks > a > p:first-child {
				text-indent: -999px;
			}

			.subLinks > a > p:nth-child(2) {
				text-indent: -999px;
			}

		.subLinks > ul {
			margin: 40px 0;
			overflow: hidden;
			border-top: 1px solid #cdd7e5;
			border-bottom: 1px solid #cdd7e5;
		}

			.subLinks > ul > li {
				float: left;
				width: 28.5%;
				border: none;
				font-size: 1.3rem;
			}

				.subLinks > ul > li:nth-child(2) {
					margin: 0 7.2%;
				}

				.subLinks > ul > li a {
					padding: 30px 0 30px 30px;
				}

					.subLinks > ul > li a:before {
						display: block;
						content: "";
						position: absolute;
						height: 8px;
						position: absolute;
						top: 45%;
						right: 1%;
						background-image: url("../../../common/images/ico_squre01.gif");
						background-repeat: no-repeat;
						background-position: 0 0;
					}

				.subLinks > ul > li.link01 {
					background-image: url(../images/ico_banner01.gif);
					background-repeat: no-repeat;
					background-position: left center;
				}

				.subLinks > ul > li.link02 {
					background-image: url(../images/ico_banner02.gif);
					background-repeat: no-repeat;
					background-position: left center;
				}

				.subLinks > ul > li.link03 {
					background-image: url(../images/ico_banner03.gif);
					background-repeat: no-repeat;
					background-position: left center;
				}

	/* !footer
---------------------------------------------------------- */
	#footer {
		margin-top: 0;
	}

	/*---------- footerLinks ----------*/
	#footerLinks {
		width: 91%;
	}

		#footerLinks ul {
			margin-left: 0;
			margin-bottom: 0;
			float: none;
		}

		#footerLinks .btnHome {
			clear: both;
			position: static;
			margin-top: 1em;
		}

		#footerLinks .pageTop {
			display: none;
		}

	/*---------- footerNavi ----------*/
	#footerNavi ul {
		width: 98%;
	}

	#footerNavi li {
		display: table;
	}

		#footerNavi li:before, #footerNavi li:after {
			display: none;
		}

		#footerNavi li a {
			display: table-cell;
			vertical-align: middle;
			padding: 7px 6px 0;
			text-align: center;
		}

	/*---------- footerCopy ----------*/
	.footerCopyIn {
		width: 91%;
	}

	/* !newsListCategoryWrap
---------------------------------------------------------- */
	#newsListCategory01 dt {
		left: 0;
		width: 25%;
	}

	#newsListCategory02 dt {
		left: 25%;
		width: 20%;
	}

	#newsListCategory03 dt {
		left: 45%;
		width: 25%;
	}

	#newsListCategory04 dt {
		left: 70%;
		width: 15%;
	}

	#newsListCategory05 dt {
		left: 85%;
		width: 15%;
	}

	.newsListCategoryWrap.clone {
		display: none;
	}

	/* !btnMore01
---------------------------------------------------------- */
	.gnavi-fixed {
		position: static !important;
	}

	.btnMore01 {
		margin-top: 14px;
	}

		.btnMore01 > a {
			background-position: 20px center;
		}

	.moreLinks .more01 {
		border-left: none;
	}

	.moreLinks .rss {
		display: none;
	}
}
/****************************** BREAK POINT *******************************
SP Layout
******************************* BREAK POINT ******************************/
@media screen and (max-width: 480px) {
	/* !header
************************************************************ */
	#header {
		height: 60px;
		border-bottom: 7px solid #0d5daa;
	}

	#headerLogo {
		padding: 15px 0 0 0;
	}

		#headerLogo img {
			width: 80px;
		}

	.home #headerLogo img {
		width: 115px;
	}

	#headerLogo span {
		font-size: 1.5rem;
	}

	#headerCopy01 {
		padding: 27px 0 0 25px;
	}

		#headerCopy01 img {
			width: 176px;
			height: 37px;
		}

	#headerCopy02 {
		display: none;
	}

	#headerNavi {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
	}

		#headerNavi.active #btnMenu {
			background-position: top center;
		}

		#headerNavi dt#btnMenu {
			display: block;
		}

	#btnMenu a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#headerNavi dd {
		display: none;
		position: absolute;
		float: left;
		right: 0;
		top: 0;
		z-index: 999;
		height: 100%;
		background-color: #0d5daa;
	}

	/*---------- gNavi ----------*/
	#menu #gNavi, .home #menu #gNavi {
		position: static;
		width: auto;
		height: auto;
		border-bottom: none;
		background: none;
	}

		#menu #gNavi ul, .home #menu #gNavi ul {
			height: auto;
		}

		#menu #gNavi li {
			float: none;
			width: 100%;
			height: 52px;
			border-bottom: 1px solid #2270ba;
		}

			#menu #gNavi li:nth-child(1), #menu #gNavi li:nth-child(2), #menu #gNavi li:nth-child(3), #menu #gNavi li:nth-child(4), #menu #gNavi li:nth-child(5), #menu #gNavi li:nth-child(6) {
				width: 100%;
				margin-right: 0;
			}

			#menu #gNavi li a, .home #menu #gNavi li a {
				padding: 0 0 0 19%;
				border-bottom: none;
				text-align: left;
				font-size: 1.6rem;
				font-weight: bold;
				color: #fff;
			}

			#menu #gNavi li:nth-child(1) a {
				background-image: url("../images/sprite_gnavi_pc1.png") !important;
				background-position: 6% 13px;
				-o-background-size: 26px 104px;
				-ms-background-size: 26px 104px;
				-moz-background-size: 26px 104px;
				-webkit-background-size: 26px 104px;
				background-size: 26px 104px;
			}

			#menu #gNavi li:nth-child(2) a {
				background-image: url("../images/sprite_gnavi_pc2.png") !important;
				background-position: 6% 13px;
				-o-background-size: 26px 104px;
				-ms-background-size: 26px 104px;
				-moz-background-size: 26px 104px;
				-webkit-background-size: 26px 104px;
				background-size: 26px 104px;
			}

			#menu #gNavi li:nth-child(3) a {
				background-image: url("../images/sprite_gnavi_pc3.png") !important;
				background-position: 6% 13px;
				-o-background-size: 26px 104px;
				-ms-background-size: 26px 104px;
				-moz-background-size: 26px 104px;
				-webkit-background-size: 26px 104px;
				background-size: 26px 104px;
			}

			#menu #gNavi li:nth-child(4) a {
				background-image: url("../images/sprite_gnavi_pc4.png") !important;
				background-position: 6% 13px;
				-o-background-size: 26px 104px;
				-ms-background-size: 26px 104px;
				-moz-background-size: 26px 104px;
				-webkit-background-size: 26px 104px;
				background-size: 26px 104px;
			}

			#menu #gNavi li:nth-child(5) a {
				background-image: url("../images/sprite_gnavi_pc5.png") !important;
				background-position: 6% 13px;
				-o-background-size: 26px 104px;
				-ms-background-size: 26px 104px;
				-moz-background-size: 26px 104px;
				-webkit-background-size: 26px 104px;
				background-size: 26px 104px;
			}

			#menu #gNavi li:nth-child(6) a {
				background-image: url("../images/sprite_gnavi_pc6.png") !important;
				background-position: 6% 13px;
				-o-background-size: 26px 104px;
				-ms-background-size: 26px 104px;
				-moz-background-size: 26px 104px;
				-webkit-background-size: 26px 104px;
				background-size: 26px 104px;
			}

			#menu #gNavi li:nth-child(1) a:hover, #menu #gNavi li:nth-child(1) a:focus, .g01 #menu #gNavi li:nth-child(1) a {
				background-image: url("../images/sprite_gnavi_pc1.png") !important;
				background-position: 6% 13px !important;
				border: none !important;
			}

			#menu #gNavi li:nth-child(2) a:hover, #menu #gNavi li:nth-child(2) a:focus, .g02 #menu #gNavi li:nth-child(2) a {
				background-image: url("../images/sprite_gnavi_pc2.png") !important;
				background-position: 6% 13px !important;
				border: none !important;
			}

			#menu #gNavi li:nth-child(3) a:hover, #menu #gNavi li:nth-child(3) a:focus, .g03 #menu #gNavi li:nth-child(3) a {
				background-image: url("../images/sprite_gnavi_pc3.png") !important;
				background-position: 6% 13px !important;
				border: none !important;
			}

			#menu #gNavi li:nth-child(4) a:hover, #menu #gNavi li:nth-child(4) a:focus, .g04 #menu #gNavi li:nth-child(4) a {
				background-image: url("../images/sprite_gnavi_pc4.png") !important;
				background-position: 6% 13px !important;
				border: none !important;
			}

			#menu #gNavi li:nth-child(5) a:hover, #menu #gNavi li:nth-child(5) a:focus, .g05 #menu #gNavi li:nth-child(5) a {
				background-image: url("../images/sprite_gnavi_pc5.png") !important;
				background-position: 6% 13px !important;
				border: none !important;
			}

			#menu #gNavi li:nth-child(6) a:hover, #menu #gNavi li:nth-child(6) a:focus, .g06 #menu #gNavi li:nth-child(6) a {
				background-image: url("../images/sprite_gnavi_pc6.png") !important;
				background-position: 6% 13px !important;
				border: none !important;
			}

	/*---------- Home Gnavi ----------*/
	.home #header {
		-o-background-size: auto 198px;
		-ms-background-size: auto 198px;
		-moz-background-size: auto 198px;
		-webkit-background-size: auto 198px;
		background-size: auto 198px;
		height: 306px;
		border-bottom: none;
		margin-bottom: 0;
	}

	.home #headerIn {
		width: 100%;
	}

	.home #headerLogo {
		padding: 30px 0 0 25px;
	}

	.home #headerNavi {
		display: block;
		width: 100%;
		height: 306px;
	}

		.home #headerNavi dd {
			display: block;
			float: none;
			position: static;
			height: auto;
			margin-top: 172px;
			background: #005bac;
		}

		.home #headerNavi #gNaviOrg {
			display: block;
			letter-spacing: -0.4em;
			border-top: 1px solid #2270ba;
			font-weight: bold;
		}

			.home #headerNavi #gNaviOrg li {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				letter-spacing: normal;
				width: 50%;
				text-align: center;
				background: url("../images/sp_gnavi_bg02.png") center -10px repeat-x;
			}

			.home #headerNavi #gNaviOrg a {
				display: block;
				padding: .8em .5em;
				color: #fff;
				border-bottom: 1px solid #2270ba;
				background: url("../images/sp_gnavi_bg01.png") 0 bottom repeat-x;
			}

			.home #headerNavi #gNaviOrg li:nth-child(even) a {
				border-left: 1px solid #1966ae;
			}

			.home #headerNavi #gNaviOrg li:nth-child(odd) a {
				border-right: 1px solid #094e91;
			}

		.home #headerNavi #headerLinks {
			display: none;
		}

	/*---------- headerLinks ----------*/
	#headerLinks {
		position: static;
		padding: 0 0 1em;
	}

		#headerLinks ul {
			position: static;
		}

		#headerLinks li {
			float: none;
		}

			#headerLinks li.hlSitemap {
				display: table;
				width: 100%;
				margin-top: 0;
				line-height: 1.5;
				border-left: none;
				padding-left: 0;
				height: 52px;
				border-bottom: 1px solid #2270ba;
			}

			#headerLinks li.hlLanguage, #headerLinks li.hlProduct {
				margin-right: 0;
			}

			#headerLinks li a {
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				color: #fff;
			}

			#headerLinks li.hlSitemap a {
				padding: 0 0 0 19%;
				border-bottom: none;
				text-align: left;
				font-size: 1.6rem;
				font-weight: bold;
				color: #fff;
				background: url(../images/icn_sp_headerlink01.png) no-repeat 6% 50%;
				-o-background-size: 28px 27px;
				-ms-background-size: 28px 27px;
				-moz-background-size: 28px 27px;
				-webkit-background-size: 28px 27px;
				background-size: 28px 27px;
			}

			#headerLinks li.hlLanguage a {
				margin: 15px auto 0;
				background: url(../images/icn_sp_headerlink02.png) no-repeat 20% center #00407e;
			}

			#headerLinks li.hlProduct a {
				margin: 10px auto 0;
				background: url(../images/icn_sp_headerlink03.png) no-repeat 20% center #00407e;
			}

			#headerLinks li.hlLanguage a, #headerLinks li.hlProduct a {
				display: block;
				width: 88%;
				height: 40px;
				padding: 10px 0 0 0;
				-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				border-radius: 3px;
				-o-background-size: 15px 16px;
				-ms-background-size: 15px 16px;
				-moz-background-size: 15px 16px;
				-webkit-background-size: 15px 16px;
				background-size: 15px 16px;
				font-size: 1.4rem;
				font-weight: bold;
				color: #fff;
			}

			#headerLinks li a:visited, #headerLinks li a:hover, #headerLinks li a:focus {
				text-decoration: none;
				color: #fff !important;
			}

			#headerLinks li.hlLanguage a:before, #headerLinks li.hlProduct a:before {
				display: none;
			}

			#headerLinks li a[target="_blank"]:after {
				content: "";
				position: absolute;
				right: 0;
				top: 50%;
				width: 9px;
				height: 9px;
				margin-top: -3px;
				background: url(../images/icn_sp_blank.png) no-repeat 0 0;
				-o-background-size: 9px 9px;
				-ms-background-size: 9px 9px;
				-moz-background-size: 9px 9px;
				-webkit-background-size: 9px 9px;
				background-size: 9px 9px;
			}

			#headerLinks li.hlLanguage a[target="_blank"]:after {
				margin-right: 22.5%;
			}

			#headerLinks li.hlProduct a[target="_blank"]:after {
				margin-right: 22.5%;
			}

			#headerLinks li a[target="_blank"]:hover:after, #headerLinks li a[target="_blank"]:focus:after {
				background-position: 0 0;
			}

		/*---------- siteSearch ----------*/
		#headerLinks .siteSearch {
			position: static !important;
			width: 88% !important;
			margin: 15px auto 0 !important;
		}

	.siteSearch table.gsc-search-box,
	.siteSearch .gsc-input {
		width: 100% !important;
		position: relative !important;
		border: none !important;
	}

	.siteSearch .gsc-control-cse,
	.siteSearch .gsc-control-cse-ja,
	.siteSearch .gsc-input-box {
		width: 100% !important;
		height: 40px !important;
		border: none !important !important;
		-o-box-sizing: border-box !important;
		-ms-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
		border-radius: 3px !important;
		-o-box-shadow: none !important;
		-ms-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		padding: 0 0 0 0 !important;
		vertical-align: middle !important;
		font-size: 1.6rem !important;
		color: #485972 !important;
		position: relative !important;
		right: 0 !important;
	}

	.siteSearch .gsib_a {
		padding: 8px 0 0 10px !important;
	}

	.siteSearch input[type="text"] {
		width: 85% !important;
	}

	.siteSearch td.gsc-search-button {
		display: block !important;
		position: absolute !important;
		right: 3px !important;
		top: 4px !important;
		width: 33px !important;
		height: 33px !important;
	}

	.siteSearch input.gsc-search-button {
		display: block;
		width: 13px !important;
		height: 13px !important;
		border: none !important;
		border-radius: 3px !important;
		box-shadow: none !important;
		text-indent: -9999px !important;
		background-color: #0d5daa !important;
		margin: 0 !important;
		padding: 10px !important;
	}

	/* !banner
************************************************************ */
	.banner01 {
		padding-bottom: 0;
	}

		.banner01 p {
			margin: 0 !important;
		}

		.banner01:after {
			display: none;
		}

	/* !function
************************************************************ */
	.function01 {
		margin: 15px 0;
		padding: 0 15px;
	}

	/* !container
************************************************************ */
	#container {
		width: auto;
	}

	/* !main
************************************************************ */
	#main {
		width: 100%;
		margin-bottom: 30px;
	}

		#main .mainIn {
			width: 90.6%;
			margin: 0 auto;
		}

		#main.mainWide {
			width: 100%;
			margin-bottom: 30px;
		}

			#main.mainWide .mainIn {
				width: 90.6%;
				margin: 0 auto;
			}

	/* !section
************************************************************ */
	.section_basic01 {
		margin-bottom: 25px;
	}

		.section_basic01 > p, .section_basic01 > ul, .section_basic01 > ol {
			padding: 0 15px;
		}

		.section_basic01 img {
			max-width: 100%;
			height: auto;
		}

	html.ie8 .section_basic01 img {
		width: auto;
	}

	/* !sub
************************************************************ */
	#sub {
		width: 90.6%;
		margin-bottom: 30px;
	}

	#lNavi {
		margin: 0 auto;
		padding-bottom: 20px;
	}

	#lNavi {
		-o-box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		#lNavi .category_title {
			margin: 0 auto;
			padding: 20px 15px 20px;
			color: #fff;
			font-size: 1.4rem;
		}

			#lNavi .category_title.type01 {
				background-size: 39px 39px;
			}

			#lNavi .category_title.type02 {
				background-size: 39px 39px;
			}

		#lNavi > ul {
			margin: 0 auto;
		}

	.subLinks > a {
		background-image: url(../images/img_banner_sp01.png);
		background-repeat: no-repeat;
		text-align: left;
		width: 100%;
		height: auto;
		background-size: 100% auto;
		display: block;
		padding-bottom: 15%;
	}

		.subLinks > a > p:first-child {
			text-indent: -999px;
		}

		.subLinks > a > p:nth-child(2) {
			text-indent: -999px;
		}

	.subLinks > ul {
		overflow: hidden;
		border-top: 1px solid #cdd7e5;
		border-bottom: 1px solid #cdd7e5;
		width: 100%;
		margin: 25px 0 0 0;
	}

		.subLinks > ul > li {
			float: left;
			width: 47%;
			box-sizing: border-box;
			font-size: 1.2rem;
		}

			.subLinks > ul > li:nth-child(2) {
				margin: 0;
			}

			.subLinks > ul > li:nth-child(odd) {
				margin-right: 6%;
			}

			.subLinks > ul > li:nth-child(even) {
				margin-right: 0%;
			}

			.subLinks > ul > li:last-child {
				border: none;
			}

			.subLinks > ul > li a {
				padding: 30px 0 30px 0;
			}

				.subLinks > ul > li a:before {
					display: block;
					content: "";
					position: absolute;
					height: 8px;
					width: 8px;
					position: absolute;
					top: 40%;
					left: 90%;
					background-image: url("../../../common/images/ico_squre01.gif");
					background-repeat: no-repeat;
					background-position: 0 0;
				}

			.subLinks > ul > li.link01 {
				background-image: url(../images/ico_banner01.gif);
				background-repeat: no-repeat;
				background-position: left center;
				background-size: 27px 25px;
			}

			.subLinks > ul > li.link02 {
				background-image: url(../images/ico_banner02.gif);
				background-repeat: no-repeat;
				background-position: left center;
				background-size: 30px 25px;
			}

			.subLinks > ul > li.link03 {
				background-image: url(../images/ico_banner03.gif);
				background-repeat: no-repeat;
				background-position: left center;
				background-size: 30px 25px;
			}

	/* !sectionNews
************************************************************ */
	.sectionNews {
		margin-bottom: 0;
	}

	/* !footer
************************************************************ */
	/*---------- footerLinks ----------*/
	#footerLinks {
		position: static;
		width: 100%;
		font-size: 1.1rem;
		padding: 5px 0 0;
	}

		#footerLinks ul {
			float: none;
			margin-left: 0;
			margin-bottom: 0;
			padding: 5px 0 10px 4.5%;
			border-bottom: 2px solid #d9e3f0;
		}

			#footerLinks ul li {
				float: none;
				margin-bottom: .25em;
			}

		#footerLinks .btnHome {
			position: static;
			margin: 10px 0 0;
			float: none;
			padding: 10px 0;
			text-align: center;
		}

			#footerLinks .btnHome a {
				position: relative;
				padding-left: 17px;
				text-decoration: none;
			}

				#footerLinks .btnHome a:before {
					content: "";
					position: absolute;
					left: 0;
					top: 50%;
					width: 11px;
					height: 12px;
					margin-top: -8px;
					background-image: url(../images/sprite_pc_home.png);
					background-repeat: no-repeat;
					background-position: 0 0;
				}

				#footerLinks .btnHome a:hover:before {
					background-position: 0 -12px;
				}

	/*---------- footerNavi ----------*/
	#footerNavi {
		display: none;
	}

	/*---------- footerCopy ----------*/
	#footerCopy {
		padding: 20px 0 16px;
		border-bottom: 7px solid #0d5daa;
	}

	#footerLogo {
		float: none;
		text-align: center;
	}

		#footerLogo img {
			display: inline;
			width: 155px;
		}

	#copyright {
		float: none;
		max-width: 100%;
		font-size: 0.9rem;
		text-align: center;
	}

	/* !newsListCategoryWrap
************************************************************ */
	.newsListCategoryWrap {
		display: none;
	}

		.newsListCategoryWrap.clone {
			display: block;
		}

		.newsListCategoryWrap dl {
			background: none;
		}

		.newsListCategoryWrap dt {
			position: relative;
			width: 100%;
			padding: 0;
		}

			.newsListCategoryWrap dt:after {
				display: none;
			}

	#newsListCategory01 dt, #newsListCategory02 dt, #newsListCategory03 dt, #newsListCategory04 dt, #newsListCategory05 dt {
		left: 0;
		width: auto;
	}

	.newsListCategoryWrap dt a {
		padding: 12px 5% 15px;
		text-align: left;
	}

		.newsListCategoryWrap dt a:first-child {
			margin: 0;
		}

		.newsListCategoryWrap dt a:hover, .newsListCategoryWrap dt a:focus, .newsListCategoryWrap dl.active dt a {
			background: none;
		}

		.newsListCategoryWrap dt a:before, .newsListCategoryWrap dt a:after {
			display: block;
			content: "";
			position: absolute;
			left: auto;
			right: 5%;
			bottom: 50%;
		}

		.newsListCategoryWrap dt a:before {
			margin-left: 0;
			margin-right: 0;
			margin-bottom: 0;
		}

		.newsListCategoryWrap dt a:after {
			margin-left: 0;
			margin-right: -4px;
			margin-bottom: 4px;
		}

		.newsListCategoryWrap dt a:hover:before, .newsListCategoryWrap dt a:focus:before, .newsListCategoryWrap dt a:hover:after, .newsListCategoryWrap dt a:focus:after, .newsListCategoryWrap dl.active dt a:before, .newsListCategoryWrap dl.active dt a:after {
			display: block;
			left: auto;
			right: 5%;
			bottom: 50%;
		}

	.newsListCategoryWrap dl.active dt a:before {
		margin-right: 0;
		margin-bottom: -5px;
	}

	.newsListCategoryWrap dl.active dt a:after {
		margin-right: -4px;
		margin-bottom: -8px;
	}

	.newsListCategoryWrap dl dd {
		display: none;
		padding-top: 0;
	}

	/*---------- newsList --------------*/
	.newsList li a {
		position: relative;
		display: block;
		padding: 10px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

		.newsList li a:before, .newsList li a:after {
			position: absolute;
			content: "";
			right: 5%;
			top: 50%;
			width: 9px;
			height: 9px;
			margin-top: -5px;
			-o-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.newsList li a:before {
			background-color: #0d61b1;
		}

		.newsList li a:after {
			background-color: #fff;
			margin-right: 4px;
		}

	.newsList li.important a:after {
		background-color: #fff7dd;
	}

	.newsList li a:hover:after, .newsList li a:focus:after, .newsList li.important a:hover:after, .newsList li.important a:focus:after {
		background-color: #e7eef8;
	}

	.newsList li .date {
		display: block;
		width: auto;
		margin-left: 5%;
		margin-right: 7px;
	}

	.newsList.type01 li .date {
		float: none;
	}

	.newsList.type02 li .date {
		float: left;
	}

	.newsList.type03 li .date {
		margin-bottom: 6px;
	}

	.newsList.type04 li .date {
		margin-left: 5%;
	}

	.newsList li .date p {
		display: inline;
		text-align: left;
		font-size: 1.1rem;
	}

	.newsList li .icon {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}

		.newsList li .icon p {
			display: inline-block;
			width: 62px;
			height: 20px;
			line-height: 20px;
			border-radius: 2px;
			font-size: 1.1rem;
		}

	.newsList li .pdf {
		display: block;
		width: 13px;
		float: left;
		margin-left: 5%;
		text-align: left;
	}

		.newsList li .pdf img {
			display: block;
			width: 13px;
			height: auto;
		}

	.newsList.type01 li .title {
		display: block;
		margin-left: 5%;
	}

	.newsList.type04 li .title {
		margin-left: 5%;
		margin-top: 4px;
		padding: 0;
	}

	.newsList li .title p {
		position: relative;
		background-image: none;
	}

	.newsList.type01 li .title p {
		padding: 0 10% 0 0;
	}

	.newsList.type02 li .title p {
		padding: 0 10% 0 10px;
	}

	.newsList.type03 li .title p {
		padding: 0 10% 0 0;
	}

	.newsList.type04 li .title p {
		padding: 0 10% 0 0;
	}

	.newsList li .title p:before, .newsList li .title p:after {
		display: none;
	}

	.newsList li .title p .size {
		margin-left: 0.3em;
		word-break: keep-all;
	}

	.newsList li .title p .icnImportant {
		display: inline-block;
		margin-left: 10px;
		padding: 0 6px;
		font-size: 1.1rem;
	}

	/*---------- moreLinks ----------------*/
	.moreLinks {
		text-align: center;
		margin: 0 auto;
		padding: 10px 0 18px;
		line-height: normal;
	}

		.moreLinks .rss {
			float: none;
			margin-top: 18px;
		}

			.moreLinks .rss a {
				padding-left: 17px;
				font-size: 1.4rem;
			}

				.moreLinks .rss a:before {
					-o-background-size: auto 12px;
					-ms-background-size: auto 12px;
					-moz-background-size: auto 12px;
					-webkit-background-size: auto 12px;
					background-size: auto 12px;
				}

		.moreLinks .more01 {
			float: none;
			margin-top: 18px;
			margin-left: 0;
			padding-left: 0;
			border: none;
		}

			.moreLinks .more01 a {
				padding-left: 19px;
				font-size: 1.4rem;
			}

				.moreLinks .more01 a:before {
					-o-background-size: auto 12px;
					-ms-background-size: auto 12px;
					-moz-background-size: auto 12px;
					-webkit-background-size: auto 12px;
					background-size: auto 12px;
				}

		.moreLinks .more02 {
			margin-top: 15px;
			text-align: center;
		}
}
/*------------------------------------------------------------------------
Print Style
------------------------------------------------------------------------*/
@media print {
	html, html body {
		*zoom: 0.65;
	}

	#gNavi.gnavi-fixed {
		position: static;
		top: auto;
		z-index: auto;
	}

	#headerNavi, #footerLinks, #footerNavi, #sub, #breadcrumb, .function01 {
		display: none;
	}

	#footerCopy {
		background: none;
		border: none;
	}

	#header {
		border-bottom: 5px solid #0d5daa;
		height: 90px;
	}

	#main {
		margin: 0 auto;
		float: none;
	}

	.home #headerNavi, .home #footerLinks, .home #footerNavi, .home #sub, .home #breadcrumb, .home .function01 {
		display: block;
	}

	.home footer {
		float: none;
		clear: both;
		display: table-cell;
	}

	.home #main {
		margin: inherit;
		float: left;
	}

	.home #footerCopy {
		border-bottom: solid 15px #0d5daa;
		background-color: #e7eef8;
	}

	/*ie8印刷用*/
	html.ie8 .home #header {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -470px;
		height: 530px;
	}

	html.ie8 .home #container {
		padding-top: 580px;
	}

	html.ie8 #header {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -470px;
		height: 90px;
	}

	html.ie8 #container {
		padding-top: 95px;
	}
}
