/* header */
#top-head {
	font-size: 14px;
	width: 100%;
	line-height: 1;
	z-index: 999;
	/*border-bottom:#951313 solid 2px;*/
	
	max-width:640px;
}
#top-head a,
#top-head {

}

#top-head .logo {
	font-size: 36px;
}


/* Fixed 
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	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;
	padding: 0 20px;
}*/

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}




/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right:5%;
	top: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
}
@media screen and (max-width: 470px) {
#nav-toggle {
	display: none;
	position: absolute;
	right:3%;
	top: 25px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 101;
}
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	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: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
/************************************************/



@media screen and (max-width: 640px) {}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}

	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 90px;
		z-index: 999;
		position: relative;
	}
	#mobile-head:after{
		content:"";
		display:block;
		background:url(../images/header_btm.png) repeat-x left bottom;
		position: absolute;
		top:80px;
		width:100%;
		height:22px;
	}	

	#top-head.fixed .logo,
	#top-head .logo {
		color: #333;
		display:block;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -470px;
		width: 100%;
		text-align: center;
		padding: 0;
		-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: 11px;
		background-color:#5E2D30;
		padding-top:15px;
	}
	#global-nav ul li {
		    float: none;
    position: static;
    /* border-top: #FFF solid 1px; */
    font-size: 13px;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a, 
	#top-head #global-nav ul li span, 
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding:10px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */

	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}




/*----------------------------------------------------------------------

デザイン要素


@media screen and (min-width: 641px) {
#global-nav{
	display:block;
	width:640px;
	height:30px;
	padding:0;
	margin:0 auto;
	margin-bottom:20px;
}
#global-nav li{
	float:left;
	
}
#global-nav li a, 
#global-nav li span{
	display:block;
	color:#333;
	width:125px;
	line-height:30px;
	text-align:center;
	border-left: #ccc solid 1px;
}
#global-nav li:nth-child(9) a{
	border-right: #ccc solid 1px;

}
}
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------

アコーディオン

----------------------------------------------------------------------*/

/*********************************************************************
@media screen and (min-width: 641px) {
#global-nav .accordion{
	position:relative;
}
#global-nav .accordion ul{
	display:none;
	position:absolute;
	top:30px;
	z-index:99999;
	width:200px;
}

#global-nav .accordion ul li:nth-child(1):before{
	content:"▲";
	color:#951313;
	display:block;
	margin-bottom:-3px;
	margin-left:20px;
	z-index:9999999;
}
#global-nav .accordion ul li{
	float:none;
	display: block;
	background-color:#FFF;
	font-size:0.9em;
}
#global-nav .accordion ul li a{
	width:100%;
	border:0;
	border-bottom:#DDD solid 1px;
	background-color:#951313;
	color:#FFF;
}
}
*************************************************************/
@media screen and (max-width: 640px) {}
#global-nav .accordion ul{
	display:none;
}
#global-nav .accordion ul li{
	background-color:#470202;
}

