

/* ---------------------------------------------
*   各センターのご案内
--------------------------------------------- */
#inner_links {
    display:block;
    overflow:hidden;
    margin-bottom:50px;
}

#inner_links ul{
    display:block;
    overflow:hidden;
}

#inner_links ul li {
    display: inline-block;
    padding-left: 20px;
    background-image: url(../img/common/arrow_gr_right.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right:50px;
    margin-bottom: 15px;
}

.ditail_box_geeen{
    display:block;
    overflow:hidden;
    padding:20px;
    border:1px solid #009844;  
    margin-bottom:25px;  
}

.ditail_box_geeen > h4{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:1em;
}

.colum_left{
    display:block;
    overflow:hidden;
    width:calc(100% - 200px);
    float:left;
}

.colum_right{
    display:block;
    overflow:hidden;
    width:180px;
    padding-left:20px;
}

.colum_right > img:nth-child(3){
    margin-top:10px;
}

.pict_r{
    display:inline-block;
    overflow:hidden;
    float:right;
    margin-left: 20px;
    /*margin-bottom:20px;*/
}

.mod-greeting{
    margin-bottom:37px;
}

.mod-greeting strong{
    font-weight:bold;
    font-size:1.1em;
}

.txt_r{
    text-align:right;
}

@media screen and (max-width: 738px) {

    #inner_links ul li {
        display:block;
        margin-right:0;
        margin-bottom: 15px;
    }

    .colum_left{
        width:100%;
        float:none;
    }

    .colum_right{
        width:100%;
        padding-left:0;
        text-align:center;
    }

    .img_w > img{
        width:48%;
    }

    .pict_r{
        display:block;
        float:none;
        margin-left:0;
        margin-bottom:20px;
        text-align:center;
    }
}


/* ---------------------------------------------
*   教員紹介
--------------------------------------------- */
#sutff_list{

}

#sutff_list h3{
    font-weight:bold;
    margin-top:25px;
}

table.ac_table{
    width:100%;
    table-layout: fixed;
}

table.ac_table thead{
    background-color:#ffffee;
}

table.ac_table thead th{
    text-align:center;
}

table.ac_table th,
table.ac_table td{
    padding:5px 10px;
    border:1px solid #cccccc;
}

table.ac_table tr > th:first-child{
    width:35%;
}

table.ac_table tbody th{
    background-color:#eeeeee;
}

table.ac_table a{
    color:#0000cc;
}
table.ac_table a:hover{
    text-decoration:underline;
}


.univ-stuffs{
    display:block;
    overflow:hidden;
    margin-bottom:150px;
}

.univ-stuffs > .mod-greeting{
    padding-top: 25px;
    border-top: 1px dotted #cccccc;
}

.univ-stuffs h4{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:1em;
}

.univ-stuffs dl{
    /**/
}

.univ-stuffs dl dt{
    display:inline-block;
    font-weight:bold;
    background-color: #dddddd;
    padding:2px 1em;
}

.univ-stuffs dl dd{
    display:block;
    overflow:hidden;
    margin-bottom: 25px;
}

.univ-stuffs dl dd > ol{
    margin-left: 2em;
    list-style-type: decimal;
}

.univ-stuffs dl dd > ul{
    margin-left: 2em;
    list-style-type: disc;
    margin-bottom:1em;
}

.stuff_pict{
    display:inline-block;
    overflow:hidden;
    width: 120px;
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 738px) {

    table.ac_table tr > th:first-child{
        width:auto;
    }
    
}



/* ---------------------------------------------
*   教員紹介
--------------------------------------------- */


@media screen and (max-width: 738px) {

    
}

