@charset "utf-8";
/* CSS Document */
#doctor{
    width: 100%;
    float: left;
    padding-top: 30px;
	padding-bottom: 40px;
	background-image:none;
	margin-bottom: 10px;
}


.kome {
    color: #009b40;
}

.daimu {
    color: mediumvioletred;
}

div#doctor {
    padding: 0 20px;
}

div#doctor table {
    width: 100%;
    margin-top: 30px;
}

div#doctor table tr:first-child {
    border-bottom: 1px solid #ccc;
}

div#doctor table tr:last-child {
    border-bottom: 1px solid #ccc;
}

div#doctor table th {
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 10pt;
}

div#doctor table td {
    text-align: center;
    line-height: 1.1em;
    vertical-align: middle;
    font-size: 9pt;
    width: 6%;
}

div#doctor table td.rowspanstyle {
    vertical-align: middle;
    line-height: 0.8;
}

div#doctor table td.rowspanstyle>span {
    font-size: 9pt;
    display: inline-block;
    line-height: 1;
}

div#doctor table tr:nth-child(odd) td {
    padding: 0px 0 10px 0;
}

div#doctor table tr:nth-child(even) td {
    padding: 5px 0 0 0;
}

div#doctor table .circle {
    font-size: 20pt;
}

div#doctor table .sat {
    color: #1780e7;
}

div#doctor table .sun {
    color: mediumvioletred;
    width: 35px;
}

div#doctor table .time {
    font-weight: bold;
    width: 40px;
}

div#doctor p {
    /*text-indent: -0.5em;*/
    font-size: 10pt;
    margin-top: 5px;
    margin-left: 8px;
    line-height: 1.7em;
}
div#doctor table td.bottom_l {
 border-bottom: 1px solid #ccc;
}
div#doctor table td.top_tuke {
	vertical-align: top;
}

div#doctor td.right_l {
 border-right: 1px solid #ccc;
}


