@charset 'UTF-8';
/*---------------------------------------------------------------------------------
gairai
---------------------------------------------------------------------------------*/

/*
共通
---------------------------------------------------------------------------------*/
.cntWrap {
	border-color: #f99;
	text-align: left;
}

.cntWrap p {
	text-indent: 0;
}

/*
外来担当医
---------------------------------------------------------------------------------*/
#txtDate {
	background: #39c;
	color: #fff;
	margin: 15px 15px 0;
	padding: 10px;
	text-align: center;
	width: 150px;
}

#cntDoctor table {
	background: #999;
	margin: 15px auto 0;
	width: 715px;
	word-break: break-all;
	word-wrap: break-word;
}

#cntDoctor th,
#cntDoctor td {
	line-height: 1.5;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	word-break: break-all;
	word-wrap: break-word;
}

#cntDoctor th {
	background: #ffc;
}

#cntDoctor td {
	background: #fff;
}

/*
診療科目
---------------------------------------------------------------------------------*/
#cntItem td {
	vertical-align: top;
}

#cntItem ul {
	line-height: 1.5;
	margin: 15px 0;
	text-align: left;
}

*+ html #cntItem ul {
	margin: 15px 0 15px 45px;
}

* html #cntItem ul {
	margin: 15px 0 15px 45px;
}