
header nav:nth-of-type(2) {
	width: 100%;
	height: 70px;
	background: #60707F;
	position: relative;
}

header nav:nth-of-type(2) dl {
	width: 100%;
}

header nav:nth-of-type(2) dl dt {
	position: absolute;
	width: calc(50% - 0.5px);
	height: 69px;
	line-height: 70px;
	font-size: 18px;
	pointer-events: none;
	overflow: hidden;
}

header nav:nth-of-type(2) dl:nth-of-type(1) dt {
	left: 0px;
}

header nav:nth-of-type(2) dl:nth-of-type(2) dt {
	right: 0px;
}

header nav:nth-of-type(2) dt a {
	display: block;
	color: #2f7c98;
	text-decoration: none;
	pointer-events: auto;
}

header nav:nth-of-type(2) dt a:hover {
	color: #FFFFFF !important;
}

header nav:nth-of-type(2) dl dt {
	background: #D2E5F6;
}

header nav:nth-of-type(2) dt#bnavdt1:hover {
	background: #00c4de !important;
	color: #FFFFFF !important;
}

header nav:nth-of-type(2) dt#bnavdt2:hover {
	background: #ff9e2e !important;
	color: #FFFFFF !important;
}

header nav:nth-of-type(2) dt a span {
	background-image: url(/rsrc/bidx.png);
	background-size: 18px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 1.25rem;
}

header nav:nth-of-type(2) dl dd {
	display: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 69px;
}

header nav:nth-of-type(2) dl dd#bnavdd1 {
	background: linear-gradient(to bottom, #00c4de, #FFFFFF 140px);
}

header nav:nth-of-type(2) dl dd#bnavdd2 {
	background: linear-gradient(to bottom, #ff9e2e, #FFFFFF 140px);
}

header nav:nth-of-type(2) dl dd ul {
	left: 0px;
	right: 0px;
	margin: 20px auto;
	padding: 0;
	list-style-type: none;
}

header nav:nth-of-type(2) dl dd ul li a {
	display: block;
	border-radius: 9px 9px 9px 9px; -webkit-border-radius: 9px 9px 9px 9px; -moz-border-radius: 9px 9px 9px 9px; 
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 0px;
}

header nav:nth-of-type(2) dl dd#bnavdd1 ul li a {
	background: #2227ff;
}

header nav:nth-of-type(2) dl dd#bnavdd2 ul li a {
	background: #db3043;
}

header nav:nth-of-type(2) dl dd ul:hover > li a {
	opacity: 0.75;
}

header nav:nth-of-type(2) dl dd ul:hover > li a:hover {
	opacity: 1.00;
}

header nav:nth-of-type(2) dl dd div {
	border-bottom: 9px solid #0082ff;
}

header nav:nth-of-type(2) dl dd div span {
	display: block;
	background: #0082ff;
	color: #FFFFFF;
	width: 100px;
	padding: 3px 0px;
	margin: 0px auto;
}

header nav:nth-of-type(2) dl:nth-of-type(2) dd {
	display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* pc */
@media all and (min-width: 769px) {
	#slide {
		position: relative;
		width: 100%;
		padding: 33.3% 0 0;
		margin-top: 70px;
	}
	
	#slide ul {
		list-style-type: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	#slide ul li {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-indent: -9999px;
		opacity: 0.0;
	}
	
	header nav:nth-of-type(2) dl:nth-of-type(1) dt a {
		float: right;
	}
	
	header nav:nth-of-type(2) dl:nth-of-type(2) dt a {
		float: left;
	}
	
	header nav:nth-of-type(2) dt a {
		width: calc(899px / 2);
	}
	
	header nav:nth-of-type(2) dl dd ul {
		width: 900px;
	}
	
	header nav:nth-of-type(2) dl dd ul li a {
		width: 390px;
		float: left;
	}
	
	header nav:nth-of-type(2) dl dd ul li:nth-child(odd) a {
		margin: 10px 18px 10px calc(42px);
	}
	
	header nav:nth-of-type(2) dl dd ul li:nth-child(even) a {
		margin: 10px calc(42px) 10px 18px;
	}
	
	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* sp */
@media all and (max-width: 768px) {
	#slide {
		padding-top: 55px;
	}
	
	#slideul {
		display: none;
	}
	
	header nav:nth-of-type(2) dl dd ul li a {
		margin: 10px 20px;
	}
	
	
}

