  @charset "utf-8";
/* mailto : info@arts21.jp */

/* =========================================================
	Information for each Department base css
========================================================= */
/*
 */
#departmentPage {}
/*table*/
.divisionList {
	margin-bottom:1em;
	line-height:1.3;
}

/* 共通：医師紹介
--------------------------------------------------------- */
table.doctorsTbl {
	width:auto; height:163px;
	margin:0 10px;
	border:none; background:#fff;
}
table.doctorsTbl td {
	width:130px;
	vertical-align:bottom;
	color:#000; text-align:left; line-height:1.3;
	border:none;
}
table.doctorsTbl td img { margin-bottom:3px; }


/* 共通：文章の段落
--------------------------------------------------------- */
#departmentPage .section { margin-bottom:2em; padding:.5em 1em 0; }


/* 共通：写真下キャプション
--------------------------------------------------------- */
.phCaption{ font-size:84%; line-height:1.3; margin-bottom:10px; }


/* 診療内容：ol
--------------------------------------------------------- */
ol.sectionListArea { 
	width:620px;
	padding-left:30px; margin-top:5px;
}
ol.sectionListArea li{ 
	margin-bottom:2px;
	text-indent:-1.2em;
}
ol.liverDiseaseSectionList	 { 
	width:620px;
	padding-left:13px; margin-top:5px;
}
ol.liverDiseaseSectionList li{ margin-bottom:2px; }
ol.liverDiseaseSectionList li.indent1em{ text-indent: 7px; }

/*EOF*/