@charset "utf-8";
/* CSS Document */
/**********************************************************************/
/*  ポップアップ画面のスタイル         　     　　　　　　　　　　　　*/
/*                                 　　　　　　　　　　　　　　     　*/
/*   Created    : 2012-07-20　                   　    　       */
/*   Update     :             　　　　　　　　　　     　       */
/*                                                         　　     　*/
/**********************************************************************/

/**********************************************************/
/*  共通タグスタイル　　　　　　　　　　　                */
/**********************************************************/

html, body, div, span, h1, h2, h3, ul, li, p, label{
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: Meiryo, "メイリオ", Verdana,Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size:12px;
  font-style:normal;
  text-decoration:none;
}

h1 {
  font-size: 14px;
  margin:0px;
}

ul{
  list-style: none;
}

input,select {
  font-family: Meiryo, "メイリオ", Verdana,Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size:12px;
}

td {
  border-collapse:collapse;
}

img {
  vertical-align:middle;
  border:none;
}

/* リンク色　基本設定 */
a , a:visited {
  color:#2e70b9;
  text-decoration:none;
}

a:hover , a:active {
  color:#4da6f1;
  text-decoration:underline;
}

/**********************************************************/
/*  共通クラス　　　　　　　　　　　　　　                */
/**********************************************************/
/*　右寄せ */
.right{
  text-align:right;
}

/*　中央寄せ */
.center{
  text-align:center;
}

/*　フォントサイズ */
.t12 {
  font-size:12px
}

/*　画像ボタン型リンク */
a.btn {
  display:inline-block;
  text-decoration:none;
  outline:none;
  text-align:center;
  vertical-align:top;
  color:#000;
  font-weight:normal;
  font-family: Meiryo, "メイリオ", Verdana,Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size:12px;
  background:transparent no-repeat left top;
}
a.btnGo {
  width:80px;
  height:24px;
  line-height:22px;
  text-indent:8px;
  letter-spacing:0.1em;
  background-image: url(../img/btn.png);
  margin-right:5px;
  margin:2px 38px 0 15px;
}
a.btnBreak {
  width:80px;
  height:24px;
  line-height:22px;
  text-indent:8px;
  letter-spacing:0.1em;
  background-image: url(../img/btn.png);
  margin-right:5px;
  margin:2px 38px 0 15px;
}

a#btnJournal {
    width: 142px;
    height: 28px;
    background-image: url(../img/btn_journal.png);
    margin-left: auto;
    margin-right: auto;
}

a.btn_trash {
    width: 140px;
    height: 24px;
  line-height: 22px;
  text-indent: 8px;
  letter-spacing: 0.1em;
  background-image: url("../img/btn_trash01.png");
}

#btnAnswerSetting {
    width: 112px;
    height: 28px;
    background-image: url(../img/btn_answerSetting.png);
    margin: 8px 0 0 0;
}

a.btnJournalEntry {
    width: 112px;
    height: 28px;
    background-image: url(../img/btn_journalEntry.png)!important;
}
/*　画像ボタン型リンク */
a.imgBtn {
  display:inline-block;
  text-decoration:none;
  outline:none;
  text-align:center;
  vertical-align:top;
  color:#000;
  font-weight:normal;
  font-family: Meiryo, "メイリオ", Verdana,Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size:1px;
  line-height: 0;
  text-indent:-9999px;
  *text-indent: 0; /* for IE7 */
  background:transparent no-repeat left top;
}

/* 画像ボタン型リンク　マウスオーバー　*/
a:hover {
  background-position: left bottom;
}

/* 画像ボタン型リンク　ディセイブル　*/
a.disabled {
  background-position: right top;
  color:#a6a6a6;
  cursor: default;
}

/* Myフォルダ　行追加、式確認ボタン　*/
#addRow,
#checkFormula{
    width:100px;
    height:24px;
    line-height:22px;
    background-image: url(../img/btn_assist01.png);
}

/* Myフォルダ　新規登録ボタン　*/
#btnNewRegistEntry{
    width:112px;
    height:28px;
    background-image: url(../img/btn_newRegistration.png);
}

/* Myフォルダ　登録ボタン　*/
#btnThemeEntry{
    width:100px;
    height:28px;
    background-image: url(../img/btn_themeEntry.png);
}

/* Myフォルダ　実行ボタン　*/
#btnFormulaDo{
    width:100px;
    height:28px;
    background-image: url(../img/btn_btnFormulaDo.png);
}

/* Myフォルダ　削除ボタン　*/
#btnTrash {
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-indent: 8px;
    letter-spacing: 0.1em;
    background-image: url(../img/btn_trash.png);
}
ul li .btn {
  *margin-top: -13px;
  *margin-left: 0px;
}

/**********************************************************/
/*  共通部品のスタイル  　　　　　　　　　　              */
/**********************************************************/

/* 仕切り線 */
.line {
  display:block;
  margin:0 auto 5px auto;
  clear:both;
  width:713px;
  height:1px;
  line-height:1px;
  border-top:dotted 1px #666;
}

/* プレイスホルダ　文字色設定 */
.placeholder {
    color: #a6a6a6;
}

/* ツールチップ */
.balloon{
  background:#fff;
  color:#333;
  padding:6px 10px;
  position:absolute;
  display:none;
  width:220px;
  border:solid 1px #999;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  -moz-box-shadow: 0px 2px 5px #999;
  -webkit-box-shadow: 0px 2px 5px #999;
  box-shadow: 0px 2px 5px #999;
  /*Inner elements should not cover inner shadows*/
  /*Chrome renders inset shadows incorrectly with border-radius*/
  /*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
}

/**********************************************************/
/*  レイアウト及び領域の共通スタイル 　　　               */
/**********************************************************/

html, body {
  height: 100%;
}

body{
  display:block;
  font-family: Meiryo, "メイリオ", Verdana,Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  color: #000;
  padding:0px;
  width:785px;
  margin-left:auto;
  margin-right:auto;
  background-color:#efefef;
}

#container {
  display:block;
  width:785px;
  height: auto !important;
  height:100%;
  min-height: 100%;
  margin: 0 auto;
  position:relative;
  top:0px;
  left:0px;
  background-image: url(../img/popup_back_panel.png);
  background-repeat:repeat-y;
  background-position: center;
}

body > #container {
        height: auto;
}

#contents {
  margin: 0;
  padding-bottom: 64px;
  border: 0;
}


/* ------------------------------------------------------------------
　　　　　　　　　　　　　　　ページ　ヘッダー
------------------------------------------------------------------ */
/* ヘッダーエリア(Div) */
#header {
  width:100%;
  height:15px;
  line-height:34px;
  background-color:#efefef;
}

/* 閉じるボタン(ページ情報エリア)　*/
a.btnClose {
  float:right;
  width:80px;
  height:24px;
  line-height:22px;
  text-indent:8px;
  letter-spacing:0.1em;
  background-image: url(../img/btn_close.png);
  margin:2px 38px 0 15px;
}
/* 閉じるボタン(白背景)　*/
a.btnClose2 {
  float:right;
  width:80px;
  height:24px;
  line-height:22px;
  text-indent:8px;
  letter-spacing:0.1em;
  background-image: url(../img/btn_close2.png);
  margin-right:5px;
  margin:2px 38px 0 15px;
}

/* 画面印刷ボタン(ページ情報エリア)　*/
a.btnPrint {
  float:right;
  width:80px;
  height:24px;
  line-height:22px;
  text-indent:8px;
  background-image: url(../img/btn_print.png);
  margin-right:5px;
  margin:2px 0px 0 15px;
}
/* 画面印刷ボタン(白背景)　*/
a.btnPrint2 {
  float:right;
  width:80px;
  height:24px;
  line-height:22px;
  text-indent:8px;
  background-image: url(../img/btn_print2.png);
  margin-right:5px;
  margin:2px 0px 0 15px;
}


/* ------------------------------------------------------------------
　　　　　　　　　　　　　ページ情報エリア
------------------------------------------------------------------ */
#pageHead{
  width: 785px;
  height:34px;
  background-image: url(../img/popup_h1back.png);
  background-repeat:no-repeat;
  background-position: center top;
  padding-top:9px;
  position:relative;
}

#pageHead h1{
  line-height:28px;
  width:522px;
  color:#FFF;
  text-indent:38px;
  float:left;
  background-image: url(../img/pointer_h1.png);
  background-repeat: no-repeat;
  background-position: 16px 7px;
}

#pageHead .textLink a{
  display:inline-block;
  float:right;
  width:110px;
  height:24px;
  background-image: url(../img/pointer2.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent:13px;
  color:#FFF;
  line-height:27px;
  margin-right:10px;
  letter-spacing:0.1em;
}

/* ------------------------------------------------------------------
　　　　　　　　　　　メインエリア  表エリア
------------------------------------------------------------------ */

/*　　メインエリア設定　　*/
#mainArea {
  width:719px;
  margin:0 auto;
  text-decoration:none;
  padding-bottom:2px;
}

#mainArea input,#mainArea select{
    margin-right:10px;

}

/*　　メインエリア　テーブルタイトル設定　　*/
h2 {
  font-size:16px;
  font-weight:normal;
  text-indent:12px;
  line-height:19px;
  height:18px;
  width:713px;
  margin:13px auto 12px 5px;
  border-left:solid 3px #ff9f00;
  display:block;
/*  float:left;*/
}

/*　検索結果コメント　　*/
#mainArea .result{
  display:block;
  width:713px;
/*  float:left;*/
  height:18px;
  line-height:18px;
  margin:0 0 10px 0;
}

/*　検索ワード　　*/
#mainArea .word{
  font-size:16px;
  font-weight:bold;
  color:#F60;
  margin:0 3px;
}

/*　検索結果件数　　*/
#mainArea .number{
  font-size:16px;
  font-weight:bold;
  color:#000;
  margin:0 3px;
}

/*　シソーラス検索画面等でのメッセージ領域　　*/
#mainArea .message{
  display:block;
  float:left;
  line-height:18px;
  margin:0 5px 13px;
  padding-left:0px;
  width:700px;
  word-break: break-all;
/*  border-left:solid 2px #5185ba;*/
}

/*　シソーラス検索エリア設定　　*/
#mainArea .jstSearch{
  display:block;
  width:713px;
  float:left;
  height:36px;
  line-height:36px;
  margin:0 3px 15px;
  padding-left:32px;
  clear:both;
  background-image: url(../img/popup_searcharea.png);
  background-repeat: no-repeat;
  background-position: left top;
  position:relative;
  top:0px;
  left:0px;
}

#mainArea .jstSearch input{
  position:absolute;
  top:6px;
  left:32px;
  display:block;
  width:250px;
  height:18px;
}

#mainArea .jstSearch select{
  position:absolute;
  top:7px;
  left:294px;
  height:22px;
  display:block;
}


/*　シソーラス検索エリア設定　　*/
#mainArea .searchSetting{
  display:block;
  width:713px;
  float:left;
  height:36px;
  line-height:36px;
  margin:0 3px 15px;
  vertical-align:middle;
  clear:both;
  background-image: url(../img/popup_searcharea.png);
  background-repeat: no-repeat;
  background-position: left top;
  position:relative;
  top:0px;
  left:0px;
}

#mainArea .searchSetting input{
  position:absolute;
  top:6px;
  left:8px;
  display:block;
  width:500px;
  height:18px;
}

#mainArea .searchSetting ul , #mainArea .jstSearch ul{
  display:block;
  float:left;
  margin-top:7px;
  padding:0;
}

#mainArea .searchSetting li , #mainArea .jstSearch ul{
  float:left;
  list-style:none;
}

/*  　表エリア　見出し  　*/

/*  縦長ヘッダ　*/
#mainArea .header {
  background-image: url(../img/popup_chart_header.png);
  background-repeat: no-repeat;
  background-position: left top;
  height:50px;
  width:719px;
  display:block;
  float:left;
}

/*  通常ヘッダ　*/
#mainArea .headerNormal {
  background-image: url(../img/chart_header.png);
  background-repeat: no-repeat;
  background-position: left top;
  height:27px;
  width:719px;
  display:block;
  float:left;
}


/*  縦長ヘッダ内　色文字設定　*/
#mainArea .headerNormal .alert{
  color:#FC0;
  font-weight:bold;
}

/*  縦長ヘッダ内　テーブル設定　*/
#mainArea .header table , #mainArea .headerNormal table {
  line-height:27px;
  margin:1px auto 0 auto;
  width:713px;
}

#mainArea .header th {
  font-size:14px;
  font-weight:normal;
  color:#FFF;
  text-align:center;
  letter-spacing:0.1em;
  background-image:none;
  height:24px;
  padding:0 5px 0 5px;
  border-left:solid 1px #c9c9c9;
  line-height:24px;
}

#mainArea .headerNormal th {
  font-size:14px;
  font-weight:normal;
  color:#FFF;
  text-align:center;
  letter-spacing:0.1em;
  background-image:none;
  height:27px;
  padding:0 5px 0 5px;
  border-left:solid 1px #c9c9c9;
  line-height:27px;
}

/*　　メインエリア　テーブル設定基本設定　　*/
#mainArea table{
  width:712px;
  margin:0 3px 0 4px;
  text-decoration:none;
  border-collapse:collapse
}


/* ---------- .dataTable　は検索条件簡易入力項目のテーブル設定 ---------- */
#mainArea .dataTable {
  display:block;
  clear:both;
}

#mainArea .dataTable td , #mainArea .dataTable th{
  border: 1px solid #FFF;
  line-height:22px;
  padding:4px 5px 4px 10px;
}

#mainArea .dataTable th{
  background-color:#e0edf6;
  font-weight:bold;
  color:#103060;
  text-align:left;
  width:110px;
}

#mainArea .dataTable td{
  background-color:#f2f2f2;
  font-weight:normal;
  color:#000;
  text-align:left;
  vertical-align:middle;
}

#mainArea .dataTable td label{
  width:25%;
  display:block;
  float:left;
}
 #mainArea .dataTable td .line2{
  width: 50%;
  display:block;
  float:left;
}
#mainArea .dataTable td .line3{
  width:33%;
  display:block;
  float:left;
}

#mainArea .dataTable td div{
  display:block;
  min-width:500px;
  margin:0 0 12px 20px;
  float:left;
  clear:both;
}

#mainArea .radioLable {
  margin: 1px 1px 1px 1px !important;
}
#mainArea .radioLable label{
  width:25%;
  float:none !important;
  display:inline !important;
}

#mainArea .dataTable td div label{
  width:120px;
  display:block;
  float:left;
}

#mainArea .dataTable td .setFreeWidth{
  width:auto;
  display:block;
  float:left;
  margin-right:5px;
}

/* ---------- .sdiTable　は検索条件簡易入力項目のテーブル設定 ---------- */
#mainArea .sdiTable {
  display:block;
  clear:both;
}

#mainArea .sdiTable td , #mainArea .sdiTable th{
  border: 1px solid #dcdcdc;
  line-height:22px;
  padding:4px 5px 4px 10px;
}

#mainArea .sdiTable th{
  background-color:#696969;
  font-weight:bold;
  color:#FFF;
  text-align:left;
  width:110px;
}

#mainArea .sdiTable td{
  background-color:#f2f2f2;
  font-weight:normal;
  color:#000;
  text-align:left;
  vertical-align:middle;
}

#mainArea .sdiTable td label{
  width:25%;
  display:block;
  float:left;
}
 #mainArea .sdiTable td .line2{
  width: 50%;
  display:block;
  float:left;
}
#mainArea .sdiTable td .line3{
  width:33%;
  display:block;
  float:left;
}

#mainArea .sdiTable td div{
  display:block;
  min-width:500px;
  margin:0 0 12px 20px;
  float:left;
  clear:both;
}

#mainArea .sdiTable td div label{
  width:120px;
  display:block;
  float:left;
}

#mainArea .sdiTable td .setFreeWidth{
  width:auto;
  display:block;
  float:left;
  margin-right:5px;
}

/* ---------- .sourceTable　ポップアップ画面　回答結果表示エリア設定 ---------- */

#mainArea .sourceTable {
  margin-left:0px;
  display:block;
  clear:both;
  line-height:20px;
}

/*抄録改行異常対応*/
#mainArea .sourceTable .answerInformation{
  word-wrap:break-word;
  overflow-wrap:break-word;
}

#mainArea .sourceTable strong{
  clear: both;
  min-width:85px;
  display:inline-block;
  margin:0 5px 1px 0;
  background-color:#e0edf6;
  color:#103060;
  line-height:16px;
  vertical-align:middle;
  padding:3px 2px 3px 4px;
}

#mainArea .sourceTable .answerTitle{
  display:block;
  position: relative;
  clear:both;
  background-color:#608ab2;
  font-weight:bold;
  color:#FFF;
  text-align:left;
  width:719px;
  line-height:25px;
  margin-bottom:1px;
}

#mainArea .sourceTable .answerTitle input{
  margin:0 5px 3px;
}

#mainArea .sourceTable input{
  margin:5px 0 0 0;
}

#mainArea .ex{
  margin:5px 5px 0;
  background-image: url(../img/pointer.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent:15px;
}

/*IPC分類付与対応*/
#mainArea .sourceTable div.titleblock {
  clear: both;
  display: block;
  height: auto;
}

#mainArea .sourceTable div.titleblock strong {
  float: left;
}

#mainArea .sourceTable div.titleblock > div {
  display: inline-block;
  *display: block;
  max-width: 622px;
  width: 622px;
}
#mainArea .sourceTable ul.ipc_list {
  position: relative;
  display: block;
  margin: 0;
  height: 23px;
}
#mainArea .sourceTable ul.ipc_list li {
  max-width: 622px;
  width: 622px;
  margin: 0;
  min-height: 21px;
  line-height: 21px;
}
/*分類コード対応*/
#mainArea .sourceTable ul.jicst_class_cd_list {
  position: relative;
  display: block;
  margin: 0;
  height: 23px;
}
#mainArea .sourceTable ul.jicst_class_cd_list li {
  max-width: 622px;
  width: 622px;
  margin: 0;
  min-height: 21px;
  line-height: 21px;
}

#mainArea .sourceTable strong span.inyou_label{
  min-width:32px;
  display:inline;
  position: absolute;
  left: 85px;
  margin:0 2px 0 0;
  background-color:#608ab2;
  color:#fff;
  border-radius: 2px;
  line-height:16px;
  vertical-align:middle;
  text-align: center;
  padding:1px 2px 1px 2px;
  font-weight: normal;
}
/*引用検索設定　*/
#mainArea .sourceTable div.inyou {
  clear: both;
  display: block;
  height: auto;
}

#mainArea .sourceTable div.inyou strong {
  float: left;
}

#mainArea .sourceTable div.inyou > div {
  display: inline-block;
  *display: block;
  max-width: 622px;
  width: 622px;
}
#mainArea .sourceTable ul.inyou_list {
  position: relative;
  display: block;
  margin: 0;
}
#mainArea .sourceTable ul.inyou_list li {
  max-width: 622px;
  width: 622px;
  margin: 0;
  min-height: 21px;
  line-height: 21px;
}

/*#mainArea .sourceTable ul.inyou_list li a {
  display: block;

}*/

/* もっと見るボタン　*/
a.btnMore {
  width:132px;
  height:22px;
  margin: px 0 5px 4px;
  color: #fff;
  background: #2e619e;
}
/* もっと見るボタン　マウスオーバー　*/
a.btnMore.hover {
  background: #408be5;
}

/* 複写設定 */
#mainArea .answerTitle span.copy{
  position: absolute;
  right: 120px;
  top: 2px;
  width: 72px;
  font-weight:bold;
  line-height: 12px;
  padding: 3px 3px 2px 3px;
  text-align:center;
  color:#fff;
  background-color: #66b3ff;
  border: #d4e7fa 2px solid;
}

#mainArea .answerTitle span.exCopy{
  position: absolute;
  right: 6px;
  top: 2px;
  width: 100px;
  font-weight:bold;
  line-height: 12px;
  padding: 3px 3px 2px 3px;
  text-align:center;
  color:#fff;
  background-color: #66b3ff;
  border: #d4e7fa 2px solid;
}

#mainArea .answerTitle span.jdCopy{
  position: absolute;
  right: 6px;
  top: 2px;
  width: 116px;
  font-weight:bold;
  line-height: 12px;
  padding: 3px 3px 2px 3px;
  text-align:center;
  color:#fff;
  background-color: #66b3ff;
  border: #d4e7fa 2px solid;
}

#mainArea .answerTitle span.link{
  position: absolute;
  right: 6px;
  top: 2px;
  width: 116px;
  font-weight:bold;
  line-height: 12px;
  padding: 3px 3px 2px 3px;
  text-align:center;
  color:#fff;
  border: #d4e7fa 2px solid;
}

#mainArea .answerTitle span.disabled {
  color:#eeeeff;
  background-color: #b3b3cc;
  line-height: 14px;
  border: #eeeeff 1px solid;
}

/* ページの先頭へ */
.goTop {
  display:block;
  width:719px;
  text-align:right;
  margin-bottom:5px;
}

/* ---------- .chartArea　は通常塗りわけテーブル設定 ---------- */

#mainArea .chartArea , #mainArea .chartArea2{
  width:719px;
  height:auto;
  display:block;
  float:left;
  padding-left:0px;
  background-image: url(../img/searchback.png);
  background-repeat: repeat-y;
  background-position: left center;
}

#mainArea .chartArea , #mainArea .chartArea3{
  width:719px;
  height:auto;
  display:block;
  float:left;
  padding-left:0px;
  background-image: url(../img/searchback.png);
  background-repeat: repeat-y;
  background-position: left center;
}

#mainArea .chartArea a,#mainArea .chartArea a:visited{
  color:#2e70b9;
  text-decoration:underline;
}

#mainArea .chartArea a:hover,#mainArea .chartArea a:active{
  color:#3f97f9;
  text-decoration:underline;
}

#mainArea .chartArea a.btn,#mainArea .chartArea a.btn:visited,#mainArea .chartArea a.btn:hover,#mainArea .chartArea a.btn:active{
  color:#000;
  text-decoration:none;
}

#mainArea .chartArea td , #mainArea .chartArea th{
  font-size:12px;
  line-height:22px;
  padding:3px 5px;
  border-right:solid 1px #c9c9c9;
}

#mainArea .chartArea .no{
  text-align:center;
}


/* ------------ 設定用テーブルスタイル ------------ */

#mainArea .chartArea2 .settingTable {
  width:711px;
}

#mainArea .chartArea2 .settingTable tr {
  border-bottom:solid 1px #d3d3d3;
}

#mainArea .chartArea2 .settingTable td {
  line-height:20px;
  border:none;
  padding:5px 5px 5px 10px;
}

#mainArea .chartArea2 .settingTable th {
  text-align:left;
  padding-left:10px;
  border:none;
  white-space:nowrap;
}

/* ------------ 同義語＋英語表記設定用テーブルスタイル ------------ */

#mainArea .chartArea3 .settingTable {
  width:711px;
}

#mainArea .chartArea3 .settingTable tr {
}

#mainArea .chartArea3 .settingTable td {
  line-height:20px;
  border:none;
  padding:5px 5px 5px 10px;
}

#mainArea .chartArea3 .settingTable th {
  text-align:left;
  padding-left:10px;
  border:none;
  white-space:nowrap;
}

/* ------------ 関係しているシソーラス用語 ------------ */
#mainArea .chartArea2 .subHeader {
  text-align:left;
  line-height:30px;
  border-bottom:dotted 1px #666;
  text-indent:15px;
  display:block;
  width:711px;
  margin:0 auto;
  background-color:#fcfcfc;
  background-image: url(../img/pointer_header.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  vertical-align:middle;
}

/* ------------ サブヘディング用語チェックボックスエリア設定 ------------ */
#mainArea .chartArea2 .subHeading label {
  width:180px;
  display:block;
  float:left;
}

/* ------------ 関係しているシソーラス用語(同義語＋英語表記) ------------ */
#mainArea .chartArea3 .subHeader {
  text-align:left;
  line-height:30px;
  border-bottom:dotted 1px #666;
  text-indent:15px;
  display:block;
  width:711px;
  margin:0 auto;
  background-color:#fcfcfc;
  background-image: url(../img/pointer_header.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  vertical-align:middle;
}

/* ------------ サブヘディング用語チェックボックスエリア設定(同義語＋英語表記) ------------ */
#mainArea .chartArea3 .subHeading label {
  width:180px;
  display:block;
  float:left;
}

/*#mainArea td{padding: 0px;}*/
#mainArea .chartArea .odd , #mainArea .chartArea2 .odd{background: #f1f6f9 ;}
#mainArea .chartArea .even , #mainArea .chartArea2 .even{background:#FFF;}
#mainArea .chartArea .odd3 , #mainArea .chartArea3 .odd{background: #f1f6f9 ;}
#mainArea .chartArea .even , #mainArea .chartArea3 .even{background:#FFF;}

#mainArea .chartArea .odd2 , #mainArea .chartArea2 .odd2{background: #f7f7f7 ;}
#mainArea .chartArea .even , #mainArea .chartArea2 .even{background:#FFF;}
#mainArea .chartArea .odd4 , #mainArea .chartArea3 .odd2{background: #f7f7f7 ;}
#mainArea .chartArea .even , #mainArea .chartArea3 .even{background:#FFF;}

#mainArea .chartArea th{
  font-size:12px;
  line-height:18px;
  padding:3px 5px;
  border-left:solid 1px #c9c9c9;
  font-weight:bold;
  color:#FFF;
}


#mainArea ul{
  list-style:none;
  clear:both;
  display:block;
  width:100%;
  height:28px;
  margin:8px 0 2px 0;
}

#mainArea li{
  float:left;
  list-style:none;
  margin-left:6px;
}

/*  ページ送り　領域  */

#mainArea .chartControl {
  display:block;
  float:left;
  width:719px;
  clear:both;
  margin:0;
}

#mainArea .chartControl ul{
  list-style:none;
  display:block;
  float:right;
  width:310px;
  margin:6px 0 4px;
}

#mainArea .chartControl li{
  float:left;
  list-style:none;
  margin-left:6px;
}

#mainArea .chartControl .pageNumber{
  margin:0 8px 0 6px;
}

#mainArea .chartControl li input{
  margin:0 6px;
  height:16px;
  width:60px;
}

/* ------------------- 検索ボタンエリア ------------------- */
#mainArea .btnArea{
  display:block;
  float:left;
  background-image: url(../img/searchback_btnarea.png);
  background-repeat:no-repeat;
  background-position: left top;
  width:719px;
  height:47px;
  line-height:44px;
/*  vertical-align:middle;*/
  position:relative;
  top:0px;
  left:0px;
  padding-bottom:10px;
}

#mainArea .btnArea ul{
  clear:both;
  display:block;
}

#mainArea .btnArea li{
  float:left;
}

#mainArea .btnArea .pointer{
  display:block;
  float:left;
  background-image: url(../img/pointer.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent:13px;
}

#mainArea .btnArea .imgBtn{
  *margin-bottom: 6px; /* for IE7 */
}

/* ------------------- 検索ボタンエリア ボタンをセンター寄せする場合のクラス ------------------- */
#mainArea .btnArea .center{
  display:block;
  width:112px;
  float:none;
  margin:0 auto;
}


/*　表エリア　テーブルの最後がボタンエリアではない場合の影　*/
#mainArea .listBottom {
  background-image: url(../img/list_bottom.png);
  background-repeat: no-repeat;
  background-position: left top;
  height:5px;
  width:719px;
  display:block;
  float:left;
}

/* ------------------- ヒット件数、キーワード等表示エリア ------------------- */
.info {
  display:block;
  float:left;
  width:300px;
  font-size:14px;
  margin:5px 0 10px 280px;

}

.info ul{
  list-style:none;
  clear:both;
  display:block;
}

.info li{
  float:left;
  list-style:none;
}

.info .title{
  display:block;
  padding:3px 10px;
  background-color:#e2e2e2;
  letter-spacing:0.1em;
  font-size:12px;
  font-weight:bold;
}

.info .hit{
  display:block;
  padding:4px 8px;
  font-size:18px;
  font-weight:bold;
  margin-right:25px;
  line-height:18px;
  color:#000;
}


/*  フォームオブジェクト系スタイル設定  */

/*  テキストフィールド  */
#mainArea td .tf {
  height:16px;
}

/*  チェックボックス  */
#mainArea .cb {
  margin:-1px 7px 0 3px;
  vertical-align:middle;
}

/*  ラジオボタン  */
#mainArea .rb{
  margin-left:3px;
  margin-right:-2px;
  margin-top:-2px;
  vertical-align:middle;
}

/*  リスト  */
#mainArea .list{
  height:22px;
  border:solid 1px #c0c0c0;
  vertical-align:top;
  margin:-1px 10px 2px 0;
}

/* 条件セットボタン　*/
a.setFormura{
  width:100px;
  height:24px;
  line-height:22px;
  text-indent:3px;
  background-image: url(../img/btn_assist01.png);
  margin-right:5px;
}

/* 条件セットボタン　*/
a.btnAssist{
  width:100px;
  height:24px;
  line-height:22px;
  text-indent:3px;
  background-image: url(../img/btn_assist01.png);
  margin-right:5px;
}

/* 基本ボタン　*/
a.btnBasic{
  width:112px;
  height:28px;
  line-height:25px;
  text-indent:3px;
  text-align:center;
  color:#FFF;
  background-image: url(../img/btn_basic.png);
  margin-right:5px;
}

/* クリアボタン　*/
a.btnClear {
  width:70px;
  height:24px;
  line-height:22px;
  text-indent:8px;
  letter-spacing:0.1em;
  background-image: url(../img/btn_clear.png);
}

/*　　ボタン　　*/
a.btnM {
  width:50px;
  height:24px;
  line-height:24px;
  letter-spacing:0.1em;
  background-image: url(../img/btn_m.png);
}

/*　　ボタンL　　*/
a.btnL {
  width:120px;
  height:24px;
  line-height:24px;
  background-image: url(../img/btn_l.png);
  margin-top:-1px;
}

/*　　ボタン2L　　*/
a.btn2L {
  width:140px;
  height:24px;
  line-height:24px;
  background-image: url(../img/btn_2l.png);
  margin:2px auto -1px auto;
}

/* ダウンロードボタン　*/
#btnDownload{
  width:112px;
  height:28px;
  background-image: url(../img/btn_download.png);
  margin:8px 6px 0 6px;
}

/* アップロード実行ボタン　*/
#uploadSearchButton {
  width:152px;
  height:28px;
  background-image: url(../img/btn_uploadSearch.png);
  margin-top:8px;
  margin-left:auto;
  margin-right:auto;
}

/* ----------------- ページ送りボタン設定 ----------------- */

/*　　最初に戻るボタン　　*/
a.btnBack {
  width:40px;
  height:22px;
  background-image: url(../img/btn_back.png);
}

/*　　ひとつ前に戻るボタン　　*/
a.btnPre {
  width:40px;
  height:22px;
  background-image: url(../img/btn_pre.png);
}

/*　　次に進むボタン　　*/
a.btnNext {
  width:40px;
  height:22px;
  background-image: url(../img/btn_next.png);
}

/*　　最後に進むボタン　　*/
a.btnLast {
  width:40px;
  height:22px;
  background-image: url(../img/btn_last.png);
}

div.result span .setFormura{
  *margin-left: -5px /* for IE7 */
}

#subHeadding2{
  *width: 100%; /* for IE7 */
}

/* ------------------------------------------------------------------
　　　　　　　　　　　　　　　フッター
------------------------------------------------------------------ */
#footer {
  display:block;
  position: absolute;
  float:left;
  margin: 15px auto 0;
  height: 30px;
  line-height:32px;
  width: 785px;
  background-image: url(../img/popup_footer_back.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size:10px;
  text-align:center;
  color:#FFF;
  bottom: 2px;
}

/* ----------------- リトライエラー画面戻るリンク ----------------- */
div.back {
  font-size:16px;
}

.deisaibleColor {
 color: gray;
}

/* ------------------------------------------------------------------
　　　　　　　ダウンロード画面
------------------------------------------------------------------ */
/* ダウンロードボタン　*/
a.LinkDownload {
  width:148px;
  height:32px;
  line-height:32px;
  background-image: url(../img/btn_link_dl.png);
}
div.message a.LinkDownload {
  margin:2px 0 5px 18px;
}

/* 注意　*/
div.download p.notes{
  margin-top:15px;
  margin-bottom:15px;
}
div.download p.notes span{
  padding-left:1em;
}

#link_dlblock{
  padding:0;
}

/* ------------------------------------------------------------------
　　　　　　　サービス連携エラー画面
------------------------------------------------------------------ */
div.err_message p{
  font-size: 1.1em;
  color: red;
  margin-bottom:15px;
}

/* ------------------------------------------------------------------
　　　　　　　タブ区切りDL用ツールチップ
------------------------------------------------------------------ */
div.tabdl_under_line, div.tabdl_connect_line {
  position:absolute;
  display:none;
  z-index: 3;
}

div.tabdl_balloon{
  background:#fff;
  color:#000;
  padding:4px 10px 4px 4px;
  position:absolute;
  display:none;
  border:solid 3px #13b5b1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 5px #999;
  -webkit-box-shadow: 0px 2px 5px #999;
  box-shadow: 0px 2px 5px #999;
  z-index: 4;
}

.tabdl_balloon p{
  padding: 0;
  margin: 0;
}

.tabdl_balloon p span.aster {
  color: #e60012;
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 2px;
}

.tabdl_balloon a {
  color: #00a0e9;
  text-decoration: underline;
  margin-left: 2px;
}

.tabdl_balloon img {
  margin: 2px 3px 2px 3px;
}

/* ------------------------------------------------------------------
　　　　　　　回答結果表示画面
------------------------------------------------------------------ */
/* JDreamIII複写申込ボタン */
#jdCopyBtn {
  width:140px;
  height:24px;
  background-image: url(../img/btn_jd3copy.png);
  margin:2px auto -1px auto;
  *margin:-13px auto -1px auto;
}

#patentLinkBtn {
  width:140px;
  height:24px;
  background-image: url(../img/btn_jd3copy.png);
  margin:2px auto -1px auto;
  *margin:-13px auto -1px auto;
}

.err{
  color :#f00;
}