@charset "utf-8";
	/*------------------------------------------------
		header
	------------------------------------------------*/
	#h_move{
		font-size: 0;
		text-indent: -9999px;
	}
	#h_ttl{
		width:40%;
		background-color:#fff;
	}
	#h_ttl_link{
		display:block;
		text-decoration:none;
	}
	#h_ttl_txt{
		color:#929292;
		display: block;
		line-height: 1;
	}
	#h_right{
		margin-top: 9px;
		margin-bottom: 9px;
		text-align:center;
	}
	#h_r_bottom_box{
		margin-top:8px;
	}
		/*------------------------------------------------
			gnav
		------------------------------------------------*/
		#gnav{
			border-top:1px solid #508094;
		}
@media print, screen and (min-width: 960px){
	/*----------------------------------------------------
		base
	----------------------------------------------------*/
	body{
	}
		#header{
		}
		#h_ttl_container{
			margin-top:2px;
			color:#594d3b;
			text-align:center;
		}
		#h_ttl_wrapper{
			padding:12px;
		}
		#h_tool{
			padding: 20px 20px 4px 0px;
		}
		#sp_nav{
			display:none;
		}
		/*------------------------------------------------
			header
		------------------------------------------------*/
		#h_ttl_txt{
			color:#929292;
		}
		#h_ttl_r{
			float:right;
			text-align: right;
			width:40%;
		}
		#h_ttl_r_wrapper{
			margin: 44px 36px 44px 0px;
		}
		#h_ttl_l{
			float:right;
			width:60%;
		}
		#h_ttl_l_wrapper{
			margin:20px 0px 12px 36px;
		}
		#h_ttl_txt{
			position: relative;
			left: 100px;
			top: -4px;
		}
			/*------------------------------------------------
				search_box
			------------------------------------------------*/
			#s_text{
				width:367px;
			}
}