/* カスタマイズ用css */
#search .select-option .option-year {
    width: 7em;
}

#thrsList {
	padding-left: 10px;
}
#thrsList li {
	display: inline-block;
}
table.current-search-key th {
	font-weight: normal;
}
.thrsSrch {
	white-space: nowrap;
	padding-right: 10px;
}
.thrsKywd {
	background-color: #E8F3FD;
}

/*20210615 tsubouchi add subheader部分カスタマイズ対応*/
/*
.btn{
	border: 0px solid transparent;
}
*/

#header #logo img {
	width:311px;
	min-width:311px;
	height:60px
}
#header-help-nav {
	margin: 12px 0;
	padding: 0;
}

/*20210616 tsubouchi add footer部分カスタマイズ対応*/
.fnav-line {
	border-left: 0px;
}

/*20210616 tsubouchi add ロゴ部分背景色,ヘルプ・入力補助・English文字色*/
#header {
	background: linear-gradient(to bottom, #03a31b 12px, #01450f 78.5px);
	border-top: solid 0px #00bf61;/*もともと6px, 背景色付けたのでいったん0pxにして非表示。*/
}
#header a:link {
    color: #fff;
}
#header a {
    color: #fff;
}
#header a:hover {
  color: #000;
}
#header a:active {
  color: #000;
}
