@charset "utf-8";

/* -----------------------------------------------------------------
Title: nurse.css
Created: 2011-10-28
------------------------------------------------------------------ */

@import URL("../common/css/reset.css");
@import URL("../common/css/base.css");


/*---------　#attending　----------*/

#attending {
	width:660px;
}
#attending table {
	width:660px;
	border-collapse:collapse;
	width:660px;
	border:#CCC 1px solid;
	margin-bottom: 1.5em;
}
#attending table th {
	padding:10px 5px;
	font-size:1.2em;
	text-align:center;
	border:#CCC 1px solid;
	background: #FFEBE8;
}
#attending table td {
	padding:10px 5px;
	font-size:1.2em;
	border:#CCC 1px solid;
	text-align: center;
}
#attending table .w30 {
	width:30px;
}
#attending table .w40 {
	width:40px;
}
#attending table .cPink {
	color: #333;
	background: #FFF6DA;
}
#attending table .cBlue {
	color: #333;
	background: #E4F7FF;
}
#attending table .cGreen {
	background-color:#F1FBD8;
}
#attending table.sat {
	width:310px;
}
#attending table.sat td.tL {
	text-align:left;
	padding-left:10px;
}


/*---------　#emergency　----------*/
#emergency {
}
#emergency .lead .strong {
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	margin-bottom: 10px;
}

#emergency .tel {
	padding:20px;
	background:#FEFAE4;
	margin-bottom: 3em;
}
#emergency .tel .strong02 {
	font-size:2.8em;
	font-weight:bold;
	color: #E1002E;
	text-align: center;
	margin-bottom:5px;
}
#emergency .tel ul {
	width:500px;
	margin:0 auto;
	background: #FFF;
	padding: 20px;
	border: 1px solid #FEF6CD;
}
#emergency .tel ul li {
	font-size:1.4em;
}
#emergency ul.property {
	font-size:1.4em;
	margin-bottom:30px;
}



/*---------　#outpatient　----------*/
#outpatient {
}
#outpatient .gairai table {
	border-collapse:collapse;
	width:660px;
	border:#CCC 1px solid;
	margin-bottom:40px;
}
#outpatient .gairai table th {
	font-size:1.4em;
	border:#CCC 1px solid;
	background-color:#FFF2F2;
	padding:8px 5px;
	text-align:center;
	font-weight:bold;
	font-size:1.4em;	
}
#outpatient .gairai table td {
	font-size:1.4em;
	border:#CCC 1px solid;
	padding:8px;
}



/*---------　#visitor　----------*/
#visitor {}
#visitor table {
	width:660px;
	border:#CCC 1px solid;
	}
#visitor table caption {}
#visitor table tr {
	text-align:center;
	}
#visitor table tr th {
	padding:8px;
	border:#CCC 1px solid;
	text-align:center;
}
#visitor table tr th.both {
	background-color:#F3F3F3;
}
#visitor table tr th.week {
	background-color:#FFF2F2;
}
#visitor table tr td {
	padding:8px;
	border:#CCC 1px solid;
}
#visitor table tr td.ward {
	background: #E4F7FF;
}

#visitor ul {
	padding: 20px 30px 20px 20px;
	border: 1px dotted #CCC;
	margin-top: 30px;
	margin-bottom: 0;
}
#visitor ul li {
	background:url(images/icon.gif) no-repeat 0 6px;
	padding:0 0 0 18px;
	margin-bottom:5px;
}

#visitor p.vibox {
	display:block;
	width:630px;
	padding:15px;
	margin:30px 0 30px 0;
	border:#CCC 1px solid;
	background: #FFF6DA;
	text-align:center;
}
