@charset "utf-8";
/*---------------------------------------------------
 * secondopinion
 *--------------------------------------------------*/

.contentbody p{
	line-height: 1.5em;
}

.secondopinion-table{
	color: #666;
	width: 520px;
	font-size: 80%;
	text-align: left;
	margin: 10px 0 0 30px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.secondopinion-table th{
	width: 140px;
	font-weight: normal;
	text-align: center;
	padding: 8px 0;
	background: #E8F3FF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.secondopinion-table th#date{
	width: 100px;
	font-weight: normal;
	text-align: center;
	padding: 8px 0;
	background: #E8F3FF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.secondopinion-table td{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 95%;
	line-height: 1.2;
	padding: 5px;
}
.secondopinion-table td.picture{
	border-right: 0;
	padding-right: 0;
}
.secondopinion-table td p{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 100%;
}

/* ----------------------------------------------------------------- */

.secondopinion-box {
	margin: 10px 50px 5px 50px;
	padding: 0;
	width: 515px;
	background: url(../../outpaitient/secondopinion/images/bg-table-c.gif) no-repeat bottom;
	}

.secondopinion-box-a {
	background:url(../../outpaitient/secondopinion/images/bg-table-a.gif) no-repeat top;
	}

.secondopinion-box-d {
	height: 30px;
	background:url(../../outpaitient/secondopinion/images/bg-table-d.gif) no-repeat top;
	}

.secondopinion-box p {
	line-height: 190%;
	padding: 15px 0px;
	}


