@charset "utf-8";

/*common
************************************************************************************/


/*page_index
************************************************************************************/


/*page_program
************************************************************************************/
.page_program th {
    width: 5em;
}
@media screen and (max-width: 620px){
    .page_program th {
        width: 100%;
    }
}

/*page_achievement
************************************************************************************/
.page_achievement th.total {
	background-color: #3388b6;
    font-weight: 600;
    color: #FFF;
}
.page_achievement ul.list_treat li{
    width: 16%;
}


@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}

/*page_referral
************************************************************************************/
.page_referral .med_hours{
    margin: 15px 0;
    padding: 10px 0;
    text-align: center;
    background: #CBDBEB;
    font-weight: 600;
    font-size: 18px;
}
.page_referral table.normal{
    table-layout: fixed;
}
