@charset "shift-jis";



/* シソーラスブラウザ
------------------------------------------------------------ */

/* ヘッダー下層ナビ シソーラス参照〜所属機関名参照 */
#th_header_navi{
	margin: 0px;
	height: 50px;
	background:url("../img/bg/bg_head_thesaurus.gif") left repeat-x;
}
#th_header_navi ul#th_kirikae{
	margin: 0px;
	padding: 0px 0px 0px 279px;
}
#th_header_navi ul#th_kirikae li{
	float:left;
}

/* シソーラス参照　検索〜階層表示　切替タブ */
#th_header_navi_sub{
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 32px;
}
#th_header_navi_sub_wrap{
	margin: 0px;
	padding: 0px;
	background:url("../img/bg/bg_head_thesaurus_sub.gif") left repeat-x;
}
#th_header_navi_sub_wrap ul#th_search_or_tree{
	margin: 0px;
	padding: 0px 0px 0px 39px;
}
#th_header_navi_sub_wrap ul#th_search_or_tree li{
  float:left;
}

#th_header_navi_sub_wrap ul#th_search_or_tree li > a{
  width: 214px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  /*
  filter:alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
 */
}

#th_header_navi_sub_wrap ul#th_search_or_tree li.th_search{
  background:url("../img/head/thesaurus_sub_navi01.gif")
}

#th_header_navi_sub_wrap ul#th_search_or_tree li.th_treeview{
  background:url("../img/head/thesaurus_sub_navi02.gif")
}

#th_header_navi_sub_wrap ul#th_search_or_tree li.th_search.ui-tabs-active{
  background:url("../img/head/thesaurus_sub_navi01_select.gif")
}
#th_header_navi_sub_wrap ul#th_search_or_tree li.th_treeview.ui-tabs-active{
  background:url("../img/head/thesaurus_sub_navi02_select.gif")
}

#th_header_navi_sub_wrap ul#th_search_or_tree li.th_search:hover{
  background:url("../img/head/thesaurus_sub_navi01_hover.gif")
}
#th_header_navi_sub_wrap ul#th_search_or_tree li.th_treeview:hover{
  background:url("../img/head/thesaurus_sub_navi02_hover.gif")
}

#th_header_navi_sub_wrap ul#th_search_or_tree li.th_search.ui-tabs-active:hover{
  background:url("../img/head/thesaurus_sub_navi01_select.gif")
}
#th_header_navi_sub_wrap ul#th_search_or_tree li.th_treeview.ui-tabs-active:hover{
  background:url("../img/head/thesaurus_sub_navi02_select.gif")
}


/* タブとの間隔調整のため、コメントとフォーム等の位置変更 */
#th_search .headComment,
#th_treeview .headComment {
	padding:36px 0px 10px 28px;
}
#th_search form#search {
	margin-left: 14px;
	padding: 0;
}
#th_treeview div#th_tree {
	margin-left: 36px;
	padding: 0;
}
#th_search form#search div.refer{
	margin: 0px;
}

#th_search form#search ul#bubunorkanzen{
	margin: 2px 0px 0px 8px;
}
#th_search form#search ul#bubunorkanzen li{
	margin-left: 6px;
}

/* 「前の画面に戻る」の間隔調整 */
#th_search .submitpref {
	margin-top: 12px;
	padding:0px 0px 0px 12px;
}
#th_details .submitpref {
	margin-top: 12px;
	padding:0px 0px 0px 12px;
}
#th_treeview .submitpref {
	margin-top: 20px;
	padding:0px 0px 0px 24px;
}


/* 詳細画面 */
div#th_details {
	margin: 18px 0px 0px 27px;
	padding: 0px;
}


div.referResult h2.th{
	/* 統制語 */
	font-size:140%;
	padding-right:10px;
}
div.referResult h2.mesh{
	/* MeSH用語 */
	font-size:120%;
	padding-right:10px;
}
div.referResult td.submitrefer{
	/* 統制語等から医中誌WebまたはPubmedを検索 */
	padding-left:30px;
}
div#referResultDetail h3,
div#referResultRecommnedWord h3{
	/* ブロック内の副標目、上位語・下位語の見出しは、切替タブと重複するため非表示に */
	display:none;
}

div#referResultMain {
	/* 上部「戻る」ボタンとの隙間を詰めるため上書き */
	margin-top: 6px;
}
div#referResultDetail,
div#referResultRecommnedWord {
	/* 切替タブとの空きをなくすため上書き */
	margin-top: 0px;
	border-top: none;
}
div#referResultRecommnedWord {
	/* 上位語・下位語は最初は非表示 */
	display: none;
}
div#th_details ul.tabrow {
	margin: 16px 0 0 0;
	padding: 0;
	line-height: 28px;
}
div#th_details ul.tabrow li {
	margin: 0;
	padding: 0 20px;
	border: 1px solid #999999;
	background: #ECECEC;
	display: inline-block;
}
div#th_details ul.tabrow li.ui-tabs-active {
	background: #FFFFFF;
	color: #663300;
	font-weight: bold;
	font-size: 115%;
}
div#th_details ul.tabrow {
	position: relative;
}
div#th_details ul.tabrow:after {
	position: absolute;
	content: "";
	width: 680px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #999999;
	z-index: 1;
}
div#th_details ul.tabrow:before {
	z-index: 1;
}
div#th_details ul.tabrow li {
  position: relative;
	z-index: 0;
}
div#th_details ul.tabrow li a{
  text-decoration:none;
}
div#th_details ul.tabrow li.ui-tabs-active {
	z-index: 2;
	border-bottom-color: #FFF;
}

div#th_details{
	margin-bottom: 25px;
}

div#th_details table.referDetail {
  width: 100%;
}
div#th_details table.referDetail th,
div#th_details table.referDetail td{
	border-bottom:1px dotted #000000;
}
div#th_details table.referDetail th{
	padding: 2px;
	vertical-align: middle;
	white-space: nowrap;
	color: #663300;
	font-weight: bold;
        width: 20%;
}
div#th_details table.referDetail td{
	padding:2px 2px 2px 6px;
	vertical-align: middle;
        width: 80%;
}
div#th_details table.referDetail p#th_synonym_sw a.on{
	/* その他の同義語 on */
	background:url("../img/icon/condition_on.gif") center left no-repeat;
	padding-left:15px;
	margin-left:2px;
}
div#th_details table.referDetail p#th_synonym_sw a.off{
	/* その他の同義語 off */
	background:url("../img/icon/condition_off.gif") center left no-repeat;
	padding-left:15px;
	margin-left:2px;
}

div#th_details div#th_treeview ul#tv{
	margin: 10px 0px 0px 20px;
}


