@charset "UTF-8";

input.len1   { width:  3.7ex; }
input.len2   { width:  3.7ex; }
input.len3   { width:  4.8ex; }
input.len4   { width:  5.9ex; }
input.len5   { width:  7.0ex; }
input.len6   { width:  8.1ex; }
input.len7   { width:  9.2ex; }
input.len8   { width: 10.3ex; }
input.len9   { width: 11.4ex; }
input.len10  { width: 12.5ex; }
input.len11  { width: 13.6ex; }
input.len12  { width: 14.7ex; }
input.len13  { width: 15.8ex; }
input.len14  { width: 16.9ex; }
input.len15  { width: 18.0ex; }
input.len16  { width: 19.1ex; }
input.len17  { width: 20.2ex; }
input.len18  { width: 21.3ex; }
input.len19  { width: 22.4ex; }
input.len20  { width: 23.5ex; }
input.len30  { width: 34.5ex; }
input.len40  { width: 45.5ex; }
input.len50  { width: 56.5ex; }
input.lenMax { width: 63.0ex; }
td {
  text-align: left;
  font-size: 12px;
}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
ol {margin-left: 30px;}
ol.left45 {margin-left: 45px;}

.red {color: #FF0000;}
.green {color: #59B957;}

/* 入力チェックエラー表示 */
.ierror {
  background-color : #FFE4E1 !important;
  border-width: 2px !important;
  border-color: #EE0000 !important;
  border-style: solid !important;
}

/* 必須項目タイトル */
font.required {
  color : #EE0000;
}

/* 任意項目タイトル */
font.option {
  font-size : 12px;
}

/* 入力説明文字 */
.explanation {
/* 	color : #0000ff; */
  font-size : 12px;
}
/* bodyタグ */
body {
  color : #444548;
  background-color : #f8f8f8;
  font-family: 'メイリオ',Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;
}
/* anchorタグ（link） */
a:link {color : #0000FF;}
/* Anchorタグ（active） */
a:active {color: #EE0000;}
/* Anchorタグ（visited） */
a:visited {color: #0000FF;}

/* メニュー bodyタグ */
body.menu {
  color: #444548;
  background-color : #f8f8f8;
}

.menu .lv3title a:link {
    color: #ffffff;
}

/* メニュー anchorタグ */
.menu a:link {
  color: #444548;
  text-decoration: none;
}
.menu a:visited {
  color: #444548;
  text-decoration: none;
}
.menu a:hover {
  color: #FF6600;
}
/* メニュー tableタグ */
table.menu {
  color: #444548;
  background-color : #f8f8f8;
}
/* メニューLV1 tdタグ */
td.lv1title {
  font-size: 14px;
  color: #FFFFFF;
  background-color : #2965BD;
}
/* メニューLV2 tdタグ */
td.lv2title {
  font-size: 14px;
  color: #2965BD;
  border-style: none none solid solid;
  border-width: 0px 0px 2px 10px;
}
/* メニューLV3 tdタグ */
td.lv3title {
  color: #FFFFFF !important;
  background-color : #2965BD;
}
/* メニューLV4 tdタグ */
td.lv4title {
  color: #2965BD;
  border-style: none none solid solid;
  border-width: 0px 0px 2px 10px;
}
/* テーブルヘッダ */
td.header {
  color: #FFFFFF;
  text-align: center;
  background-color : #2965BD;
  white-space : nowrap;
}
/* 入力項目タイトル */
td.inpTitle {
  vertical-align : top;
/*	white-space : nowrap;*/
  width : 20%;
}
/* 一覧強調 trタグ */
tr.highlight {
  background-color : #6699FF;
}
/* spanタグ */
span.dispNone{
  display : none;
}

table.dispStyle {
  width : 750px;
}

table.puTableWidth {
  width : 500px;
}

table.osTableWidth {
  width : 640px;
}

input.text {
  border-width: 0px;
  background-color: transparent;
}

div.err_area {
  color: #FF0000;
}

div.ok_area {
  color: #005FFF;
}

div.hr {
    border-color: -moz-use-text-color -moz-use-text-color #808080;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin-bottom: 5px;
    margin-top: 5px;
}

table.search {
  margin-left: 0;
  margin-right: auto ;
}

/* 検索強調表示 */
span.highlight {
  color : #EE0000;
  font-weight : bold;
}

/* 特殊文字 下線 */
span.underline {
  text-decoration:underline;
}

/*                      */
/* ReaDデータ確認画面用 */
/*                      */
#ReaD .category-title {
  font-size:larger;
  text-align: left;
  font-weight: bold;
  width: 750px;
  text-decoration: underline;
}

#ReaD .title {
  text-align: left;
  font-weight: bold;
  width: 750px;
  margin-bottom: 0;
}

#ReaD .short-table-container {
  width: 750px;
}

#ReaD .space {
  background-color: #999999;
}

#ReaD .count-header {
  width: 20ex;
}

#ReaD table.count td {
  padding-left: 1em;
}

#ReaD td.count {
  width: 4em;
}

#ReaD td.content {
  padding-left: 1em;
  text-align: left;
}

#ReaD td.header {
  white-space : normal;
}

#message_area {
  margin:1em auto;
  width:70%;
  background-color:#FFFFFF;
  padding:1px;
  border:1px solid #666666;
}

#message_area .message_title {
    background-color: #CEE3F6;
  padding:3px;
  font-weight: bold;
  color:#000000;
    font-size: 100%;
    text-align: left;
}

#message {
  color:#000000;
  padding:1ex;
  overflow: auto;
  height: 10em;
}

#message p {
  margin: 0;
}

#message a {
  text-decoration: underline;
  font-weight: normal;
}
#message a:link {
  color : #0000FF;
}
#message a:active {
  color: #FF0000;
}
#message a:visited {
  color: #0000FF;
}

table td.name_bottun_blank{
  background: #cee0ff;
  color: #eeeeee;
  width: 30px;
  height: 30px;
}

table td.name_bottun_back{
  width: 30px;
  height: 30px;
}

div.name_button_base {
  position:relative;
  width:30px !important;
  height:30px !important;
  background: #6699FF;
}

div.name_button_char {
    left:0;
  font-family: 'HGゴシックE',monospace;
  color: #eeeeee;
  font-weight: bold;
  font-size: 23px;
    height: 30px;
    width: 30px;
    line-height:0px;
    position: absolute;
    text-align: center;
    padding:50% 0% 50% 0%;
   }

input.clear_image{
  position:absolute;
  top:0px;
  left:0px;
  width:30px;
  height:30px;

}

/*                      */
/* R&Rデータ確認画面用  */
/*                      */

#ReaD h1, h2 {
    line-height: normal;
    margin: 0 0 5px;
    padding: 0;
}

#ReaD h1.th_researchmap_blocktitle {
    color: #247799;
    font-size: 170%;
    height: 1.3em;
}

#ReaD h2.th_researchmap_blocktitle {
    color: #247799;
    font-size: 130%;
    height: 1.3em;
}

#ReaD .float-left {
    float: left;
}

#ReaD div.float-clear-div {
    border: medium none;
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#ReaD .valign-top {
    vertical-align: top;
}

#ReaD table.researchmap_table {
  color: #494949;
  background-color: #FFFFFF;
  border: solid 1px #999;
  border-collapse: collapse;
}


#ReaD td.leftcolumn {
    background: url("../image/leftcolumn_right.gif") repeat-y scroll left top transparent;
}

#ReaD td.centercolumn {
    border: 0 none;
    width: 93%;
    padding: 20px 0px;
}

#ReaD td.rightcolumn {
    border: 0 none;
    width: 5%;
}

#ReaD div.outerdiv {
    padding: 5px;
}

#ReaD .align-left {
    text-align: left;
}

#ReaD div.contents {
  text-align: left;
  padding: 20px 0px;
}

#ReaD h2.cv_heading_title {
    margin-bottom: 3px;
}

#ReaD div.cv_heading_title {
    margin-top: 23px;
}

#ReaD .cv_rmap_public {
    color: #AAAAAA;
}

#ReaD .cv_rmap_hidden {
    color: #808080;
}

#ReaD .cv_rmap_reception {
    color: #AAAAAA;
}

#ReaD .row {
    border: 0 none;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

#ReaD tr.row td th {
    border: 0 none;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

#ReaD .cv_item_frame {
    border: 1px solid #CCCCCC;
    padding: 6px 13px;
    margin-bottom: 3px;
}

#ReaD .align-right {
    text-align: right;
}

#ReaD .cv_item_summary {
  color: #808080;
}

#ReaD .cv_list_padding {
    padding: 2px;
}

#ReaD ul.cv_list_item {
    margin: 0;
    padding-left: 15px;
}

#ReaD div.jump_header {
  padding: 10px 0px 0px 0px;
  text-align: right;
  vertical-align: bottom;
  font-size: 80%;
}

#ReaD a.jump_header, a.jump_header:link {
    color: #4C80B5;
    text-decoration: none;
}

#ReaD a.jump_header:visited {
    color: #4C80B5;
    text-decoration: none;
}

#ReaD a.jump_header:hover {
    color: #4C80B5;
    text-decoration: none;
}

#ReaD a.jump_header:active {
    color: #4C80B5;
    text-decoration: none;
}

#ReaD a.title, a.title:link {
    color: #04419A;
}

#ReaD a.title:hover {
    color: #0000FF;
}

#ReaD a.title:visited, a.title:active {
    color: #551A8B;
}

#ReaD .bold {
    font-weight: bold;
}

#ReaD td.category_link {
  text-align: left;
}

#ReaD a.category_link, a.category_link:link {
    color: #4C80B5;
    text-decoration: none;
}

#ReaD a.category_link:visited {
    color: #4C80B5;
    text-decoration: none;
}

#ReaD a.category_link:hover {
    color: #4C80B5;
    text-decoration: none;
}

#ReaD a.category_link:active {
    color: #4C80B5;
    text-decoration: none;
}

#ReaD hr {
  color: #999999;
  border-style: dashed;
}

#ReaD .kind1 {
  background-color : #FFE4E1 !important;
  border : none !important;
  color : #EE0000 !important;
}

#ReaD .error-table a.jump,
#ReaD .error-table a.jump:link {
    color: #FF0000;
}

#ReaD .error-table a.jump font {
  color : #FF0000;
  font-weight : bold;
  font-size: 80%;
}

#ReaD .kind2 {
  background-color : #FFFFBB;
  color : #000000;
}

#ReaD .warn-table a.jump font {
  color : #000000;
  font-weight : bold;
  font-size: 80%;
}

#ReaD .warn-table a.jump,
#ReaD .warn-table a.jump:link {
    color: #000000;
}

#ReaD .warn-table ul,
#ReaD .error-table ul {
  font-weight: bold;
  font-size: 11pt;
  padding-left: 60px;
  list-style-type: square;
}

#ReaD .error-table ul {
  color: #EE0000;
}

#ReaD th.warn-title,
#ReaD th.error-title {
  text-align: center;
}

#ReaD table.warn-table {
  width: 750px;
  border: 3px #FFFF00 solid;
  border-collapse:collapse;
}

#ReaD table.warn-table th {
  background-color: #FFFFBB;
  color: #000000;
  padding: 10px;
}

#ReaD table.warn-table td {
  background-color: #FFFFBB;
  padding: 10px;
}

#ReaD table .warn-image {
  background-color: #FFFFBB;
  color: #000000;
  background-image: url("./../image/warn.png");
  background-repeat: no-repeat;
  padding: 3px 30px;
}

#ReaD .warn-re-enter-msg {
  vertical-align: middle;
  font-weight: bold;
  font-size: 10pt;
  padding-left: 42px;
  color: #000000;
}

#ReaD table.warn-table,
#ReaD table.error-table {
  margin-bottom: 30px;
}

#ReaD .ierror {
  background-color : #FFE4E1;
  border : none;
  color : #EE0000;
}

#ReaD font.required {
  color : #FF0000;
  font-weight : bold;
  font-size: 80%;
}

#ReaD a.error_jump, a.error_jump:link {
    color: #FF0000;

}

#ReaD a.error_jump:visited {
    color: #FF0000;

}

#ReaD a.error_jump:hover {
    color: #FF0000;

}

#ReaD a.error_jump:active {
    color: #FF0000;

}

#ReaD ul.other-error-msg {
  color: #EE0000;
  font-weight: bold;
  font-size: 11pt;
  padding-left: 60px;
  list-style-type: square;
}

#ReaD th.error-title {
  text-align: center;
}


/*               */
/* エラー表示用  */
/*               */
table.error-table {
  width: 750px;
  border: 3px #EE0000 solid;
  border-collapse:collapse;
}

.error-table th {
  background-color: #FFE4E1;
  color: #EE0000;
  padding: 10px;
}

.error-table td {
  background-color: #FFE4E1;
  padding: 10px;
}

.error-image {
  background-color: #FFE4E1;
  color: #EE0000;
  background-image: url("./../image/error.png");
  background-repeat: no-repeat;
  padding: 3px 30px;
  font-size: medium;
}

.error-re-enter-msg {
  vertical-align: middle;
  font-weight: bold;
  font-size: 10pt;
  padding-left: 42px;
  color: #EE0000;
}

ul.other-error-msg {
  color: #EE0000;
  font-weight: bold;
  font-size: 10pt;
  padding-left: 60px;
}
ul._error_class {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}

ul._error_class li{
  text-align: left;
  width: 100%;
  background: url("./../image/error_s.gif") no-repeat 0px -1px;
  text-indent: 18px;
  color : #EE0000;
  font-weight: bold;
  font-size : 12px;
}

div.display_name {
  font-size: 16px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

div.message-group {
  border: 1px solid rgb(170, 170, 170);
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
  margin: 5px 0px;
  padding: 5px;
}

div.message_title {
  font-weight: bold;
}

div.message_area {
  padding: 5px 10px;
}

i.pdf {
  color: #CF1312;
  font-size: 30px;
}

i.excel {
  color: #007133;
  font-size: 30px;
}

i.zip {
  color: #00008B;
  font-size: 30px;
}

/* Bootstrap ADD START */

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * 必要な個所のみ利用
 */


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('./fonts/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* Bootstrap ADD END */

div.system-name {
  font-size: 200%;
  font-weight: bold;
  display: inline-block;
  _display: inline;
  padding: 10px;
}

div.main-header {
  padding: 5px 10px;
}

div.top-lv2menu-group > .btn-primary {
  height: 100px;
  margin: 5px 0px;
  text-align: center;

}
div.color-inp > .btn-primary {
  background-color: #091071;
  color: #fff;
}

div.color-out > .btn-primary {
  background-color: #0D7E3D;
  color: #fff;
}

div.color-mgr > .btn-primary {
  background-color: #CEE3F6;
  color: #050A50;
}

div.color-enrty > .btn-primary {
  background-color: #FF7A24;
  color: #fff;
}

div.color-entry-all > .btn-primary {
  background-color: #2965BD;
  color: #fff;
}

div.color-check > .btn-primary {
  background-color: #2965BD;
  color: #fff;
}
div.color-plan > .btn-primary {
  background-color: #093980;
  color: #fff;
}

div.color-export > .btn-primary {
  background-color: #2965BD;
  color: #fff;
}

div.color-download > .btn-primary {
  background-color: #093980;
  color: #fff;
}

div.color-management > .btn-primary {
  background-color: #C24C00;
  color: #fff;
}

/* hover */
div.color-inp > .btn-primary:hover {
  background-color: #C24C00;
  color: #fff;
  border-style: none;
}

div.color-out > .btn-primary:hover {
  background-color: #C24C00;
  color: #fff;
  border-style: none;
}

div.color-mgr > .btn-primary:hover {
  background-color: #2965BD;
  border-color: #49E156;
  color: #fff;
  border-style: none;
}

button.topmenu-btn {
  border: none;
  height: 100px ;
  width:160px;
  float:left;
  margin:0px 0px 10px 10px!important
}

.panel-default {
  border-color: #ddd;
}

.panel {
  margin-top: 80px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgb(170, 170, 170);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #D77026;
  color: #FFFFFF;
}

.panel-body {
  padding: 15px;
}

.main-controller > div {
  margin: 10px;
}

div.header {
  text-align: right;
}

div.top-icon {
  padding: 5px;
}

div.top-text {
  padding: 0px;
  font-weight: bold;
  font-size:14px;
}

.navbar {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.navbar-brand {
  font-size: 200%;
  font-weight: bold;
  color: #fff;
}

.navbar-text {
  font-size: 150%;
}

.navbar-default {
  background-color: white;
}
.mainmenu {
  margin: 25px;
  background-color: #f8f8f8;
  min-width: 1150px;
}

.main-header {
  background-color: #545454;
}

.menu-btn {
  border-radius: 0px;
  border: 1px #444548;
}

div.err_area {
  color: #FF0000;
}

div.ok_area {
  color: #005FFF;
}

a:link {
  color: #0000FF;
}

div.topmenu-category {
  min-width:48%;
  float:left;
  background-color:#dfdfdf;
  border-radius:8px;
  margin:4px;
  padding-right: 5px;
  padding-bottom: 10px;
}

div.top-title {
  padding: 10px 10px 5px;
  text-decoration: bold;
}

.topmenu-category > .top-lv2menu-group > .btn {
  border-radius: 0px;
}

button.topmenu-btn:hover {
  background-color: #1AA153;
}

.search-icon {
  margin-right: 3px;
  vertical-align: 1.5px;
}

.orcid-icon {
  position: relative;
  top: 3px;
  right: 3px;
}

.orcid-clear-button {
  padding: 5px 10px;
  border: 0px solid #000;
  border-radius: 3px;
  background-color: #9e9b9b;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.orcid-input-form {
  display:inline;
}

#orcid_id_link {
  vertical-align: middle;
  color:#338caf;
}

.orcid-ex-link {
  margin-top: 0px;
    margin-bottom: 2px;
}

.orcid-ex-link img {
    width:16px;
    height:16px;
}

.clear-button-display {
  display:inline;
  margin: 5px;
  vertical-align: middle;
}

.clear-button-display i {
  font-size: 20px;
  color: #212121;
}

/* 業績入力一覧画面　完了通知メッセージ */
.complete_message {
    border: 3px #339900 solid;
    color: #339900;
    background-color: #F7F8E0;
    width: 744px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.complete_message_box {
  margin: 10px;
}

.complete_message_txt {
  width: 60%;
  font-size: 17px;
  vertical-align: middle;
  margin-left: 5px;
}

/* 業績入力確認画面　確認メッセージ */
#confirm_message {
    border: 3px solid #ef6c00;
    width: 698px;
    padding: 15px 10px 10px 40px;
    margin-bottom: 10px;
    font-size: 13px;
    background: #fff3e0;
    text-align: left;
}

#confirm_message ul {
  padding-left: 20px;
}

#confirm_message_title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ef6c00;
    text-align: center;
}

.required-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #db7093;
  border-radius: 10px;
  margin-left: 5px;
}

.default-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  margin-left: 5px;
}
.markSelector {
  width: 750px;
  margin-bottom: 10px;
  text-align: left;
  height: 24px;
}
.rightSide {
  float: right;
}


/* 業績入力画面　用途別対象項目の切り替えチェックボックス */
.selector {
  margin-left: 5px;
  position:relative;
  top:6px;
  float: left;
}
/** 画面上部チェックボックス */
.displayMajarImage {
  position: relative;
}

/** 業績入力画面　画面上部チェックボックス */
.choshoImage, .displayMajarImage {
  width: 70px;
  height: 22px;
  margin-top: 5px;
  padding-left: 5px;
  float: left;
  background-color: #AAA7A1;
  border-left: 7px solid #E7BA26;
  color: white;
}
.setumeiIcon:hover span, #menuSetumeiIcon:hover span, .setumeiMark:hover span{ display:block; }
.setumeiIcon span p , #menuSetumeiIcon span p, .setumeiMark span p{
  margin-top:3px;
  margin-bottom:3px;
  line-height: 16px;
}
.setumeiIcon span, #menuSetumeiIcon span, .setumeiMark span {
    display:none;
    color:#333;
    padding-left:5px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    position: absolute;
    text-align:left;
    
}
.setumeiMark span {
  bottom: 25px;
  font-size: 12px;
  right: 5px;
}
span.tooltip_blue{
    background-color:white;
    border:1px solid #1E5799;
}
span.display_tooltip{
  width:450px;
}
.majarText {
  padding-top: 2px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 12px;
}
.marks {
/* 	width: 18px; */
  padding: 0px 5px;
    height: 18px;
    display: inline-block;
    color: currentColor;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.researchmap-mark-s {
  background-color: #f5d7d7;
  color: currentColor;
}

.web-mark-s {
  background-color: #daeff5;
  color: currentColor;
}

.personal-mark-s {
  background-color: #e9ebaa;
  color: currentColor;
}

.juaa-mark-s {
  background-color: #d2e2c5;
  color: currentColor;
}

.label {
  display: inline-block;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
/*   line-height: 1; */
  color: currentColor;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.list-btn {
  display: inline-block;
  padding: .2em .6em .3em;
  font-size: 90%;
  width: 90%;
  margin-bottom: 3px;
}

.dull-red {
  background-color: #d06d8c;
}

.dimgray {
  background-color: #696969;
}

.soft-bluish {
  background-color: #65ace4;
}

.moss-green {
  background-color: #667534;
}

.darkseagreen {
  background-color: #8fbc8f;
}

.plum {
  background-color: #dda0dd;
}

table.select-dialog {
  width: 100%;
  border: solid 1px grey;
}

table.select-dialog td.header {
  background-color: #4689FF;
}

table.select-dialog tr.disabled {
  background-color: #999999;
}

.loading-msg {
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:#fff;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index:999;
  display:none;
}

.loading-img {
  width:100%;
  height:100%;
  position:fixed;
  top:50%;
  z-index:1000;
}

.major-icon {
  font-size: 1.3em ! important;
}

.major-icon.check-on {
  color: orange ! important;
}

input[type=checkbox].major-icon-checkbox {
  display: none;
}

.major-icon.checkbox-fontas {
   position: relative;
   vertical-align: middle;
   font-size: 1.3em ! important;
}

input[type=checkbox].major-icon-checkbox + .checkbox-fontas:before {
  font-family: FontAwesome;
  content: '\f006';
}

input[type=checkbox].major-icon-checkbox:checked + .checkbox-fontas:before {
  font-family: FontAwesome;
  content: '\f005';
  color: orange;
}

/* jQuery UI ヘッダ */
.ui-dialog-titlebar {
  border:none ! important;
  background:#2965BD ! important;
  color:white ! important;
  font-weight: bold ! important;
}

select.select-width {
  max-width:590px
}