@charset "utf-8";

/*--------------------------------------------------------
 レスポンシブメニュー　http://www.webopixel.net/javascript/1060.html
--------------------------------------------------------*/

/*//////////////////////////////////////////////
  
  PC・モバイル共通CSS
  
///////////////////////////////////////////////*/


.inner {
	width: 1050px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	width: 100%;
	clear: both;
}

/*#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}*/

/*#top-head .inner {
	position: relative;
}*/
#top-head .logo {
	display: none;
	/*float: left;
    font-size: 36px;*/
}

/*#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}*/

/*#global-nav ul li {
	float: left;
}*/

/*#global-nav ul li a {
	padding: 0 30px;
}*/

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	/*position: fixed;*/
	padding-top: 10px;
	height: 65px;
	/*background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;*/
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	/*color: #333;*/
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 11px;
	width: 28px;
	height: 30px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ffffff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 2px;
}
#nav-toggle span:nth-child(2) {
	top: 12px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media
only screen and (min-width : 650px){

/*----------------------------------------------
  グローバルナビ
----------------------------------------------*/

#top-head {
	/*background: url("../../images/common/nav-back.jpg") repeat-x;*/
	background: #0056b4;
	height: 65px;
	margin-bottom: 0;
	border-top: 1px solid #e7ba73;
}

nav {
	display: block;
}

nav ul {
	margin: 0;
	padding: 0;
	font-size:0;
}

nav ul li {
	/*background: url("../../images/common/nav-off.jpg") no-repeat;*/
	/*height: 65px;
	float: left;*/
	display: inline-block;
	width: 150px;
	text-align: center;
}

nav ul li span {
	font-size: 10.37px;
	color: #f1f1f1;
}

nav ul li a {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	padding: 9px 5%;
}

nav ul li a:hover {
	/*background: url("../../images/common/nav-on.jpg") no-repeat;*/
	background: #1d2088;
	color: #fff;
}

/*nav ul li.active a,
nav ul a:hover {
	background: #73c4e6;
}*/

nav ul a {
	/*border-left: 1px solid #ccc;*/
	display: block;
	font-size: 14.32px;
	font-weight: normal;
	padding: 10px 0 15px 12px;
}

nav ul a:hover, nav ul li.active a {
	/*background: url("../../images/common/nav-on.jpg") no-repeat;*/
	background: #1c1f87;
	/*height: 65px;*/
}

nav ul a:hover, nav ul li.active:nth-child(7) a {
	/*background: url("../../images/common/nav-on.jpg") no-repeat;*/
}

/*nav ul li:first-child a {
	padding-left: 15px;
}*/

nav ul li:nth-child(7) a {
	/*background: url("../../images/common/navlast-off.jpg") no-repeat;*/
	/*width: 150px;*/
}

nav ul li:nth-child(7) a:hover {
	/*background: url("../../images/common/navlast-on.jpg") no-repeat;*/
	/*width: 150px;*/
}

/*
nav ul li:first-child {
	padding-left: 10px;
}

nav ul li:last-child {
    border-right: 5px solid #0086cd;
}*/


/* Fixedのクラス */
#top-head {
	z-index: 999;
}

#top-head.fixed {
	padding-top: 0;
	/*background: url("../../images/common/nav-back.jpg") repeat-x;*/
	position: fixed;
}

}



@media screen and (max-width: 640px) {
#top-head,  .inner {
	width: 100%;
	padding: 0;
	position: relative;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(165, 148, 100, 0.3);
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
	position: fixed;
	height: 48px;
}
#mobile-head {
	background: #0056b4;
	width: 100%;
	height: 48px;
	z-index: 999;
	position: relative;
	opacity: 0.98;
}
#top-head .logo {
	display: inherit;
}
#top-head.fixed .logo,  #top-head .logo {
	position: absolute;
	left: 5px;
	top: 0;
	color: #333;
	font-size: 26px;
}

#top-head .logo img {
	width: auto;
	height: 30px;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -508px;
	background: #f5f5f5;
	width: 100%;
	padding: 0 0 5px;
	border-top: 1px solid rgba(165, 148, 100, 0.3);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
	border-bottom: 1px dashed rgba(165, 148, 100, 0.3)
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	/*width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;*/
	
	color: #00468b;
    display: block;
    overflow: hidden;
    padding: 12px 4%;
    position: relative;
    z-index: 999;
	
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}


/*----------------------------------------------
  グローバルナビ
----------------------------------------------*/

#global-nav-in {
	float: left;
	margin-bottom: 10px;
}

/*#global-nav {
	background: #FFFFFF;
	border-top: 5px solid #0086cd;
	border-bottom: 5px solid #0086cd;
	height: 60px;
	margin-bottom: 20px;
}

nav {
	display: block;
}

nav ul {
	margin: 0;
	padding: 0;
	border-left: 5px solid #0086cd;
	border-right: 5px solid #0086cd;
}

nav ul li {

}*/

/*nav ul li.active a,
nav ul a:hover {
	background: #73c4e6;
}*/

/*nav ul a {
	display: block;
	font-size: 12px;
	padding: 10px 0 15px 12px;
}

nav ul a:hover, nav ul li.active a {
	background: #0086cd;
	color :#FFFFFF;
}

nav ul li:first-child a {
	padding-left: 15px;
}

nav ul li:last-child a {
	width: 140px;
}*/

/*
nav ul li:first-child {
	padding-left: 10px;
}

nav ul li:last-child {
    border-right: 5px solid #0086cd;
}*/
#global-nav-in {
	width: 100%;
	margin: auto;
}


#global-nav ul {
    margin: 0;
    padding: 0;
}



#global-nav ul li br {
	display: none;
}

#global-nav ul li span {
	position: absolute;
	right: 5%;
}


}
