@charset "utf-8";
#top_search.acc_close{
	display: none;
}
#top_search {
	position: static;
	float:none;
	padding-bottom: 5px;
	width: 100%;
	min-width:320px;
	height:auto;
	background:none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

#top_search_a, #top_search_b {
	position: static;
	text-align:center;
	float:none;
	width: 100%;
	height:auto;
	margin:0px;
	padding:0px;
	/*! background:#ffffff; */
}

#top_search_a ul, #top_search_b ul{
	position: static;
	display: block;
	float: none;
	padding: 0px;
	margin: 0px auto;
	height:auto;
	width: auto;
	background: none;
}

#top_search_a li, #top_search_b li {
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	border-top: 1px solid #ccc;
}
#top_search_a li#gnav00{
	display: none;
}

#top_search_a li a, #top_search_b li a {
	display: block;
	float: none;
	min-height:1em;
	width: auto !important;
	height: auto;
	margin: 0px;
	padding: 12px;
	overflow: visible;
	vertical-align: middle;
	text-align: left;
	text-indent: 0;
	font-size: 1.6rem;
	font-weight: bold;
	white-space: normal;
	text-decoration:none;
	/*! color: #333; */
	background: url(/img/sp/arrow_r_white.png) no-repeat right 10px center;
	background-size: 9px 14px !important;
}
/*#top_search_a li:nth-child(even) a, #top_search_b li:nth-child(even) a{
	border-right: 1px solid rgba(255,255,255,0.5);
}
*/
/*#top_search_a li:nth-child(odd) a, #top_search_b li:nth-child(odd) a{
	border-left: 1px solid rgba(0,0,0,0.5);
}
*/
#top_search_a li a:hover{
	float: none;
	width: auto;
	background: none;
}


#search_keyword{
	float: none;
	width: auto;
	height: auto;
	padding: 12px;
	background: #F0EEEF;
}
#search_keyword .search_filetype{
	width: auto;
	background: none;
}

#top_search_keyword {
	display:block;
	position: static;
	clear: both;
	float: none;
	width: auto;
	height:auto;
	margin:0px auto;
	padding:3px 0px;
	text-align: center;
}
#top_search_keyword a{
	display: none;
}
#cse-search-box {
	width:auto;
	text-align:left;
	display:block;
	background: none transparent;
	/* display: flex; */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* flex-wrap: wrap; */
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}
#cse-search-box .select_sub input[type="radio"], #cse-search-box .select_sub input[type="radio"]+label{
	display: none;
}

#cse-search-box label[for="tmp_query"]{
	display: none;
}


#search_box_input_select{
	display: none;
}
#search_box_inputarea_wrap{
	background: none;
	float: none;
}
#search_box_inputarea{
	border: none;
}
#search_box_input_text{
	background: none;
}

#tmp_query{
	width: -webkit-calc(100vw - 70px);
	width: calc(100vw - 70px);
	height: 40px;
}
#submit{
	width: 70px;
	height: 40px;
	margin: 0px;
	position:static;
}

#he_right_a{
	margin:0px;
	background:no-repeat;
}