﻿

* {
  margin:0;
  padding:0;
}
body {
  background:#fff;
  color:#333;
  font-size:100%;

  /*behavior:url(iefixed.htc);*/
}
div#wrapper {
  background:#fff;
}
  * html body {
  }
  * html div#wrapper {
    float:left;
    position:relative;
  }

a:link {
  color: #91CAFC;
}
a:visited {
  color: #91CAFC;
}
a:hover {
  color: #99F;
}
img {
  border:0;
}
  div.home:after, div#contents:after, div.search h3:after, ul.result h4:after {
    clear:both;
    content:"";
    display:block;
    height:0;
    overflow:hidden;
  }
  /*\*/
  * html div.home, *html div#contents, *html div.search h3, *html ul.result h4 {
    height:0em;
    overflow:visible;
  }

/* common
======================================== */

/* header
-------------------- */
#check-header {
  width: 100%;
  margin-top: 160px;
}

#check-header-high {
  width: 100%;
  margin-top: 185px;
}

/* h2 + navi */
div.title {
  clear: both;
  color: #fff;
  height: 40px;
  padding-bottom: 2px;
}

div.title-lang, div.title-lang-tablet {
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  float: left;
}

div.title p {
  float: left;
  font-size: 120%;
  margin: 6px 0 0 20px;
}

div.title ul {
  float: right;
  list-style: none;
}

div.title ul li {
  display: inline-table;
  float: left;
  font-size: 76%;
}

div.title a {
  text-decoration: none;
}

div.title ul li a:link, div.title ul li a:visited {
  /* color:#fff; */
  text-decoration: none;
}

div.title ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

div.header-bar {
  float: left;
  margin-left: 15px;
}

/* contents
-------------------- */
div#contents {
  clear:both;
}

/* pagetop */
div.pagereset {
  clear:both;
  font-size:76%;
  /* padding:20px 30px 10px 0; */
  padding:0px 30px 10px 0;
  
  text-align:right;
}

/* ### 2020/07/14 M.chiba add start */
div.pagereset a:visited{
  color: #666666;
}
/* ### 2020/07/14 M.chiba add end */

/* ### 2021/03/08 t-sato add start */
div.pagereset_sub {
  clear:both;
  font-size:76%;
  padding:20px 0px 10px 0;
  text-align:center;
}

div.pagereset_sub a:visited{
  color: #666666;
}
/* ### 2021/03/08 t-sato add end */

/* paging */
div.search div.pagenavi {
/* ### 2020/05/29 M.Chiba UPD START */
  background:#e6e6e6;
/* ### 2020/05/29 M.Chiba UPD END */
  border:1px solid #ccc;
  font-size:76%;
}
div.search div.pagenavi p {
  background:#fff;
  padding:5px;
  text-align:center;
}
  div.search div.pagenavi p img {
    border:1px solid #ccc;
    vertical-align:middle;
  }
  div.search div.pagenavi p a:link img, div.search div.pagenavi p a:visited img {
    border:1px solid #004892;
  }
  div.search div.pagenavi p a:hover img {
    border:1px solid #297acc;
  }
div.search div.pagenavi ul.navi {
  list-style:none;
  padding:5px;
  text-align:center;
  width:0px auto;
  font-size: 20px;
}
  div.search div.pagenavi ul.navi li {
    display:inline;
    padding:5px;
  }
    div.search div.pagenavi ul.navi li span.pagenow {
/* ### 2020/05/29 M.Chiba UPD START */
      color:#666666;
/* ### 2020/05/29 M.Chiba UPD END */
      font-weight:bold;
    }

/* footer
-------------------- */
div#footer {
  /*clear:both;*/
  width:100%;
}
/* copyright */
div#footer p.copyright {
  color:#999;
  font-size:66.5%;
  padding:0 20px 20px 20px;
  text-align:right;
}


/* for home
======================================== */
div#column1 {
  justify-content: flex-end;
}

div#column1, div#column2 {
  margin-top: 20px;
}

div#column1 div#keyword, div#column1 div#name, div#column2 div#homeside,
  div#column2 div#homemain {
  border: 1px solid #76bfff
}

div.home {
  padding-bottom: 10px;
  height: 1%;
}

div.home h3.search-title {
    display: inline-block;
}

/* ### 2020/06/30 M.chiba add start */
div.news {
  margin-bottom:25px;
  height:1%;
}

div.news_title {
  margin:0;
  padding:0;
  height:47px;
}

div.news h3 {
  padding:12px 0 0 20px;
  overflow:hidden;
  float:left;
  color:#444444 
}

div.news div.h3_right{
  margin-top:12px;
  margin-right:12px;
  padding:0;
/* ### 2020/07/14 M.chiba del start */
  /* width:90px; */
/* ### 2020/07/14 M.chiba del end */
  float: right;
}

div.news div.h3_right div.view {
  padding:15px 0 0 0;
  float:right;
  font-size:12.5px;
}

@media screen and (max-width:450px) {
  div.news div.h3_right div.view {
    font-size:11px;
  }
}

div.news div.h3_right div.view a{
  color:#444444;
}

div.news div.box {
  margin:0;
  clear:both;
}

div.news div.box div.text {
  padding:0px 10px 10px 10px;
}

div.news_inner {
  min-height:30px;
  overflow:hidden;
}

.news-wrapper {
  display: table;
  padding:3px 2px;
  width: 100%;
}
.news-date,
.news-title,
.news-description {
  font-size: 12px;
  display: table-cell;
  text-align: left;
}
.news-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}

@media screen and (max-width: 991px){
  .news-description {display:none}
}

.news-date {
  font-weight: bold;
  width: 90px;
}
.news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  max-width: 300px;
  padding-right: 10px;
}

/* ### 2020/07/13 M.chiba add start */
div.news div.box div.text a:visited{
  color:#666666;
}
/* ### 2020/07/13 M.chiba add end */

/* ### 2020/07/14 M.chiba upd start */
div.news div.box div.text dd p {
  display: inline;
  font-size: 12px;
  position: absolute;
  left: 0px;
    padding-left: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
    box-sizing: border-box;
}
/* ### 2020/07/14 M.chiba upd end */
/* ### 2020/06/30 M.chiba add end */

/* ### 2020/07/13 M.chiba add start */
div.news div.box div.text div.content p.button_ja, div.news div.box div.text div.content p.button_en{
  padding : 10px 0px 10px 0px;
  font-size : 12px;
  text-decoration : underline;
  text-align : center;
  color:#444444;
  cursor : pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  width: 8em;
}
/* ### 2020/07/13 M.chiba add end */

div.home {
  padding-bottom:10px;
  height:1%;
}

/* ### 2020/07/13 M.chiba add start */
div.home a{
  color: #9B042C;
}

div.home a:visited{
  color: #666666;
}
/* ### 2020/07/13 M.chiba add end */

div.home h3 {
  /* background:url(../image/bg_subtitle_right.gif) no-repeat left top; */
  color: #76bfff;
  padding:20px 0 0 20px;
}
div.home div.box div.text {
  background:url(../image/sep_side.gif) repeat-x top left;
  padding:20px 10px 0 10px;
}
div.home div.box div.text div.left {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.home div.box div.text div.right {
    display:block;
/* ### 2020/07/14 M.chiba upd start */
    margin-left:280px;
/* ### 2020/07/14 M.chiba upd end */
  }
div.home div.box div.text p {
  margin-bottom:5px;
}
  div.home div.box div.text div.list {
    display:block;
    float:left;
    height:1%;
    width:49%;
  }
  
/* ### 2020/07/14 M.chiba add start */
  div#homeside div.text li a {
      display: table-cell;
  }
  div#homeside div.text ul.tree ul li a {
      display: table-cell;
      vertical-align: middle;
  }
  div#homeside div.text ul.tree ul li div.list-child-mark {
      padding-left: 22px;
  }
/* ### 2020/07/14 M.chiba add end */

/* ### 2020/06/29 M.chiba upd start */
  div.home div.box div.text div.list img{
    height:95px;
  }
  
  div.home div.box div.text div.list div.list-child-mark{
    display: table-cell;
  }
  
  li.level2-org {
    display: table;
  }
  
  div.org-icon img{
     min-width: 95px;
  }
  
  div.level2-org-tree {
    vertical-align: top;
    padding-top:40px;
  }
  
  a.level2-org-name {
    font-family: inherit;
    display: table-cell;
    vertical-align: middle;
  }
/* ### 2020/06/29 M.chiba upd end */

ul.tree {
  font-size:82.25%;
  list-style:none;
  margin:0 10px;
}
  ul.tree li {
    display:flex;
    margin-bottom:5px;
  }
  ul.tree li img {
      border:none;
      margin:3px 5px 0 0;
  }
  ul.tree li.li_squ {
    background:url(../image/li_src_square.png) no-repeat 0 3px;
    display:block;
    padding-left:17px;
  }
  ul.tree ul {
      list-style:none;
  }
  ul.tree ul li {
        padding-left:17px;
  }
  .level2-org .list-parent-mark {
    margin-top: 0.8rem;
  }
  

/* for search
======================================== */
h3.title {
  /* background:url(../image/bg_subtitle_right.gif) no-repeat left; */
  border:1px solid #cacaca;
  color:#444444;
  /* height:40px; */
  height:60px;
  margin-bottom:20px;
  /* padding:20px 0 0 70px; */

}
/* search-name */
div.search_name {
  font-size:82.25%;
  padding:0 20px;
}
div.search_name p.mes {
  /* background:url(../image/icon_c.png) no-repeat left top; */
  padding-left:15px;
}
div.inputaria {
  background:#fff;
  height:1%;
  margin-top:20px;
  padding:20px 30px;
}
div.search_button {
  background:#e6e6e6;
  height:275px;
  margin-top:20px;
  padding:15px 25px;
}
  div.search_button div {
    width:700px;
  }
  div.search_button div.name_button_base {
  position:relative;
  width:40px !important;
  height:40px;
  }

  div.search_button div.name_button_char {
  font-family: 'HGゴシックE',monospace;
  font-weight: bold;
    height: 40px;
    width: 40px;
    top: 50%;
    left:0;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    }
div.search_button div div.panel {
      background:url(../image/sep_table.gif) repeat-y left;
      float:left;
      height:265px;
      margin:5px;
      width:4px;
 }
table.japanese, table.english {
  float:left;
}
  table.japanese td, table.english td{
/* ### 2012/02/01 M.Abe UPD START */
/* ### 2020/05/26 M.Chiba UPD START */
    background:#9B042C;
/* ### 2020/05/26 M.Chiba UPD END */
/* ### 2012/02/01 M.Abe UPD END */
    color: #fff;
    font-size: 20px;
    text-align: center;
    width:40px;
    height:40px;

  }

  table.english td.white{
    background:#e6e6e6;
    color: #eeeeee;
    font-size: 20px;
    text-align: center;
    width:40px;
    height:40px;
  }

input.clear_image{
  position:absolute;
  top:0px;
  left:0px;
  width:40px;
  height:40px;

}

.search-check {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 15px;
}

label.radio-btn a {
  color: #9fa8b0;
}

label.radio-btn a:hover, label.radio-btn:hover a {
  color: #fff;
  text-decoration: none;
}

label.radio-btn a.disabled, label.radio-btn a:disabled {
  color: #fff;
}

label.radio-btn:not(:disabled):not(.disabled):active a, label.radio-btn:not(:disabled):not(.disabled).active a {
  color: #fff;
  text-decoration: none;
}

label.radio-btn {
  color: #9fa8b0;
  background-color: transparent;
  background-image: none;
  border-color: #9fa8b0;
}

label.radio-btn:hover {
  color: #fff;
  background-color: #7e8891;
  border-color: #9fa8b0;
}

label.radio-btn:focus, label.radio-btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 168, 178, 0.5);
}

label.radio-btn.disabled, label.radio-btn:disabled {
  color: #9fa8b0;
  background-color: transparent;
}

label.radio-btn:not(:disabled):not(.disabled):active,label.radio-btn:not(:disabled):not(.disabled).active, .show>label.radio-btn.dropdown-toggle {
  color: #fff;
  background-color: #9fa8b0;
  border-color: #9fa8b0;
}

label.radio-btn:not(:disabled ):not(.disabled ):active:focus, label.radio-btn:not(:disabled ):not(.disabled ).active:focus, .show>label.radio-btn.dropdown-toggle:focus
  {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.keyword-combination {
  display: inline-flex;
}

.search-info {
  background-color: #ebcdd5;
  font-size: 13px !important;
  padding: 7px !important;
}

.search-info:hover {
  opacity: 0.7;
}

div.search div.red {
  border: 1px solid #cacaca;
}

div.search div.blue {
  border: 1px solid #cacaca;
}

.home__link {
  padding-top: 10px;
  margin-right: 20px;
}

.home__link a {
  color: #fff !important;
}

.tooltip-inner {
  max-width: 1100px !important;
  text-align: left !important;
}

.tooltip-description {
  margin-bottom: 8px;
}
/* for result
======================================== */
div.search {

}
/* h3 */
div.search h3 {
  height:1%;
  /* padding-left:30px; */
}
div.search h3.red {
  /* background:url(../image/bg_search_right.gif) no-repeat left top; */
  border:1px solid #cacaca;
}
div.search h3.blue {
  /* background:url(../image/bg_search_down.gif) no-repeat left top; */
  border:1px solid #cacaca;
}
div.search h3 span {
  display:block;
  float:left;
  font-size:90%;
  /*height:25px;*/
  text-align:center;
/* ### 2020/07/14 M.chiba add start */
  width:48.4px;
/* ### 2020/07/14 M.chiba add end */
}
div.search h3 span.search_red {
  background:#fff;
  color:  #001E6A;
  height:25px;
  padding:5px 15px 0 15px;
/* ### 2020/07/14 M.chiba add start */
  width:auto;
/* ### 2020/07/14 M.chiba add end */
}
div.search h3 span.search_blue {
/* background:#eee */;
  color: #444444;
  height:25px;
  padding:5px 15px 0 15px;
/* ### 2020/07/14 M.chiba add start */
  width:auto;
/* ### 2020/07/14 M.chiba add end */
}
div.search h3 span.search_text {
  font-size:82.25%;
  margin-left:10px;
  padding:6px 0 3px 0;
  text-align:left;
  width:80%;
}
/* form */
div.search div.search_form {
  clear: both;
  font-size: 82.25%;
  padding: 0 30px;
}

div.search div.search_form div.message {
  padding: 10px 0 5px 0;
  display: inline-block;
}

div.search div.search_form div.message p {
  margin-bottom: 5px;
}

div.search div.search_form div.inputaria {
  background: #fff;
  margin: 20px 0 10px 0;
  padding: 0px 0px;
}

div.search div.search_form div.inputaria p {
  margin-bottom: 10px;
}
/* result */
div.search div#searchOrder {
  margin-top: 10px;
}
div.search div.card {
  border-color: #cacaca;
}

div.search div.result div.hit-count {
  min-height: 25px;
}

div.search div.result div.psn-info {
  min-height: 100px;
}

div.search div.result .photo {
  float: left;
  padding: 5px;
  width: 90px;
  height: 90px;
  text-align: center;
}

div.search div.result .photo img {
  max-width: 80px;
  max-height: 80px;
}

div.search div.result div.psn-name {
  margin-left: 20px;
}

div.search div.result div.name-kna {
  font-size: 70%;
}

div.search div.result div.name-gng {
  font-size: 125%;
}

div.search div.result div.name-rmn {
  font-size: 70%;
}

div.search div.result div.name-title {
  font-size: 90%;
}

div.search div.result h6.org-cd {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 90%;
}

div.search div.result div.psn-result {
  border: 1px solid #dbdbdb;
}

div.search div.result p {
  padding: 5px 10px;
  margin: 0;
}

div.search div.result p.org-cd {
  border-bottom: 1px solid #dbdbdb;
}

div.search div.result p.kaknh-bnrui {
  color: #888;
  font-size: 70%;
}

/* for detail
======================================== */
/* tab */
div.menu {
  background:#eee url(../image/bg_menu01.gif) repeat-x top;
  height:35px;
  width:100%;
}
div.menu div {
  background:#eee url(../image/bg_menu01start.gif) no-repeat top;
  display:block;
  float:left;
  height:35px;
  width:22px;
}
div.menu ul {
  display:inline;
  float:left;
  list-style:none;
  height:35px;
}
  div.menu ul li {
    background:url(../image/sep_menu.gif) no-repeat right;
    display:inline;
    float:left;
    font-size:90%;
    height:35px;
  }
  div.menu ul li.active {
    background:url(../image/bg_menu02.gif) repeat-x right;
  }
  div.menu ul li a {
    display:block;
    font-weight:bold;
    padding:9px 20px 9px 18px;
    text-align:center;
  }
  div.menu ul li a:link, div.menu ul li a:visited, div.menu ul li a:hover {
    color: #76bfff;
    text-decoration:none;
  }
  div.menu ul li a:hover {
    color: #99F;
    background:url(../image/bg_menu02.gif) repeat-x right;
    text-decoration:none;
  }
  div.menu ul li.active a:hover {
    color: #99F;
    background:url(../image/bg_menu02.gif) repeat-x right;
    text-decoration:none;
  }

/* sidemenu */
div#sidebar {
/*
  display:inline;
*/
  float:left;
  width:200px;
  position:sticky;
  top:20px;
  height:100%;
}
  div#sidebar div.names {
/* ### 2012/02/01 M.Abe UPD START */
    background:#4c3280 url(../image/bg_side_head.gif) no-repeat right;
    color:#fff;
/* ### 2012/02/01 M.Abe UPD END */
    margin-bottom:20px;
    padding:20px;
  }
  div#sidebar div.names p.rubi {
    font-size:66.5%;
  }

  div#sidebar div.names h3 {
    font-size:130%;
  }
  div#sidebar div.names p.aff {
    font-size:76%;
    margin-top:10px;
  }

  div#sidebar div.data {
    border:1px solid  #76bfff;
  }
  div#sidebar div.data h3 {
    background-color: #9B042C;
    color: #fff;
    padding: 3px 55px 20px 15px;
    font-size: 1.2em;
    font-weight: 300;
    height: 55px;
  }
  div#sidebar div.data ul {
    list-style:none;
  }
  div#sidebar div.data ul li {
    font-size: 85%;
    padding: 5px 0 10px 0;
    padding-left: 30px;
    text-indent: -15px;
  }
  div#sidebar div.data ul li p {
    /* background:url(../image/icon_arrow01.gif) no-repeat left 2px; */
    padding-left:15px;
  }
  div#sidebar p.date {
    color:#777;
    font-size:66.5%;
    margin-top:5px;
    text-align:right;
  }
  /* ### 2016/02/24 add start */
  div#sidebar a:visited {
/* ### 2020/05/26 M.Chiba UPD START */
    color: #9B042C;
/* ### 2020/05/26 M.Chiba UPD END */
  }
  /* ### 2016/02/24 add end */

div#sidebar p.date, div#mobile-lastModified p.date {
  color: #777;
  font-size: 66.5%;
  margin-top: 5px;
  text-align: right;
}

div#sidebar div.data ul li.side-group, div#sidebar div.data ul li.side-group-alt-color
  {
  color: #fff;
  font-size: 1.2em;
  padding: 3px 0px 3px 25px;
  font-weight: 300;
}

div#sidebar div.data ul li.side-group div.fa {
  font-size: 10px;
  padding: 2px;
}

div#sidebar div.data ul li.side-group {
  background-color: #9B042C;
}

div#sidebar div.data ul li.side-group-alt-color {
  background-color: #9B042C;
}

div#sidebar div.data ul li p {
  text-indent: 0px;
  margin-bottom: 0rem;
}

/* div#sidebar p.date, div#mobile-lastModified p.date {
  color: #777;
  font-size: 66.5%;
  margin-top: 5px;
  text-align: right;
}
div#sidebar a:link {
  color: #63c;
}

div#sidebar a:visited {
  color: #63c;
}

div#sidebar a:hover {
  color: #99f;
} */


/* data */

div#main div.photo_name {
/* ### 2022/06/06 kumagai upd start */
  min-height: 140px;
  height: auto;
  overflow: hidden;
/* ### 2022/06/06 kumagai upd end */
}

div#main div.photo {
  background:#fff;
  float:left;
  position: relative;
  z-index: 1;
}

div#main div.cv_item_frame div.psninfo-row {
  padding: 10px 0;
}

div#main div.cv_item_frame div.psninfo-row:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}

  div#main div.photo p {
    /* border:1px solid #ccc; */
    margin:0 0 10px 10px;
    padding:5px;
    /* text-align:right; */
    /* width:120px; */
    min-width: 120px;
    height:100%;
  }
div#main div.text {
  padding-bottom:20px;
}

div#main div.psn-name {
  overflow: hidden;
  padding-left: 1em;
}

div#main div.name-kna {
  font-size: 80%;
}

div#main div.name-gng {
  font-size: 160%;
}

div#main div.text h3 {
/* ### 2012/02/01 M.Abe UPD START */
  background: #4c3280;
/* ### 2012/02/01 M.Abe UPD END */
  color:#fff;
  font-size:100%;
  /* height:1.3em; */
  margin-bottom:10px;
  padding:5px 25% 4px 8px;
  position: relative;
  font-weight: bold;
}
div#main div.text h3 span.left {
  /* float:left; */
  /* width:60%; */
}
div#main div.text h3 span.right {
  /* float:right; */
  font-size:76%;
  font-weight:normal;
  padding-top:3px;
  text-align:right;
  /* width:38%; */
  position: absolute;
  top: 4px;
  right: 8px;
}
  div#main div.text h3 span a:link,
  div#main div.text h3 span a:visited,
  div#main div.text h3 span a:hover {
    color:#fff;
    text-decoration:underline;
  }

div#main div.text p {
  font-size:90%;
  line-height:140%;
}
div#main div.text ul li {
  margin-bottom:10px;
}

div#main div.text ul li p {
  margin-left: 0;
  margin-bottom: 2px;
  overflow-wrap: break-word;
}

div#main div.text ul li p.title {
  font-weight: bold;
}

div#main div.text ul li p span.highlight {
  font-weight: bold;
  background-color: #FFFF66;
}

/* pagetop */
div.pagetop  {
  font-size:76%;
  padding-top:10px;
  text-align:right;
}

div#javaoff {
  border: 5px double #F09;
  margin:10px 0px
}

div#javaoff p {
  text-align:center;
  padding:30px 30px;
  color:#F09;
  font-size:120%;
  font-weight:bold;
}

span.highlight {
  font-weight: bold;
  background-color: #FFFF66;
}

td.photo {
  vertical-align:top
}
td.rowtitle {
  width: 200px;
/* ### 2020/05/28 M.Chiba UPD START */
  color: #9B042C;
/* ### 2020/05/28 M.Chiba UPD END */
  font-weight: bold;
  font-size: 100%;
  vertical-align:top;
  white-space: nowrap;
}

table.gyoseki-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 90%;
}

table.gyoseki-table td {
  border: solid 1px #D2D2D2;
  padding:10px 10px 5px 5px;
}

img.photo {
/* ### 2022/08/05 kumagai add start */
/*
  min-width: 80px;
  max-width: 120px;
  min-height: 80px;
  max-height: 120px;
*/
  height : 180px;
/* ### 2022/08/05 kumagai add end */
}

a.link {
  background:linear-gradient(to bottom, #EEEEEE 0%, #DDDDDD 68%, #CCCCCC 91%, #AAAAAA 99%, #f5f5f5 100%);
  border: 1px solid #DDD;
  border-radius: 8px;
  color: #111 ! important;
  padding: 0px 20px;
  font-size:12px;
  text-decoration: none;
  margin-left: 5px;
}

.mail-image {
  vertical-align: middle;
}


.accordion-menu {
  display: block;
  text-decoration: none;
  line-height: 10px;
  margin-top: 5px;
  margin-bottom: 7px;
}

.accordion-menu-bar {
  display: block;
  padding :0px;
  line-height: 10px;
/* ### 2020/05/26 M.Chiba UPD START */
  color :#9B042C;
/* ### 2020/05/26 M.Chiba UPD END */
  cursor :pointer;
}

.accordion-menu-bar:hover {
/* ### 2020/05/26 M.Chiba UPD START */
  color: #9B042C;
/* ### 2020/05/26 M.Chiba UPD END */
  text-decoration-line: underline;
  text-underline-position: under;
}

.gaiyo-detail {
  word-wrap: break-word;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 90%;
}

.is-none-disp-gaiyo {
  display: none;
}

.is-disp-gaiyo {
  display: block;
}

.text .title a {
/* ### 2020/05/26 M.Chiba UPD START */
  color: #9B042C !important;
/* ### 2020/05/26 M.Chiba UPD END */
  text-decoration: underline;
    cursor: pointer;
}

.record-count {
  cursor: pointer;
}

.record-count:after {
  font-family: "Font Awesome 5 Free";
  content: " \f080";
  cursor: pointer;
}

.record-count-explain:after {
  font-family: "Font Awesome 5 Free";
  content: " \f080";
}

.search-area {
  width: 80%;
  position: relative;
}

.search-keyword-area {
  width: 60%;
  position: relative;
}

/* ### 2022/05/31 kumagai add start */
.chart-box {
/*  height: 100%;*/
}

.chart-box canvas {
  position: relative;
  bottom: 0px;
}

_::-webkit-full-page-media, _:future, :root .chart-box canvas {
  position: absolute;
  top: 30px;
  bottom: 0px;
}

.chart-box-cursor:hover {
  cursor: pointer;
}

.search-result-card .card-body {
  padding: 0px 0px 10px 5px;
}

.search-result-card .card-title {
  font-size: smaller;
  margin: 10px;
}
.scopus_comment {
  font-size: 14px;
  color: #545151;
  padding-left: 30px;
}

.scopus_comment p {
  margin-bottom:5px;
}

.citation_comment {
  font-size: 14px;
  color: #545151;
}
/* ### 2022/05/31 kumagai add end */
/* ### 2022/07/12 kumagai add start */
div.news-title {
  margin:0;
  padding:0;
  height:30px;
}

div.home div.news-box div.news-text {
  background:url(../image/sep_side.gif) repeat-x top left;
  padding:20px 10px 0 10px;
}
/* ### 2022/07/12 kumagai add end*/
/* ### 2022/07/21 kumagai add start */
div.news-label {
  background-color : #9B042C;
  color : #fff;
  font-size: large;
  width : 100%;
  padding: 8px;
}
/* ### 2022/07/21 kumagai add end */
/* ### 2022/07/26 kumagai add start */
.news-box .news-date {
  font-size : 90%;
  width : 120px;
}
.news-box .news-title {
  font-size : 90%;
  display : inline;
}
/* ### 2022/07/26 kumagai add end */
/* ### 2022/08/08 kumagai add start */
#news_display_on {
  margin-top : 10px;
  color : #9B042C;
  font-size : 80%;
}
#news_display_off {
  margin-top : 10px;
  color : #9B042C;
  font-size : 80%;
}
/* ### 2022/08/07 kumagai add end */
/* ### 2023/02/10 kawamura add start */
.adj_small {
  width : 1.8em;
}
/* ### 2023/02/10 kawamura add end */
