@charset "UTF-8";
/* CSS Document */

#global_header{
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Tahoma, Myriad, "ＭＳ Ｐゴシック", sans-serif !important;
	text-align: left;
	background-color:#212326;
	}
	
#global_header_inn{
	width:930px;
	margin:0 auto;
	height:70px;
}
	
#logo_title_area{
	width:333px;
	height:70px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	float:left;
	background:none;
	text-indent: 0;
	}
	
#global_header_logo{
	position:absolute;
	left:0;
	top:5px;
}
	
#global_header_title{
	width:237px;
	position:absolute;
	left:95px;
	top:25px;
	line-height:1;
	font-weight:bold;
	font-size:20px;
	}	
	
#global_header_inn a:link{
	text-decoration:none !important;
	color:#777777 !important;
	font-weight:bold !important;
	}
	
#global_header_inn a:visited{
	text-decoration:none !important;
	color:#777777 !important;
	font-weight:bold !important;
	}
	
	
#global_header_inn a:hover{
	color:#FFF !important;
	}	
	
#global_header_nav{
	width:597px;
	padding:27px 0 0 0;
	color:#777777;
	float:left;
	}	
	
#global_header_nav ul{
	padding:0;
	list-style:none;
	float:right;
	line-height:1 !important;
	}
	
#global_header_nav li{
	float:left;
	margin:0 0 0 40px;
	padding:0;

	font-weight:bold;
	font-size:16px;
	}

/*
for MOBILE
******************************/
@media screen and (max-width: 639px) { 

	#global_header_inn{
		width:100%;
		margin:0 auto;
		height: 50px;
	}

	#logo_title_area{
		width:49px;
		height:auto;
		margin:0 0 0 0;
		padding:5px 0px 0 5px;
		position:relative;
		float:left;
		background:none;
		text-indent: 0;
	}

	#global_header_logo{
		position:relative;
		left:auto;
		top:auto;
	}

	#global_header_title{
		display: none;
	}	

	#global_header_nav{
		width:80%;
		height:50px;
		padding:0;
		color:#777777;
		float:right;
	}

	#global_header_nav ul{
		line-height:50px;
	}

	#global_header_nav li{
		line-height:50px;
		margin:0 5px 0 15px;
	}
}
