/* Sytle for PC and SP */

/* ==== Base ==== */
html {
    overflow-y: scroll;
}
body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    font-size: 13px;
    line-height: normal;
    margin: 0;
    word-spacing: normal;
    font-family: -apple-system,'BlinkMacSystemFont','Helvetica Neue',
                 'Segoe UI','Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
}
#wrap {
    margin: 0 auto;
    overflow: visible;
}
/* ==== Header ==== */
#hd {
    position: fixed;
    z-index: 5000;
    background: #1B587C;
    display : flex;
}
#hd p#lab1 {
    position: absolute;
    display: block;
    color: #FFFFFF;
    letter-spacing: 2px;
}
#hd p#lab2 {
    position: absolute;
    display: block;
    color: #FFFFFF;
    letter-spacing: 4px;
}
#hd-bk {
    position: relative;
    background: #FFF;
    width: 100%;
}
/* ==== Footer ==== */
#footer {
    display: block;
    background: #1B587C;
    margin: auto 0 0 0;
    z-index: 5000;
}
#ft {
    text-align: center;
    background: #1B587C;
    color: #FFF;
    font-size: 14px;
}
/* ==== Content ==== */
#outline {
    background: #FFFFFF;
    margin-top: 20px;
    z-index: 1;
}
/* ==== Main ==== */
#main p {
    margin: 0;
    padding: 5px 5px 0;
    font-size: 14px;
    text-indent: 1rem;
    line-height: 1.6em;
}
#main h2 {
    background: url(/~ikegami/images/h2_bg.jpg);
    border-radius: 2px;
    border: 1px solid #AFC5D1;
    color: #1B587C;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
}
#main h2::before {
    position: absolute;
    content: '';
    width: 4px;
    background: #1B587C;
}
#main h3 {
    margin: 20px 0 5px;
    position: relative;
    font-weight: bold;
    height: auto;
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
    border: 1px solid #CCC;
}
#main h3::before {
    position: absolute;
    content: '';
    border: 2px solid #12AE65;
}
#main h3::after {
    position: absolute;
    content: '';
    border: 2px solid #005EA8;
}
#main h4 {
  margin: 20px 0 10px;
  position: relative;
  font-weight: bold;
  height: auto;
  padding: 2px 0 1px 12px;
  border-left: 6px solid #1B587C;
  border-bottom: 2px solid #1B587C;
}
/* ==== News ==== */
#i_news {
    overflow-y: auto;
    height: 500px;
    border-bottom: 1px solid #000;
    margin-top: 5px;
}
.all_news_links {
    font-weight: normal;
    text-decoration: none;
    position: absolute;
}
.all_news {
    margin-top: -3px;
}
.all_news table {
    width: 100%;
}
.all_news table tr {
    vertical-align: middle;
    border-bottom: 1px solid #CCC;
}
.all_news table td {
    vertical-align: top;
    font-size: 14px;
}
.all_news table td.date {
    width: 80px;
}
.all_news table td.jrnl::before {
    content: "研究論文";
    font-weight: bold;
    font-size: 12px;
    margin-right: 0.5em;
    padding: 0 4px;
    border: solid 2px #F07F09;
    border-radius: 4px;
    color: #F07F09;
}
.all_news table td.conf::before {
    content: "学会発表";
    font-weight: bold;
    font-size: 12px;
    margin-right: 0.5em;
    padding: 0 4px;
    border: solid 2px #4E8542;
    border-radius: 4px;
    color: #4E8542;
}
.all_news table td.award::before {
    content: "受賞";
    font-weight: bold;
    font-size: 12px;
    margin-right: 0.5em;
    padding: 0 4px;
    border: solid 2px #FF0000;
    border-radius: 4px;
    color: #FF0000;
}
.all_news table span.new::before {
    content: "NEW!";
    color: #FF3333 !important;
    font-weight: bold !important;
    padding: 0 4px;
    font-size: 14px;
}
img.picture {
    display: block;
    margin: 10pt auto 10pt;
}
.daimoku {
    display: block;
    font-size: 14px;
    margin: 10pt 10pt 10pt;
}
/* ==== Research ==== */
.emphasis {
    border-bottom: 1px solid #f00;
    font-weight: bold;
    color: #f00;
}
img.figure{
    display: block;
    margin: 10pt auto 10pt;
}
/* ==== People ==== */
.member_list {
    border: 1px solid #CCC;
}
.member_title {
    background: #C4D5DD;
}
.member_list_space {
    height: 1px;
    border: none;
    border-top: 2px #1B587C solid;
}
.member_media {
    margin: 0 auto;
}
.media_text{
    padding: 10px 0 5px!important;
}
.media_text table th,
.media_text table td {
    padding: 5px 7px 5px;
}
.data_list {
    display: block;
    margin: 0 auto 0;
}
.data_list_L {
    display: block;
    margin: 0 auto 0;
}
.data_list .era {
    display: inline-block;
    vertical-align: top;
}
.data_list .data_list_con {
    display: inline-block;
}
.back_to_list {
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    margin-top: -0.5em;
}
/* ==== Theses ==== */
.theses_list {
    border: 1px solid #CCC;
    padding: 2px;
    margin: -1px auto 0;
}
.theses_name {
    font-size: 14px;
}
.theses_title {
    font-size: 15px;
    font-weight: bold;
    color: #006400;
}
/* ==== Publications ==== */
.publication_list li {
    font-size:14px;
    border-bottom: 1px solid silver;
    list-style-type: decimal;
    list-style-position: inside;
    text-indent:-1.5em;
    padding:10px 0 10px 30px;
    line-height: 19px;
}
.doi_icon {
    padding-left: 35px;
    margin-right: 3px;
}
.link_icon {
    padding-left: 40px;
    margin-right: 3px;
}
.pub_link{
   
}
.glist1::after {
    content: "\A" ;
    white-space: pre;
}
.glist2 {
    font-weight:  bold;
    color: #006400;
}
.glist3 {
    display: block;
    text-align: right;
    padding: 0 5px 0 20px;
}
.publication_list li span.new::before {
    content: "NEW!";
    color: #FF3333 !important;
    font-weight: bold !important;
    padding: 0 4px;
    font-size: 14px;
}
.pub_link_item::before {
    content: "?";
    font-weight: bold;
    color: #1B587C;
}
.pub_link_item {
    margin-left: 20px;
    font-weight: normal;
}
/* ==== Contacts ==== */
.contacts {
    font-size: 16px;
    font-weight: normal;
}
.place {
    font-size: 14px;
}
.google_map{
    position: relative;
    width: 90%;
    height: 0;
    left: 5%;
    padding-top: 75%;
}
.google_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ==== Table ==== */
.table1 {
    border-top:  1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
}
.table1 td {
    border-right:  1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    vertical-align: top;
}
.table1 th {
    border-right:  1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    background-color: #F2F2F2;
    text-align: center;
    font-weight: bold;
}

.margin_T30 {margin-top:30px !important;}
.margin_B0  {margin-bottom:0px !important;}


a {
    color: #196bc7;
    text-decoration: none;
}
a:visited {
    color: #196bc7;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
    color: #16AAC9;
    text-decoration: underline;
}

ik {
    font-weight: bold !important;
    text-decoration: underline;
}

