@charset "utf-8";
/*グローバル*/
/*タブここから*/
#top_search{
	clear: both;
	margin: 0px;
	padding: 0px;
}
#top_search_a {
	display: block;
	clear: both;
	margin: 0px auto;
	padding: 10px 0px;
	background: #106724;
}
#top_search_a ul{
	display: table;
	width: 1080px;
	height: auto;
	margin: 0px auto;
	padding:0px;
}
#top_search_b {}
#top_search_a li {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#top_search_a li a{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0.5em;
	color: #fff;
	text-decoration: none;
	border-right: 2px solid rgba(255,255,255,0.2);
}
#top_search_a li:first-child a{
	border-left: 2px solid rgba(255,255,255,0.2);
	text-align: left;
	text-indent: -9999em;
	width: 40px;
	background: url(/img/gnav_icon_home.png) no-repeat center center;
}

#top_search_a li a:hover,#top_search_a li a:focus{
	text-decoration: underline;
}
/* タブここまで */

/* Googleカスタム検索ここから */

/* use*/
#top_search_keyword {
	display: inline-block;
	margin: 0;
	padding:0px;
	width: auto;
}
#cse-search-box {
	margin:0px;
	padding:0px;
}
/* Googleタイトル */
.search_tit{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
/* 検索ボタン */
#submit{
	height: 3rem;
	margin:0px;
	padding:5px 10px;
	vertical-align: top;
	font-size: 1em;
	background: #106724;
	color: #fff;
	border: none;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*検索BOX*/
#tmp_query{
	width:140px;
	border:solid 1px #479352 !important;
	height: 3rem;
	padding:0px 10px;
	margin:0px;
	box-sizing: border-box;
}

.form_margin {
	margin:0px;
	padding:0px;
}
/* Googleカスタム検索ここまで */

/* グローバルナビ ドロップダウンメニューここから  */
#context_category02,#context_category01{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#context_category02 {
	visibility: hidden;
	width: 200px;
	clear: both;
	position: absolute;
	z-index: 100;
	float:none;
	border: solid 2px #0078ce;
	border-left:10px solid #0078ce;
	background-color:#fff;
}
#context_category02 ul{
	margin:0;
	padding:0;
}
#context_category02 li{
	display:block;
	float:none;
	width:100%;
	height:auto;
	text-align:left;
	border-bottom:1px dotted #0078ce;
}
#context_category02 li a{
	text-decoration:none;
	display:block;
	padding:0.5em 0;
	padding-left:0.5em;
	line-height:1.5em;
	font-weight:bold;
}
#context_category02 li.sel_ctg02{
	background-color:#0078ce;
}
#context_category02 li.sel_ctg02 a{
	color:#fff;
}

#context_category01 {
	visibility: hidden;
	width: 400px;
	clear: both;
	float:none;
	position: absolute;
	z-index: 100;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #0078ce;
	text-align:left;
}
#context_category01 ul{
	float:none;
	padding:10px;
	margin:0;
}
#context_category01 li{
	display:inline;
	float:none;
	width:auto;
	height:auto;
	text-align:left;
	line-height:1.5em;
	margin-bottom:0.5em;
	margin-right:1em;
	padding-right:1em;
	border-right:1px solid #a9b4c5;
}
#context_category02_news{
	clear: both;
	float:none;
	width:auto;
	z-index: 100;
}
#context_category02_news p{
	margin:0;
	padding:0.2em;
	line-height:1.2em;
	background:#d8ecfc;
	font-weight:bold;
	font-size:1.2em;
}
#context_category02_news ul{
	margin-left:6px;
}
#context_category02_news li {
	display:list-item;
	float:none;
	border:none;
	margin:0;
	line-height:1.5em;
	list-style:none outside url("/img/icon_migi3.gif")
}
/* ドロップダウンメニューここまで  */