@charset "utf-8";

.business {
    width: 80%;
    margin: 0 auto;
}

.business .img2 {
    width: 40%;
}

.business .img2 img {
    width: 100%;
}

.clinic_time {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.clinic_time table{
    width: 100%;
    border-spacing: 0;
}


.clinic_time table th {
    font-weight: bold;
    font-size: 16px;
    background: #f3f6f8;
    border-top: 2px solid #1573b1;
    text-align: center;
    color: #333;
    line-height: 35px;
    
}

.clinic_time table td {
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 30px;
}
.clinic_time table th:nth-child(1), .clinic_time td:nth-child(1) {
    border-left: 1px solid #ccc;
}
.clinic_time table th, .clinic_time td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

span.red_txt {
    color: #f00;
}