/* BODY HEADER NAV */
div#container {
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 auto;
	border-style: none;
	padding: 0px;
	width: 1050px;
	height: 40px;
	display: block;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}


#navi {
	position: relative;
}
#menu {
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	position: relative;	/*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1;	/*ドロップダウンしたメニューが隠れないように*/
}

#menu li ul.sub-menu {
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	letter-spacing: 2px;
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 210px;
	display: none;
}

#menu li:hover ul.sub-menu {
	background-color: rgba(255, 255, 255, 0.8);
	display: block;		/*マウスオーバー時にサブメニューを表示する*/
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}
#menu li ul.sub-menu li {
	float: none;	/*サブメニューはフロートさせないので解除*/
}

a.sub_menu {
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	line-height: 2em;
	letter-spacing: 3px;
	margin: 0px;
	border-top-style: none;
	padding: 0px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	width: 100%;
	height: 2em;
	display: block;
}

	a.sub_menu:hover {
		background-color: rgba(0, 0, 0, 0.1);
	}

@media screen and (min-width : 480px) {
	body {
		margin: 0;
	}
	#content {
		margin: 0;
	}
	#menu {
		display: block;
	}
	.slicknav_menu {
		display: none;
	}
	i.fa.fa-caret-right {
		display: none;
	}
	img.nav_sp {
		display: none;
	}

}else{
	img.nav_sp {
		display: block;
	}
	#menu {
		display: block;
	}
	.slicknav_menu {
		display: block;
	}
	i.fa.fa-caret-right {
		font-size: 14px;
		display: inline-block;
	}
}

/* ORIGINAL SETTING */
	/*▼ HEADER NAVI ▼*/
	div#header_navi {
		background-attachment: scroll;
		background-position: 0px 0px;
		background-repeat: repeat-x;
		text-align: center;
		margin: 0px;
		border-width: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 40px;
		display: block;
	}

		ul.header_navi {
			background-color: #ffffff;
			margin: 0px auto;
			border-width: 0px;
			border-style: none;
			padding: 0px;
			width: 1050px;
			height: 40px;
			opacity: .7;
			-webkit-opacity: .7;
			-moz-opacity: .7;
			filter: alpha(opacity=70);
			-ms-filter: "alpha(opacity=70)";
			-webkit-border-top-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-webkit-border-bottom-right-radius: 0px;
			-webkit-border-bottom-left-radius: 0px;
			-moz-border-radius-topleft: 0px;
			-moz-border-radius-topright: 0px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			overflow: hidden;
		}

		li#header_navi {
			list-style-type: none;
			list-style-position: inside;
			float: left;
		}

		.sub-menu li {
			list-style-type: none;
			list-style-position: inside;
			float: left;
		}
		

		a.header_navi {
			text-decoration: none;
			background-image: url(img/header_nav_bg_pc.png);
			background-attachment: scroll;
			background-repeat: no-repeat;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			padding: 0px;
			width: 210px;
			height: 40px;
			float: left;
			display: block;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			z-index: 5;
		}

			a#header_navi_1 {
				background-position: 0px 0px;
			}

			a#header_navi_2 {
				background-position: -210px 0px;
			}

			a#header_navi_3 {
				background-position: -420px 0px;
			}

			a#header_navi_4 {
				background-position: -630px 0px;
			}

			a#header_navi_5 {
				background-position: -840px 0px;
			}

			a.header_navi:hover {
				opacity: .7;
				-webkit-opacity: .7;
				-moz-opacity: .7;
				filter: alpha(opacity=70);
				-ms-filter: "alpha(opacity=70)";
			}
