@charset "UTF-8";
/* ==========================================================
Name:
    feature.css

Description:
   「本学の特徴」コーナー用カスタムスタイル

Contents:
    top
    professor
    facilitys facilitys02
    equipment equipment02
    qualify_passrate
    job_offer
    expenses

    ========================================================== */


.mod-greeting__center {
    /*margin-bottom:0;*/
}


/**********************************
 outer link btn
**********************************/
a[class^='outer_link']{
    display:block;
    overflow:hidden;
    padding:0.5em 0;
    color:#ffffff;
    text-align:center;
    background-color:#009844;
    border-radius: 5px;
    font-size:1.0rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    /*width:540px;*/
    margin:0 auto 0.5em;
}


a[class^='outer_link']:hover{
    opacity:0.5;
}

a[class^='outer_link'] > span{
    color:inherit;
    padding-right:20px;
    background:url('../img/common/icon_link_wh.png') no-repeat right 50%;
}


a.outer_link_word{
    background-color:#0482e3;
}
a.outer_link_word > span{
    color:inherit;
    padding-right:20px;
    background:url('../img/common/icon_word.png') no-repeat right 50%;
}


a.outer_link_excel{
    background-color:#009844;
}
a.outer_link_excel > span{
    color:inherit;
    padding-right:20px;
    background:url('../img/common/icon_excel.png') no-repeat right 50%;
}

a.outer_link_pdf{
    background-color:#0482e3;
}


a.outer_link_russet{
    background-color:#dc6a81;
}

a.outer_link_navy{
    background-color:#00aae0;
}


a.outer_link_green{
    background-color:#4b805a;
}


a.outer_link_orange{
    background-color:#e88120;
}


@media screen and (max-width: 738px) {

    a[class^='outer_link']{
        width:100%; 
    }
}


/**********************************
 shard format
**********************************/

.job-points{
    margin-bottom:50px;
}

.right_txt{
    text-align:right;
}

ul.disclist{
    list-style-type: disc;
    margin-left: 2em;
}

ol.numlist{
    list-style-type:decimal;
    margin-left: 2em;
}

/* ==========================================================
*
*  TOP Page
*
========================================================== */
#jobtop{
    margin-bottom:100px;
}

#jobtop .about_idx_submenu{
    width:80%;
    padding:0;
    margin:0 auto;
}

#jobtop .about_idx_submenu > ul{
    display:block;
    overflow:hidden;
}

table.shikaku{
    width:100%;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}

table.shikaku td,
table.shikaku th{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
}

table.shikaku thead th {
    background-color: #f1f7f1;
    text-align:center;
}

table.shikaku tbody th {
    background-color:#f1f7f1;
}

table.shikaku td strong{
    font-weight:bold;
}

table.shikaku td a{
    padding-left:1em;
    float:right;
}

table.shikaku td a:hover{
    color:#009844;
}

table.shikaku td a > span{
    padding-left: 20px;
    background: url(../img/common/arrow_gr_right.png) no-repeat 5px center;

}

.sTxt{
    font-size:0.8em;
}



@media screen and (max-width: 738px) {

    #jobtop .about_idx_submenu{
       /* width:100%;
       padding:10px;*/
    }

    #jobtop .about_idx_submenu ul li {
        display:block;
        width: 100%;
        float: none;
    }

    .scroll_frame {
        display: block;
        overflow-x: scroll;
        width: 100%;
        margin: 0 auto;
    }
    .scroll_inner {
        display: block;
        overflow: hidden;
        width: 710px;
    }
}


/* ==========================================================
*
*  student_result
*
========================================================== */
#job_result{
    margin-bottom:50px;
}
#job_result .mod-greeting__center{
    margin-bottom: 25px;
}

#job_result .mod-greeting__center > p{
    padding-left:1em;
}



/* ==========================================================
*
*  job_hospital
*
========================================================== */
#job_hospital{
    margin-bottom:50px;
}

.hospital-msg{
    margin-bottom:37px;   
}

.hospital-msg > p{
    margin-bottom:1em;
}

#job_hospital a[class^='outer_link']{
    width:540px;
}


/* ==========================================================
*
*  attention
*
========================================================== */
#job_attention{
    margin-bottom:50px;
}

dl.job_attent-datalist{
    display:block;
    overflow:hidden;
    margin:0 auto 25px;
    padding:1em;
    width:670px;
    background-color: #f1f7f1;
    /*border:1px solid #009844*/
}

dl.job_attent-datalist > dt{
    clear:both;
    display:block;
    overflow:hidden;
    width: 170px;
    float:left;
    font-weight:bold;
    /*text-align:right;*/
}

dl.job_attent-datalist > dd{
    display:inline-block;
    overflow:hidden;
    width:500px;
}

#job-contacts dl{
    border-bottom: 1px dotted #cccccc;
}

#job-contacts dl > dt{
    clear:both;
    display:block;
    overflow:hidden;
    width: 150px;
    float:left;
    font-weight:bold;
    border-top:1px dotted #cccccc;
    padding-top: 1em;
    /*text-align:right;*/
}

#job-contacts dl > dd{
    display:inline-block;
    overflow:hidden;
    width:620px;
    padding-top: 1em;
    margin-bottom:1em;
    border-top:1px dotted #cccccc;
}

#job-contacts dl > dt:nth-child(1),
#job-contacts dl> dd:nth-child(2){
    border-top:none;
}

.rTxt{
    margin-top:1em;
    text-align:right;
}


@media screen and (max-width: 738px) {

    dl.job_attent-datalist{
        width:auto;
    }

    dl.job_attent-datalist > dt,
    #job-contacts dl > dt{
        width:auto;
        float:none;
    }

    dl.job_attent-datalist > dd,
    #job-contacts dl > dd{
        display:block;
        width:auto;
        padding-left:1em;
    }

    dl.job_attent-datalist > dd{
        margin-bottom:1em;
    }

    #job-contacts dl> dd{
        border-top: none;
    }

    #job-contacts .rTxt{
        text-align:left;
    }
    
}


/* ==========================================================
*
*  kyoshokukatei
*
========================================================== */

#job_kyoshokukatei{
    margin-bottom:50px;
}

#job_kyoshokukatei table.shikaku th{
    white-space:nowrap;
}


dl.boldlist > dt{
    font-weight:bold;
}

dl.boldlist > dd{
    padding-left:1em;
    margin-bottom: 25px;
}

@media screen and (max-width: 738px) {
    
}

/* ==========================================================
*
*  job
*
========================================================== */


.job-region {
	
  margin-bottom:10px;
	
	
	}


.job-region dl {
  width:100%;



}
.job-region dt {
	font-weight:bold;
  float:left;
  clear:left;
  width:12%;

}
.job-region dd {
  float:left;
  width:88%;
}


@media screen and (max-width: 738px) {
	
	.job-region dt {
 width:100%;
  float: none;



}
.job-region dd {
 width:100%;
  float: none;

}

    
}



