@charset "utf-8";

div#container div.section div.question{
	margin-bottom: 30px;
	margin-left: 20px;
}

.question:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.question{
	display: inline-block;
	min-height:1%;/* for IE 7*/
}  
  
/* Hides from IE-mac \*/  
* html .question { height: 1%; }  
.question { display: block; }  
/* End hide from IE-mac */  


div#container div.section div.question div.box{
	background: url("../img/nursing/bg.gif") top left no-repeat;
	float: right;
	width: 500px;
}

div#container div.section div.question div.box .textbox{
	background: url("../img/nursing/bg03.gif") bottom left no-repeat;
	padding: 10px 35px;
	font-weight: bold;
	color: #0957cc;
}

div#container div.section div.question div.answer{
	width: 500px;
	float: left;
}
div#container div.section div.question div.answer em{
	font-weight: bold;
	font-style: normal;
	color: #0957cc;
}

div#container div.boder{
	border-bottom: 1px dotted #8a8a8a;
}

div#container div.section div.banner{
	margin-left: 20px;
}


div#container div.section div.banner p{
	font-size: 80%;
	text-align: right;
}

div#container div.section table{
	margin-bottom: 30px;
}

div#container div.section ul{
	list-style-type: none;
	margin-left: 0px;
}


/*--room add 121101--*/
h4.room {
	margin: 0 0 5px 0!important;
	font-size: 93%;
}
.room ul {
	zoom: 1;
	margin: 0;
}
.room ul:after {
	content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.room li {
	float: right;
	width: 335px;
	margin-left: 5px;
	_margin-left: 2px;
}
.room li.detail {
	float: left;
	width: 315px;
	/*margin-left: 5px;
	_margin-left: 2px;*/
}
.room li p.cap {
	font-size: 83%;
	margin: 0;
}


/*---141202 add---*/
p.carebot {
	text-align: center;
	font-size: 123.1%;
	/*font-weight: bold;*/
}
p.carebot a {
	padding: 20px 15px;
	border: 1px solid #666666;
	background: #fe4e00;
	color: #ffffff;
}
p.carebot a:hover {
	background: #ff9933;
}