@charset "utf-8";
@media print, screen and (max-width: 959px){
	/*----------------------------------------------------
		base
	----------------------------------------------------*/
	body{
 		font-size: 100%;
	}
	.container{
		margin:0px 16px;
	}
		/*------------------------------------------------
			header
		------------------------------------------------*/
		#header{
			margin-bottom:16px;
		}
		#h_wrapper{
			padding-bottom:12px;
		}
		#h_top{
			position:relative;
		}
		#h_ttl{
			box-sizing: border-box;
			padding: 12px;
			text-align:center;
		}
		#h_ttl_r{
			padding-bottom: 8px;
		}
		#h_ttl_txt{
			font-size:90%;
		}
		#h_tool{
			width: 58%;
			margin-left:2%;
			text-align: right;
			position:absolute;
			right:0px;
			bottom:0px;
		}
		.h_tool_item{
			margin-top:8px;
		}
		#gnav{
			display:none;
		}
			/*-------------------------------------------
				top_box
			-------------------------------------------*/
			.top_box{
				background: url("../../image/original/h_g_nav_bg.png") repeat left top;
				padding: 8px 0px;
			}
			/*-------------------------------------------
				sp_menu_box
			-------------------------------------------*/
			#sp_menu_box{
			    margin-top:12px;
				box-sizing: border-box;
				border:1px solid #fff;
				text-align:center;
				height: 48px;
				line-height: 48px;
			}
			#nav_open_mark{
				text-align:center;
				text-decoration:none;
				color:#fff;
				display: block;
			}
			#nav_open_mark:before{
	 			font-family: "fontello";
				content: '\e808';
				text-decoration:none;
				width: 40px;
				height: 36px;
				line-height: 36px;
				display: inline-block;
				text-decoration: none;
				color:#fff;
			}
			/*-------------------------------------------
				translate_box
			-------------------------------------------*/
			#translate_box{
				box-sizing: border-box;
			}
			/*-------------------------------------------
				change_box
			-------------------------------------------*/
			#change_box{
				display:none;
  			}
			#h_c_btn{
				padding:0px 56px 0px 16px;
			}
			#h_c_btn:after{
				position: absolute;
				right: 0px;
			}
			/*-------------------------------------------
				search
			-------------------------------------------*/
			.search_box{
			    width: 100%;
			}
			#s_text{
  				width: 256px;
  			}
  			.s_ele{
  				width:85%;
  			}
  			.s_btn{
  				width:15%;
  			}
	#scrollUp{
		display:none;
	}
}