@charset "UTF-8";

* {
  margin:0;
  padding:0;
}
body {
  background:#fff;
  color:#333;
  font-size:100%;
  min-width:850px;

  /*behavior:url(iefixed.htc);*/
  padding:0 30px;
}
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
-------------------- */
div#header {
  width:100%;
}

/* h2 + navi */
div.title {
  /* background:url(../image/bg_title.gif) repeat-x top; */
  clear:both;
  color:#fff;
  height:37px;
  width:100%;
}
div.title p {
  float:left;
  font-size:120%;
  margin:6px 0 0 20px;
}
div.title ul {
  float:right;
  list-style:none;
  /* padding-top:10px; */
}
    div.title ul li {
      display:inline;
      float:left;
      font-size:76%;
      margin:0 20px 0 0;
    }
    div.title ul li a:link, div.title ul li a:visited {
      color:#fff;
      text-decoration:none;
    }
    div.title ul li a:hover {
      color:#001E6A;
      background-color: #fff;
      text-decoration:none;
    }

.text .title a {
  color: #0054af !important;
  text-decoration: underline;
    cursor: pointer;
}

/* contents
-------------------- */
div#contents {
  clear:both;
  margin:0px 30px 0px 30px;
}

p.contents {
  margin-bottom: 6px;
}

/* pagetop */
div.pagereset {
  clear:both;
  font-size:76%;
  padding:20px 30px 10px 0;
  text-align:right;
}
/* paging */
div.search div.pagenavi {
  background:#eee;
  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;
}
  div.search div.pagenavi ul.navi li {
    display:inline;
    padding:5px;
  }
    div.search div.pagenavi ul.navi li span.pagenow {
      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#column {
  /*clear:both;*/
  margin-top:30px;
}
div#column div#homeside {
  float:left;
  padding-right:30px;
  width:350px;
}

div#column div#homemain {
  /* margin-left:330px; */
  margin-left:380px;
}

div.home {
  background:url(../image/bg_home.gif) repeat-y left top;
  border:1px solid  #76bfff;
  padding-bottom:10px;
  height:1%;
}
div.home h3 {
  /* background:url(../image/bg_subtitle_right.gif) no-repeat left top; */
  color: #76bfff;
  /* height:50px; */
  padding:10px 0 0 70px;
}
div.home div.box {
  margin-left:60px;
  padding:0 10px;
}
div.home div.box div.text {
  border-top:1px solid #bdb8b8;
  padding:20px 10px 0 10px;
}
  div.home div.box div.text div.left {
    display:block;
    float:left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  div.home div.box div.text div.right {
    display:block;
    margin-left:250px;
  }
div.home div.box div.text p {
  /* font-size:82.25%; */
  margin-bottom:5px;
}
  div.home div.box div.text div.list {
    display:block;
    float:left;
    height:1%;
    width:49%;
  }

div.home h3.search-title {
    display:inline-block;
    margin-right:45px;
}

.search-info {
  background-color: #F1C400;
    font-size: 13px !important;
    padding: 7px !important;
}

.search-info:hover {
  opacity: 0.7;
}

.keyword-combination {
    display:inline-block;
    margin-right:20px;
}

ul.tree {
  /* font-size:82.25%; */
  list-style:none;
  margin:0 10px;
}
  ul.tree li {
    display:block;
    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 {
        /* background:url(../image/li_src_disc.gif) no-repeat 0 3px; */
        display:block;
        margin-top:5px;
        padding-left:17px;
      }


/* for search
======================================== */
div.name-search-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;
}
div.search_button {
  background:#eee;
  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;
    border: solid 1px;
  }

  div.search_button div.name_button_base:hover {
    background-color: #163c90;
  }

  div.search_button div.name_button_char {
        font-family: 'HGゴシックE',monospace;
    font-weight: bold;
    height: 40px;
    width: 40px;
    top: 10%;
    left: 0;
    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 */
    background:#001E62;
/* ### 2012/02/01 M.Abe UPD END */
    color: #eeeeee;
    font-size: 20px;
    text-align: center;
    width:40px;
    height:40px;

  }

  table.english td.white{
    background:#eeeeee;
    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;

}

/* for result
======================================== */
div.search {

}
/* h3 */
div.search h3 {
  height:1%;
  /* padding-left:30px; */
}
div.search div.red {
  /* background:url(../image/bg_search_right.gif) no-repeat left top; */
  border:1px solid #cacaca;
}
div.search div.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;
}
div.search h3 span.search_red {
  background:#fff;
  color:  #001E6A;
  height:25px;
  padding:5px 15px 0 15px;
}
div.search h3 span.search_blue {
/* background:#eee */
  color: #444444;
  height:25px;
  padding:5px 15px 0 15px;
}
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;
}
div.search div.search_form div.message p {
  margin-bottom:0px;
}
div.search div.search_form div.inputaria {
  background:#fff;
  margin:0 0 30px 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
div.search div.search_form div.inputaria p {
  margin-bottom:10px;
}
/* result */
div.search ul.result {
  list-style:none;
  margin:20px 0;
}
div.search ul.result li {
  margin:0 30px 15px 30px;
}
div.search ul.result li h4 {
  background: #E0F0FF;
  border:none;
  font-size:82.25%;
  height:1%;
  padding:8px 30px;
}
div.search ul.result li h4 span.left {
  float:left;
  width:69%;
}
div.search ul.result li h4 span.right {
  float:right;
  text-align:right;
  width:29%;
}

div.search ul.result li div {
    font-size: 82.25%;
    padding: 10px 20px;
    cursor : pointer;
    position: relative;
}

div.result-container {
  border: 1px solid #a2a2a2;
  transition: 0.2s ease-in-out;
}

img.person-photo {
    width: 70px;
    min-width: 60px;
    max-width: 160px;
    float: left;
    margin-right: 20px;
    top: 50%;
    left: 50px;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
}

.result-person-name {
    font-size: 16px;
    color: #3a3939;
    font-weight: bold;
}

.result-column {
    font-size:12px;
    margin-top:2px;
    margin-bottom:2px;
}



/* 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:242px;
}
  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 .side-header {
    background-color: #001E62;
      color: #fff;
      font-size: 1.2em;
      /* height: 10px; */
      padding: 3px 15px;
      /* width: 128px; */
      font-weight: 300;
  }
  div#sidebar div.data ul {
    list-style:none;
    padding:10px 5px 0 5px;
  }
  div#sidebar div.data ul li {
    /* background:url(../image/sep_side.gif) repeat-x left top; */
    font-size:90%;
    /* padding:14px 0 10px 0; */
    /* padding:5px 0 15px 0; */
  }
  div#sidebar div.data ul li p {
    /* background:url(../image/icon_arrow01.gif) no-repeat left 2px; */
    padding-left:10px;
  }
  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 {
    color: #001E62;
  }
  /* ### 2016/02/24 add end */
  /* ### 2016/03/01 add start */
  div#sidebar a:hover {
    color: #d9b000;
  }
  /* ### 2016/03/01 add end */


/* data */
div#main {
  margin-left:250px;
}

div#main div.photo {
  background:#fff;
  float:right;
  position: relative;
  z-index: 1;
}
  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.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:4px 25% 4px 8px;
  position: relative;
}
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%;
  margin-left:1.5em;
}
div#main div.text ul {
  margin-left:1.5em;
}
div#main div.text ul li {
  margin-bottom:10px;
}

div#main div.text ul li p {
  margin-left:0;
  margin-bottom: 2px;
}

div#main div.text ul li p.title {
  font-weight: bold;
  margin-bottom: 2px;
}

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
}

dl.basicRow p {
  margin-bottom: 5px;
}

dt.rowtitle {
  width: 200px;
  color: #C63527;
  font-weight: bold;
  font-size: 100%;
  vertical-align:top
}

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 {
  min-width: 120px;
  max-width: 160px;
}

div#main div.photo_name {
  min-height: 140px;
/* ### 2023/09/22 kumagai add start */
  height: auto;
  overflow: hidden;
/* ### 2023/09/22 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;
}
.right-logo-size {
  width: 200px;
}
.left-logo-size {
  width: 200px;
  margin-right: 15px;
  float: left;
}
.top-title {
  float: left;
  font-size:25px;
  margin-top: 27px;
}
.search-area {
  width:80%;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
}
.search-keyword-area {
    width:40%;
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
}
.search-button {
  vertical-align: middle;
}
.home-sub-title {
  padding: 5px;
}
.search-text {
    padding-right:50px;
}
.inner-addon {
    right: 0;
    position: absolute;
    padding: 10px;
    top: 1px;
    color: #0b6cd4;
}
.box-inline {
  display:inline-block;
  width: 90%;
}
.campus-list{
    display:  inline-block;
}
.campus-list a:hover {
  text-decoration: underline;
}
.tooltip-inner{
  max-width: 700px !important;
  text-align: left !important;
  background-color: #555655 !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color:#555655 !important;
}
.external-links {
  display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.external-links:hover {
    text-decoration: none;
    opacity: 0.6;
}
.external-link a:hover {
    text-decoration: none;
  opacity: 0.6;
}
div.mainSecItemInner:hover {
  opacity: 0.6;
}
div.image-container {
  width: 350px;
  display: table;
}
div.image-container:hover {
    opacity: 0.6;
}
ul.links li:hover {
  opacity: 0.6;
}
.external-page-links {
  margin-left: 50px;
}

li.external-link {
  display:inline;
  margin-right: 20px;
}

li a.external-link {
  background: #F1C400;
    border-radius: inherit;
    color: #fff ! important;
    border-radius: 8px;
    padding: 2px 14px;
    font-size: 12px;
    text-decoration: none;
}

.tooltip-description {
  margin-bottom:8px;
}

.external_page_links {
  margin-left: 30px;
  text-align: center;
}

.search-keyword-button {
  height: 35px;
    font-size: 14px !important;
}
.search-condtion {
  float:left;
  margin-right: 10px;
}
.search-condtion-label {
  position: relative;
    top: 6px;
}

#corp_image_wrap {
    background: url(../image/koara_link.png) center center no-repeat;
    background-size: 100% 100px;
    box-sizing: border-box;
    /* display: inline-flex; */
    width: 300px;
    height: 100px;
    padding-top: 35px;
}

#corp_image_wrap .ttl {
  max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 59px;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
}
#corp_image_wrap .ttl img {
  display: block;
    margin: auto;
}
.mainSecItemInner {
  width: 300px;
    display: table;
}
.keio-top-pic {
  width: 100%;
    display: table;
}
.right-box {
  width: 100%;
    height: 100%;
    background-color: #001E62;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.right-box p {
    text-align: left;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 25px;
}
.right-box span {
  color: #fff;
  float: left;
  width: 15px;
  margin-left:10px;
}
.pure-link-box {
  border: 1px solid #CACACA;
  display: table;
  width: 100%;
  padding: 33px;
}

.pure-link-box img {
  width: 90px;
}

.introduction-text {
    width: 50%;
    display: table-cell;
}
.thumbnails {
  display: inline;
}
.lower-thumbnail {
  display:inline-block;
    margin: 15px;
    text-align: center;
}
.lower-image {
    max-width: 220px;
    max-height: 180px;
}

.upper-thumbnail {
    display:inline-block;
    margin: 15px;
    text-align: center;
}
.upper-image {
    max-width: 220px;
    max-height: 180px;
}

.right-thumbnails {
    display: table-cell;
    text-align: right;
}
.right-thumbnail {
    display: table-cell;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.right-image {
    max-width: 180px;
    max-height: 220px;
}
a.pdf_link {
  font-size: 90%;
    vertical-align: middle;
}
li.hp-link {
  display: inline-block;
    margin-right: 10px;
    font-size: 90%;
    margin-bottom: 0px;
}
ul.links {
  display: inline-flex;
}
#refresh-button {
   font-size: 14px;
   padding: 7px;
   margin: 5px;
}
#upload-button {
    font-size: 14px;
    padding: 6px;
    margin: 5px;
}
#upload-message {
  text-align: center;
  font-size: 14px;
  color: #a51e1e;
}
.cofirm-page-icon {
  margin-right: 4px;
}
.list-indent-lvl2 {
    display: block;
    margin-left: 26px;
}
.list-indent-lvl3 {
  display: block;
    margin-left: 15px;
}
.left-top-contents {
  margin-bottom: 20px;
}
.check-form {
  margin:1em 0;
  text-align:center;
    display: inline-block;
}
div #check-only-buttons {
  background-image : url({$context-path}/uedb/image/soranback.png);
  background-repeat:repeat;
  text-align: center;
}
.header-bar {
  padding: 5px;
}
.header-bar-button {
    border: solid 1px #fff;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
  font-family: "メイリオ", sans-serif;
  transition: 0.2s ease-in-out;
}
div.title ul li a:hover .header-bar-button {
  background-color: #fff;
}
.koara_link {
  width: 100%;
  background: #001e62;
  display: block;
}

#result-description {
  margin-bottom: 8px;
    font-size: 16px;
}

.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;
  color :#0d4986;
  cursor :pointer;
  opacity: 0.7;
}

.accordion-menu-bar:hover {
  color: #258bf3;
  text-decoration-line: underline;
  text-underline-position: under;
}

.gaiyo-label {
  width: 13px;
}

.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;
}

.home-back {
  color: #007bff !important;
    text-decoration: underline !important;
}

home-back:visited {
    color: #007bff !important;
    text-decoration: underline !important;
}
