@charset "UTF-8";


/* お問い合わせ部スタイル 患者さん用 
----------------------------------------------------------- */
div#supplementary-navi-block ul li.bottom_medical { display:none; }

div#supplementary-navi-block ul li.bottom_patient {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
	display:block;
}



/* カテゴリセレクトスタイル 
----------------------------------------------------------- */
div#sub-contents-area div#category-select ul li#patient-pat a,
div#sub-contents-area div#category-select ul li#patient-pat a:hover {
	background:url(../../shared/img/page-select-patient.gif) 0 -56px no-repeat;
}


/* メインコンテンツスタイル
------------------------------------------------------------ */
div#contents-area dl {
	display:inline-block;
	margin-bottom:0px;
}

div#contents-area dl:after {
	content:".";
	height:0px;
	clear:left;
	display: block;
	visibility:hidden;
}


div#contents-area dl dt {
	float: left;
	width:11em;
	font-weight:bold;
	line-height:140%;
}

div#contents-area dl dd {
	margin-left:12em;
	border-left:8px solid #F5ECCC;
	padding-left:10px;
}

* html body div#contents-area dl dd {
	width:100%;
}


div#contents-area h2 {
	margin-bottom:10px;
	background:#F4EDE7;
	line-height:160%;
	padding-left:7px;
}

p.kanshu {
	text-align: right;
}