@charset "UTF-8";
/*
  このファイルに追加したいstyleを記述します
  例：
  p {
    color: #000 !important;
    font-size: 20px !important;
  }
*/
/*学問祭2022　追加CSS*/
article.gakumonsai section table.plan1-tb th {
  table-layout: auto;
}

article.gakumonsai section table.plan1-tb .thd100 {
color:white;
    background: #555 !important;
    word-break: keep-all;
}

article.gakumonsai section table.plan1-tb .thd001{
    background-color:#FCF7D1;
}
article.gakumonsai section table.plan1-tb td a{
    color : black;
}
article.gakumonsai section table.plan1-tb .thd002 {
background-color: #FCD7D1;
}
article.gakumonsai section table.plan1-tb .thd003 {
    background-color: #F2DDC6; 
}
article.gakumonsai section table.plan1-tb .thd004 {
background-color: #ECCEF7;
}
article.gakumonsai section table.plan1-tb .thd005 {
background-color: #B7C7F8;
}
article.gakumonsai section table.plan1-tb .thd006 {
background-color: #D4F7DD;
}
article.gakumonsai section table.plan1-tb .thd007 {
background-color: #ECF7DE;
}

article.gakumonsai section table.plan2-tb th, article.gakumonsai section table.plan2-tb td{
    min-height:2em;
    padding:0 5px;
}

/*職員採用　表のiphone対応*/

@media screen and (max-width:750px) {
  /*  #tbl_recruit {
        border-collapse: collapse;
        box-sizing: content-box;
        writing-mode: initial;
        border: solid 1px #000000;
        background-color: burlywood;
    }*/
   #tbl_recruit {
        writing-mode: horizontal-tb;
        word-break: keep-all;

    } 

   #tbl_recruit2 {
        border-collapse: collapse;
        border: solid 1px #000000;
        background-color: #F5C7C7;     
        /*writing-mode: vertical-lr;*/
      }
    #tbl_recruit2 th td {
        writing-mode: horizontal-tb;
        text-transform: full-width;
        box-sizing: content-box;
        /*width: auto;
        height: 1.5em;*/
    }
    
}
/* 経営戦略室 */

＃tbl_keisen_1 td {
    vertical-align: top;
}

/*NEWS 背景色追加*/
.news-item-list a {
    background-color: #eee;
}

/*トップページのスライダーに固定表示させる*/
.box_hero {
    position:relative;
}
.slider_note {
    z-index:auto;
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider_note #slider_note_container {
    position: absolute;
    bottom: 10px;
    right: 30px;
    border: solid 0.5px #00E359;
    background-color: beige;
    font: bold 1.0em;
    padding: 2px 15px 0px 15px;
}
/*news 221228 のリンク設定boxの装飾*/
.main-area .definition-list a {
    border: solid 0.5px #00E359;
    background-color: beige;
    padding: 0 2px;
}

/* news一覧で最後の列データが２個の時、左寄せする対応。これが無いと左右の両端に位置させる*/

article.news-item-list::after {
  content:"";
  display: block;
  width:27%;
}

/*内線一覧リスト https://www.nara-ni.ac.jp/disclosure/oninstitute/contact/index_nwu.html*/
dl.definition-list .cnt_lst dd {
    margin-bottom: 2px;
    margin-left: 30px;
}

/* nara-ni/bid/syougai/index_kiko.html 部門名追加*/
section .dept dl {
    max-width: 460px;
    height: 120px;
    padding: 24px 40px;
    margin: 160px auto 0px;
    border: 1px solid #990000;
    border-radius: 24px;
    text-align: center;
}

/*機構の概要＿執行体制＿役員等　の表*/
table.director_tb {
    border-collapse: collapse;
    width: 100%;
}
table.director_tb th, table.director_tb td {
    border: solid 1px #3cab84;
    padding: 8px;
}
table.director_tb td:nth-child(1) {
    padding-left: 10px;
}

table.director_tb td:nth-child(2) {
    padding-left: 40px;
    width:180px;
}
table.director_tb td:nth-child(3) {
    text-align: center;
}
/*調達情報　表中　文字を縦中央に配置*/
.bid-table td {
    vertical-align: middle;
}

/* トップページ　news一覧下のドットを非表示にする*/
.news .slick-dots {
    visibility: hidden;
}

/* トップページ英語切替表示（English）の位置調整*/
.search-space .lang {
    margin: auto 20px;
}
/* トップページ英語切替表示（English）モバイル時はバーガーメニューに表示しない*/
@media screen and (max-width:750px){ 
    .search-space .lang {
        visibility : hidden;
}
}
/*英語ページのJapanese位置調整*/
.contact-access #jpn a{
    padding-right: 20px;
}

/*データ　集講演等録画集-*/
#lect_data dt{
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-bottom: 0px;
}
/*採用情報rowspan縦中央配置*/
.tbl_rs {
    vertical-align: middle;
}

