@charset "utf-8";

/* ヘッダー　
---------------------------------------------------- */
#header-container {
	width: 100%;
	margin: 0;
	padding: 0px;
	display: block;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #005bac;
}
header {
/*IE8未対応のため未設定に*/
}
#hn-wrap {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	}
@media only screen and (min-width: 950px) {/*1080px以上大きい場合*/
#hn-wrap {
	width: 950px;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
}
}
#site-id {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
 @media only screen and (min-width: 768px) {/*768px以上大きい場合*/
#site-id {
	padding-top: 23px;
	padding-bottom: 15px;
}
}
#site-id h1 {
	padding: 0px;
	margin: 0px;
}
#site-id img {
	max-width: 250px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
 @media only screen and (min-width: 768px) {/*768px以上大きい場合*/
#site-id img {
	max-width: 404px;
		height: auto;
}
}

/* グローバルナビゲーション
---------------------------------------------------- */

#global_nav {
	z-index: 500;
	max-width: 1080px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;

}
.dropmenu ul, li {
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
}
.menuitem {
	display: none;
	margin: 0px;
	padding: 0px;
}
/**/
#dropmenu {
	z-index: 500;
	list-style-type: none;
	max-width: 99%;
	padding: 0px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 100%;
}
#dropmenu li {
	z-index: 500;
	position: relative;
	width: 20%;
	float: left;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#dropmenu li a {/*親メニューの高さ34px　文字と上下余白の合計*/
	z-index: 500;
	display: block;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	padding: 10px;
}
#dropmenu li:hover > a {/*第二メニューのover時*/
	z-index: 500;
	color: #005bac;
	background-color: #edf4fa;
}
#dropmenu > li:hover > a {/*第一メニューのover時*/
	z-index: 500;
	color: #005bac;
	background-color: #edf4fa;
}
#dropmenu li ul {
	z-index: 500;
	list-style: none;
	position: absolute;
	top: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 3px;
}
#dropmenu li:last-child ul {
	z-index: 500;
	left: -100%;
	width: 100%
}
#dropmenu li ul li {
	z-index: 500;
	top: 1px;
	overflow: hidden;
	width: 270px;
	height: 0px;
	color: #333333;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	border-left-width: 0px;
}
#dropmenu li ul li a {/*第二メニュー　out時*/
	z-index: 500;
	color: #451619;
	padding: 13px 15px;
	background-color: #edf4fa;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#dropmenu li:hover ul li {/*第二メニュー*/
	z-index: 500;
	overflow: visible;
	height: 34px;/*autoにするとmouseoutの際に下線が出る*/
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0px;
}
#dropmenu li:hover ul li:last-child {
	border-bottom: 0px;
}
#dropmenu li:hover ul li:last-child a {/*子どもメニューの一番下だけの設定*/
	border-radius: 3px;
}
	

/*■■■■■■■■■■■■■■■■■■0～767■■■■■■■■■■■■■■■■*/

/* 767px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 767px) {
	
#global_nav {
	z-index: 500;
	max-width: 100%;
	padding: 0px;
	width: 100%;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.menuitem {
	display: block;
}
.menuitem {
	background-color: #005bac;
	cursor: pointer;
	max-width: 100%;
	font-weight: bold;
	color: #ffffff;
	height: 32px;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding-top: 18px;
	text-decoration: none;
	border-radius: 3px;
}
.menu_on .menuitem {
	color: #ffffff;
	background-color: #005bac;
}
.menu_off .menuitem {
}
.menu_on ul {
	display: auto;
	margin: 2px auto;
}
.menu_off ul {
	display: none;
}
/*-------------*/
#dropmenu {
	z-index: 500;
	overflow: visible;
	list-style-type: none;
	max-width: 100%;
	padding: 0px;
	background: #fff;
	border-radius: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-right-style: solid;
	opacity: 0.9;
}
#dropmenu li {
	z-index: 500;
	position: relative;
	width: 100%;
	float: none;
	padding: 0px;
	text-align: left;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li a {/*親メニューの高さ　文字と上下余白の合計*/
	z-index: 500;
	color: #333333;
	background-color: #edf4fa;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu ul li:hover a {
	z-index: 500;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu ul li ul li:hover a {
	z-index: 500;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li:hover > a {/*子どもメニューのover時*/
	z-index: 500;
	color: #005bac;
	background-color: #edf4fa;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu > li:hover > a {/*親メニューのover時*/
	z-index: 500;
	color: #005bac;
	background-color: #ffffff;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li ul {
	z-index: 500;
	list-style: none;
	position: relative;
	top: 100%;
	padding: 0px;
	border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li:last-child ul {
	
	z-index: 500;
	left: -100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li ul li {
	z-index: 500;
	top: 0px;
	overflow: visible;
	width: 100%;
	height: 50px;
	color: #451619;
	-moz-transition: .0s;
	-webkit-transition: .0s;
	-o-transition: .0s;
	-ms-transition: .0s;
	transition: .0s;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li ul li a {/*子どもメニュー　out時*/
	z-index: 500;
	color: #333333;
	background-color: #edf4fa;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li:hover ul li {/*子どもメニュー*/
		display: block;
		z-index: 500;
	overflow: visible;
	height: 50px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li:hover ul li:last-child {
	border-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#dropmenu li:hover ul li:last-child a {/*子どもメニューの一番下だけの設定*/
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
}




