@charset "UTF-8";
/* CSS Document */	


.timeTableArea_b{
	width: 450px;
}
.timeTableArea_b table{
	height: 180px;
}
.timeTableArea_b table thead th{
	height: 28px;
}
.timeTableArea_b table tbody th{
	text-align: left;
	padding-left: 20px;
	height:50px;
}
.timeTableArea_b table tbody td{
	width: 50px;
}

.kyushinbi_b{
	padding-left: 57px;
	position: relative;
}
.kyushinbi_b img{
	position: absolute;
	left: 0;
	top: 0;
}
.memo img{
	display: inline-block;
	padding: 0 3px 3px 0;
}



.box_s{
	width:620px;
	background: url(../img/common/bg_pattern01.png);
	border: 2px solid #a0ded9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
	margin:0 auto;
}
.box_s .boxIn{
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px 30px 20px;
	overflow: hidden;
}

.box_s .boxIn ul {
    padding-top:30px;
}

.box_s .boxIn li::before {
    color: #ffdd40;
    content: "●";
    margin-right: 3px;
}


.box_h{
	width:300px;
	background: url(../img/common/bg_pattern01.png);
	border: 2px solid #a0ded9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
	margin:0 auto;
}
.box_h .boxIn{
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px 30px 20px;
	overflow: hidden;
}

.box_h .boxIn ul {
    padding-top:30px;
}

.box_h .boxIn li{padding-left: 1em; text-indent: -1em;}

.box_h .boxIn li::before {
    color: #ffdd40;
    content: "●";
    margin-right: 3px;
}


.subttl01 {
    top: 20px;
    display: block;
    height: 38px;
    position: absolute;
    left: -11px;
    width: 184px;
    z-index: 9999;
}

.subttl02 {
    top: 20px;
    display: block;
    height: 38px;
    position: absolute;
    left: -11px;
    width: 184px;
    z-index: 9999;
}


.pic01 {
    top: 100px;
    display: block;
    height: 109px;
    position: absolute;
    right: 10px;
    width: 90px;
    z-index: 9999;
}


h3 {
	margin-bottom: 30px;
}
h4 {
	margin-bottom: 30px;
}


.text_box p{width:400px;}

.box_note {
    background: rgba(0, 0, 0, 0) url("../img/common/box_note_bg.png") repeat-y scroll 0 0;
    margin-top: 50px;
    padding: 10px 35px;
    position: relative;
    width: 590px;
}

.box_note::before {
    content: url("../img/common/box_note_head.png");
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 660px;
}
.box_note::after {
    bottom: -30px;
    content: url("../img/common/box_note_foot.png");
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    width: 660px;
}


table.schedule{
	width: 100%;
	line-height: 1.4;
}
table.schedule th,
table.schedule td{
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	border: 1px solid #ff9326;
}
table.schedule thead th{
	color:#fff;
	font-weight: bold;
	background:#1c9c8d;
	padding-top: 2px;
}
table.schedule thead td{
	font-weight: bold;
	background:#fcf5be;
	padding-top: 2px;
}
table.schedule tbody th{
	padding: 3px;
	color:#fff;
}
table.schedule tbody td{
	padding:5px;
}

.text_box dl{width:400px;}

.text_box dl dd ul li{
	padding-left: 1em;
    text-indent: -1em;
}

.text_box dl dd ul li:before{
	content: "●";
	color: #ff9326;
	padding-right: 3px;
}

.back_lorange{background-color:#ffba26;}
.back_dorange{background-color:#ff9326;}
.back_red{background-color:#fd611c;}

.back_01{background-color:#fff0cf;}
.back_02{background-color:#ffdbb7;}
.back_03{background-color:#ffd6c4;}

.back_gray{background-color:#eee;}

.maru_orange li{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.maru_orange li:before {
    color: #ff9326;
    content: "●";
    margin-right: 3px;
}

.right .bx_link{
	margin-top: 15px;
}

.right .bx_link a{
	text-decoration: underline;
}

/* 担当医表 ↓*/
.tantouiArea{
	/* width: 450px; */
}

.tantouiArea table.timeTable{
	width: auto;
}

.tantouiArea>p{
	padding: 3px 0 3px 10px;
    position: relative;
    font-weight: bold;
}

.tantouiArea>p:before {
    content: '';
    display: block;
    background-color: #f76ea2;
    position: absolute;
    width: 4px;
    height: 20px;
    top: 4px;
    left: 0;
}


.tantouiArea table.timeTable.tantoui th{
	border: 1px solid #f76ea2;
	padding: 3px;
	text-align: left;
}

.tantouiArea table.timeTable.tantoui td{
	text-align: center;

}


.tantouiArea table.timeTable.tantoui th{
	padding: 2px 0 2px 20px;
	width: 122px;
}

.tantouiArea table.tantoui tbody td{
	width: 50px;
	border: 1px solid #f76ea2;
}

.tantouiArea table.tantoui thead th{
	background: #f76ea2;
	/* width: 14px; */
}

.tantouiArea span.txt_red{
	/* font-weight: bold; */
	display: inline-block;
    padding: 2px 0 0;
    width: 100%;
    background-color: #f3b3cc;
	margin-bottom: 5px;
}

.tantouiArea table.tantoui td.split_border{
	padding: 0;
}

.tantouiArea table.tantoui td.split_border>span{
	display: inline-block;
	padding: 0px 0 5px;
	width: 100%;
}

.tantouiArea table.tantoui td.split_border>span .txt_s{
	font-size: 12px;
}


.tantouiArea .timeTable_note{
	width: 366px;
    border: 1px solid #f76ea2;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0 20px;
}

