/* 【機構サイト】addition.css */
/* 動的機能：フィードバックフォーム */
.block-faq_vote span img.mouselink {
  cursor: pointer
}
.block-faq_vote span img.mouselink:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* 動的機能：サイト内検索表示制御 */
#header-func_search {
  box-sizing: border-box;
  margin-left: 24px;
  line-height: 25px;
  width: 210px;
}
#header-func_search input[type=text] {
  background: #eee;
  box-sizing: border-box;
  border: none;
  border-radius: 3px 0 0 3px;
  font-size: 0.6875rem;
  font-family: inherit;
  padding: 4px 12px 3px;
  vertical-align: top;
  width: 182px;
}
#header-func_search button {
  background: #00471B;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #FFF;
  cursor: pointer;
  height: 25px;
  padding: 2px 0 0;
  text-align: center;
  vertical-align: top;
  width: 28px;
}

/* 動的機能：トップ画面メインビジュアル横検索フォーム */
.search-wrap .tab-contents button {
  background: #045675;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #FFF;
  cursor: pointer;
  height: 30px;
  text-align: center;
  width: 48px;
  vertical-align: top;
}

/* 追加 */
.txtUnderline {
  text-decoration: underline;
}

/* 英語フッター上部余白調整 */
.enFooter{
  margin-top: 20px;
}
