﻿@charset "UTF-8";

/* グローバルナビ
----------------------------------------------------------- */
div#global-navi-block ul li ul#global_parkinson {
	display: block;
	border-bottom: none;
}
﻿

/* お問い合わせ部スタイル 患者さん用 
----------------------------------------------------------- */
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 h2 {
	margin-bottom:10px;
	background:#F4EDE7;
	line-height:160%;
	padding-left:7px;
}

div#contents-area div.illust {
	display:inline-block;
	margin: 20px 0;
	padding: 10px 0;
	border:1px solid #DDDDDD;
	text-align:center;
}

div#contents-area div.illust:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#contents-area span.red { color: #FF0000; }

div#contents-area ul.symptom_list { list-style-type: none; }

div#contents-area ul.symptom_list li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

div#contents-area ul.symptom_list li.li_clr { clear: both; }

div#contents-area ul.symptom_list li dl dt {
	height: 25px;
	margin: 0 auto10px auto;
	background: url(../img/list_bg.gif) 50% 1px no-repeat;
	color: #906040;
	font-weight: bold;
	text-align: center;
}

div#contents-area ul.symptom_list li dl dd {
	width: 250px;
	margin: 0 auto;
	text-align: left;
}

div#contents-area ul.symptom_list li dl dd img { margin: 0 auto; text-align: center; }


div#contents-area div.memo {
	clear: both;
	margin: 20px 0 20px 10px;
	padding: 0px;
	border: 1px solid #CBA388;
}

div#contents-area div.memo h4 {
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #F4EDE7;
	font-weight: bold;
}

div#contents-area div.memo h5 { margin: 20px 10px 0 10px; }

div#contents-area div.memo p { margin: 10px; }

div#contents-area div.memo img { margin: 0 10px; }

