@charset "UTF-8";
@import "../common/main.css";

.mainImg {
	background-image: url(headImg.jpg);
}

.txt1 {
	display: block;
	margin: 30px auto;
}

.ltxt, .rtxt {
	position: relative;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.ltxt div {
	float: left;
	width: 330px;
}

.ltxt img {
	display: block;
	float: right;
}

.rtxt div {
	float: right;
	width: 330px;
}

.rtxt img {
	display: block;
	float: left;
}

.comment {
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background-image: -moz-repeating-linear-gradient(135deg, #582e29, #582e29 3px, transparent 3px, transparent 15px, #582e29 15px);
	background-image: -webkit-repeating-linear-gradient(135deg, #582e29, #582e29 3px, transparent 3px, transparent 15px, #582e29 15px);
	background-image: repeating-linear-gradient(135deg, #582e29, #582e29 3px, transparent 3px, transparent 15px, #582e29 15px);
	background-size: 20px 20px;
	padding: 2px;
}

.commentInner {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fefbd2;
	padding: 20px;
	overflow: hidden;
}

.commentInner div {
	float: left;
	width: 416px;
	margin-right: 20px;
}

.commentInner img {
	float: left;
}

.comment .signature {
	text-align: right;
	font-size: 17px;
	font-weight: bold;
}

.nurse_wardThumb {
	margin-top: 40px;
	margin-left: -20px;
}

.label {
	position: relative;
	margin-left: 20px;
}

.label:after {
	position: absolute;
	top: 5px;
	left: -8px;
	content: '';
	display: block;
	width: 198px;
	height: 76px;
}

.img01:after {
	background: url(nurse_ward_label01.png);
	background-size: 198px 76px;
}

.img02:after {
	background: url(nurse_ward_label02.png);
	background-size: 198px 76px;
}

.tabContentContainer {
	border: 5px solid #582e29;
	padding: 25px;
}

.tabs {
	overflow: hidden;
	margin-bottom: 15px;
}

.tabs li {
	float: left;
	margin-right: 1px;
	width: 339px;
	height: 49px;
	background: url(../common/tab.png);
	background-size: 339px 56px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
}

.tabs li.selected {
	background-image: url(../common/tabActive.png);
}

.tabContentContainer .hide {
	display: none;
}

.nurse_day .day1 {
	background: url(day1imgBg.png) right top no-repeat;
}

.nurse_day .day2 {
	background: url(day2imgBg.png) right top no-repeat;
}

.nurse_day dt, .nurse_day dd {
	width: 360px;
}

.nurse_day dt {
	margin-top: 30px;
}

.nurse_day dt:first-child {
	margin-top: 0;
}

.nurse_day dd {
	margin-top: 12px;
}

th, td {
	border: 1px solid #582e29;
	padding: 15px;
	text-align: left;
}

th {
	background: #f5e1dd;
	width: 138px;
}

td {
	background: #fff;
}

.welfareSim div, .welfareSim img {
	display: block;
	float: left;
	margin-bottom: 30px;
}

.welfareSim div {
	clear: both;
	width: 260px;
	margin-right: 19px;
}

.contact {
	text-align: center;
	margin-top: 30px;
}

.welfareEventList {
	width: 660px;
	position: relative;
	left: 50%;
	float: left;
}

.welfareEvent {
	position: relative;
	left: -50%;
	float: left;
	width: 310px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin: 0 10px 20px 10px;
}

.welfareEvent div {
	position: relative;
}

.welfareEvent div:after {
	content: '';
	display: block;
	position: absolute;
	background: url(pin.png) top center no-repeat;
	width: 35px;
	height: 43px;
	top: -10px;
	left: 150px;
}

.aC{
    text-align: center;
}