@charset "UTF-8";

/* base
-----------------------------------------------------------*/
.txt {
    margin-bottom: 25px;
    overflow: hidden;
    line-height: 1.9em;
}

.kyocyo{
    border-bottom: 1px #979696 solid;
    font-weight: bold;
}

.st {
    font-size: 34px;
    font-weight: 100;
    color: #000;
    line-height: 42px;
    text-align: center;
    margin: 0 0 100px;
    padding: 20px 0 0;
    position: relative;
}

/*---------------------------------------------------------
 #main_img
-----------------------------------------------------------*/
#main_img .main_ttl {
    padding: 13% 0 9% !important;
}
.main_ttl::before {
    margin: 30px auto 0 !important;
}

/*---------------------------------------------------------
 .contents
-----------------------------------------------------------*/
.contents{
    padding: 0 1em;
}

/* .contact
-----------------------------------------------------------*/

.contact {
    width: 100%;
    height: 180px;
    background: #000;
    color: #FFF;
    padding: 10px;
}
.contact div.toi_syurui {
    position: relative;
    width: 100%;
    height: 60px;
    float: none;
    color: #e8c98b;
    font-size: 1.4em;
    text-indent:0.2em;  
    padding: 0;
}
.contact div.toi_syurui span {
    display: block;  
    font-size: 0.7em;
    text-align: left;    
    margin-top: 5px;
}

.contact div.toi_syurui::after {
    position: absolute;
    display: block;
    top: 30px;
    width: 93%;
    height: 1px;
    background: #e8c98b;
    content: "";
}

.contact div.koutekicontact {
    width: 100%;
    padding: 0.5em 0 0 1em;
    float: none;
}
.contact div.koutekicontact h3 {
    color: #D7D4D4;
    font-size: 1.1em;
    //font-weight: normal;
}
.contact div.koutekicontact a.mail{
    color: #D7D4D4;
    font-size: 1.5em;
    font-weight: bold;
}

.contact div.koutekicontact i{
    margin-right:0.5em;
}

.contact div.koutekicontact .memo {
    color: #dbdada;
}






/* .prf_nav
-----------------------------------------------------------*/
div.prf_nav{
    position: relative;
    display: block;
    margin: 25px auto 0;
    width: 100%;
    height: auto;
    padding: 1em 0;
    transition: .5s all;
}

div.prf_nav:after{
    display: block;
    content: "";
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}

div.prf_nav p {
    width:31%;
    margin: 1%;
    float: left;
    border: 1px #2c88b5 solid;
    text-align: center;
}

div.prf_nav p a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    color: #2c88b5;
    line-height: 3em;
    font-size: .8em;
    line-height: 1.5em;
    transition: .5s all;
}

div.prf_nav p a img {
    width: 50%;
}

div.prf_nav p a img.key{
    position: absolute;
    width: auto;
    bottom: 7px;
    right: 9px;
}

div.prf_nav p a:hover{
    background: rgba(44,136,181,0.2) 
        }

//div.prf_nav p#Schedule a{    background: #f09723;    }

/*ナビゲーション固定対応
--------------------------------*/
.pnav{   
    position: fixed;
    display: block;
    top: -270px;
    padding: 5px;
    background: rgba(0,0,0,0.1);
    text-align: center;
    z-index: -2; 
}
.pnav .menu{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.pnav p{
    float: left;
    width:25%;
}

.pnav p a{
    display: block;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 0.85em;
}

.pnav .menu::after{
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    content:"";
    clear: both;
}


.clone-nav {
    position: fixed;
    display: block;
    top: 50px;
    left: 0;
    background: rgba(0,0,0,1);
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
  }

  header.fixed #header_top {
    background: #fff;
    height: 55px;
}


/* 
-----------------------------------------------------------*/
ul.linkLine.bg_link li a:hover, ul.linkLine.bg_link li a:hover i {
    color: #fff;
    background: #c0881d;
}

#prf #main_img {
    background: url(/kenkyu/prf/img/main_img.jpg) no-repeat center center;
        background-size: auto;
    background-size: auto;
    background-size: cover;
    z-index: -2;
}
#main_img .main_ttl {
    text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
    padding: 130px 0 0;
  }

.main_ttl::before {
    margin: 100px auto 0;
    border-top: 134px solid rgba(6, 100, 193, 0.6);
    border-left: 151px solid transparent;
    border-right: 151px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    content: '';
    position: absolute;
}



/* .PickUp
---------------------------------------------*/
.PickUp{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0.5em 0 3em 0;
}

.topics {
    width:100%;
    height: auto;
    padding: 5px;
    display: inline-block;
}

.topics a p.title{
    wodth: 100%;
    border: 0;
    padding: 2em 1em;
    text-align: center;
}
.topics a p:last-of-type{
    display: inline;
    text-align: justify;
}

.topics a:hover p:last-of-type {
    border-bottom: 1px #b51313 solid;
    color: #b51313;
}


.topics.next{
    background: #eee;
    height: 100px;
    border:0;
    box-shadow: none;
}

.topics.next::after{
    position: absolute;
    display: block;
    content: "過去のお知らせ →";
    top: 35px;
    left: 90px;
    font-size: 1.5em;
    color: #8e8a8a;
}


/* Link
-----------------------------------------------------------*/
.Link{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
    margin: 3em auto 2em;
}

.Link p {
    padding: 1em 0 1em 0;
}
.Link p a{
    border: 1px #CCC solid;
    padding: 2px;
    display: block;
}
.Link p img{
}
ol.list01 li a img {
    margin-top: 8px;
    width: auto;
}


.tab_area li {
    padding: 1em;
    font-size: 12px;
}

/* ----------------------------------------------
 download.php
----------------------------------------------*/
table.download {
    border-collapse: collapse;
    width: 100%;
}

table.download thead th{
    background: #666363;
    color: #fff;
}

table.download thead th:first-of-type { width: 20%;}
table.download thead th:nth-of-type(2) { width: 50%;}
table.download thead th:last-of-type { width: 30%;}
table.download td,
table.download th {
    padding: 0.5em 1em;
    border: 1px #ccc solid;
}


tr[title="全般"] th, tr[title="全般"] td{
    background: #eaf2de;
}

tr[title="科学研究費助成事業"] th, tr[title="科学研究費助成事業"] td{
    background: #f0edfd;
}

tr[title="日本医療研究開発機構研究費"] th, tr[title="日本医療研究開発機構研究費"] td{
    background: #e4f2f7;
}

tr[title="厚生労働科研費"] th, tr[title="厚生労働科研費"] td{
    background: #f9ece4;
}

tr[title="間接経費"] th, tr[title="間接経費"] td{
    background: #fbf4de;
}

table.download td.clearfix a{
    float: left;
    font-size: .9em;
    border: 1px #ccc solid;
    padding: 0.5em 1em;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    width: 60px;
    text-align: center;
    margin: 2px;
}

table.download td.clearfix {    padding: 0.5em 1em;    }
table.download td.clearfix a span{
    color: #333;
    font-size: 1em;
}

/*i*/
.download .fa, .download .fas {    font-size: 2em;  }



table.download a.excel {
    line-height: 1.3em;
    display: block;
    text-align: center;
    padding: 5px;
    color: #508658;
}

table.download a.word {
    line-height: 1.3em;
    display: block;
    text-align: center;
    padding: 5px;
    color: #436693;
}

table.download a.pdf {
    line-height: 1.3em;
    display: block;
    text-align: center;
    padding: 5px;
    color: #ce4b4b;
}
table.download a:hover {    background: #efefef; }



/*-----------------------------------------------------
footer
-----------------------------------------------------*/

#ft_links, #ft_contact .fr, #ft_contact .txt_tel {
    display: none;
}
#ft_contact {
    padding: 10px 0 15px 0;
    background: #f1f1f1;
}
#ft_bottom {
    background: #b8b0b0;
}
#ft_contact  .fl{      float: none; position: relative; text-align: left; }
#ft_contact .ft_logo span{
    position: absolute;
    left: 150px;
    top: 12px;
}
#ft_contact .ft_logo img {
    margin: 0 auto;
    width: 35%;
}
