@charset "utf-8";
/*グローバル*/
/*タブここから*/
ul#top_search{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
ul#top_search > li{
	margin-top:25px;
	padding: 0 10px;
	height: auto;
	line-height: 50px;
}
ul#top_search > li:hover > a{
	text-decoration: underline;
}

ul#top_search li a{
	text-decoration: none;
	color: currentColor;
	font-weight: bold;
}
ul#top_search li a:hover{
	text-decoration: underline;
}


#context_category02,
#context_category01 {
	display: none;
}

/* 検索 */
#header_search_wrap {
	clear: both;
	background: #EDEEDB;
}
#header_search {
	display: table;
	width: 1080px;
	height: auto;
	margin: 0px auto;
	padding: 10px 0px;
}
#header_search > div {
	display: table-cell;
	vertical-align: middle;
}

/* Googleカスタム検索 */
#tmp_query {
	width: 300px;
	height: 35px;
	padding: 0px !important;
	margin: 0px;
	border: none !important;
}
#tmp_query:focus {
	background-image: none !important;
}
#submit {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	margin-right: 10px;
	padding: 10px;
	line-height: 1.5rem;
	color: #FFF;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #6666CC;
	border: none;
	-webkit-transition: background-color 0.15s ease-in-out,color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,color 0.15s ease-in-out;
	cursor: pointer;
}
#submit:hover {
	background: #eee;
}

/* 絞り込み検索 */
#cse_filetype {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}

/* 検索リンク */
#header_search_link {
	width: 480px;
}
#header_search_link ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_search_link ul li {
	display: table-cell;
	vertical-align: middle;
}
#header_search_link ul li a {
	display: block;
	width: auto;
	height: auto;
	margin-left: 10px;
	padding: 10px 0px;
	line-height: 1.5rem;
	color: #FFF;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #6666CC;
	border-radius: 6px;
	-webkit-transition: background-color 0.15s ease-in-out,color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,color 0.15s ease-in-out;
}
#header_search_link li a:hover, #header_search_link li a:active{
	background: #ffc959;
	color: #333333;
}



.top_subnav {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% - 10px);
	width: 100%;
	margin: 0;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	border-bottom: 1px solid #dbdbdb;
/* 	border-top: 1px solid #dbdbdb; */
	z-index: 100;
}


ul#top_search > li:hover .top_subnav,
.top_subnav.open{
	display: block;
}


.top_subnav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 960px;
}


.top_subnav ul li a,.top_subnav ul li a img,.top_subnav ul li a span {
	display: block;
	width: 136px;
}

#top_search .top_subnav ul li {
	margin: 0 10px 10px;
	text-align: center;
	line-height: 1.6em;
}

.accGrayscale ul#top_search{
	display: block;
}
.accGrayscale ul#top_search li{
	display: inline-block;
}