@charset "UTF-8";

/* 看護学部 授業について　CSS PC
===============================================*/
.mv {
    background: url(/kango/academics/img/mv_academics.jpg) no-repeat center center;
    background-size: cover;
}
.contentWrap01 {
    width: 100%;
}
.contentWrap01 .floatWrap01 {
    width: 100%;
}
.contentWrap01 .floatWrap01 .leftBox{
    width: 100%;
}
.contentWrap01 .floatWrap01 .rightBox_float{
    width: 100%;
}
.contentWrap01 .floatWrap01 .rightBox_float p{
    width: 46%;
    margin-right: 4%;
    border: solid 1px #333;
    float: left;
    padding: 8px 0;
    text-align: center;
    font-size: .95em;
    background: #fff;
}
.contentWrap01 .floatWrap {
    width: 100%;
}
.contentWrap01 .floatWrap .leftBox{
    width: 100%;
}
.contentWrap01 .floatWrap .rightBox{
    width: 100%;
}
.contentWrap01 .floatWrap .rightBox p{
    width: 100%;
    border: solid 1px #333;
    padding: 8px 0;
    text-align: center;
    font-size: .95em;
    margin-bottom: 10px;
    background: #fff;
}






/* for-contentBox2
===== ===== ===== =====*/
#main section.curriculum h3{
    line-height: 180%;
}
.contentWrap02 {
}
.contentWrap02 h4 {
}
.contentWrap02 p {
}

.contentWrap02 .sample-name {
    width: 100%;
    text-align: right;
     font-size: 12px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.contentWrap02 .sample-name .must {
    font-weight: bold;
    color: #e5004a;
    display: inline-block;
}

.contentWrap02 table ul li ul{
    margin: 0 auto;
}
.contentWrap02 table ul li ul li{
    list-style: none;
}

.contentWrap02 table .must {
    font-weight: bold;
    color: #e5004a;
}

.contentWrap02 table {
}
.contentWrap02 tr {
}
.contentWrap02 th {
    width: 30%;
}
.contentWrap02 td {
    widows: 70%;
    padding: 20px 30px;
    box-sizing: border-box;
}
.contentWrap02 td ul{
    margin: 0;
}
.fs80{
    font-size: 80%;
    font-weight: normal;
}
