@charset "utf-8";

#main_v{
    background-image: url("../medical/img/main.png");
    background-size: cover;
    background-position: left bottom;
    height: 320px;
    margin-bottom: 20px;
}

#main_v h1{
    height: 320px;
    line-height: 320px;
    text-align: center;
    margin: 0;
    font-size: 18pt;
    color: #ffffff;
    text-shadow: 0 0 20px #000000;
    overflow: hidden;
}

@media only screen and (min-width:768px) {
    #main_v{
        background-image: url("../medical/img/main.png");
        background-size: cover;
        background-position: center center;
        height: 360px;
        margin-bottom: 80px;
    }

    #main_v h1{
        height: 360px;
        line-height: 360px;
        text-align: center;
        margin: 0;
        font-size: 30pt;
        letter-spacing: 2px;
        color: #ffffff;
        text-shadow: 0 0 20px #000000;
        overflow: hidden;
    }
}


h2{
    font-size: 20pt;
    text-align: center;
    padding: 50px 0 20px 0;
}

h2 span{
    font-size: 14pt;
    display: block;
    margin-top: 10px;
}

.lede{
    text-align: center;
}

table{
    width: 100%;
    text-align: center;
    font-size: 11pt;
    margin-bottom: 50px;
}

table th,td{
    padding: 7px;
    border: 1px solid #333333;
}

table th{
    font-weight: normal;
    background-color: #e3ebe4;
}

.tb01 th,.tb03 th,.tb0 th{
    width: 35%;
}

.tb03 th,.tb05 th,.tb06 th{
    width: 55%;
}

.sat{
    background-color: #dff1ff;
}

.sun{
    background-color: #ffdad1;
}

@media only screen and (min-width:768px) {
    .tb01 th,.tb02 th,.tb03 th,.tb04 th{
        width: 180px;
    }
}


caption{
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
}

.week th{
    text-align: center;
}

.images img{
    display: block;
    margin:0;
    width: 100%;
}

.important {
font-size: 11pt;
margin-bottom: 40px;
}

.bt20{
margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
    .images img{
        width: 50%;
        float: left;
    }
}

.notes ul {
    margin-bottom:60px;
    list-style-type: none;
    margin-left: -25px;
}
.notes li {
font-size: 11pt;
    margin-bottom: 8px;
    line-height: 1.5;
}

.notes li:before {
    content: '●';
    margin-left:-15px;
}

.notes strong{
    background-color: #ffeed6;
    font-weight: normal;
}

.stop{
    padding: 7px;
    color:red;
    border: 1px solid red;
    text-align: center;
}
