@charset "utf-8";


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

	症例報告ページ用CSS

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



.case #contents .section.case li {
	margin: 0 0 8px;
	padding: 0 0 0 156px;
}



.case #contents .section.case .trauma {
	background-image: url(../img/icon_case1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.case #contents .section.case .sports {
	background-image: url(../img/icon_case2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.case #contents .section.case .chronic {
	background-image: url(../img/icon_case3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.case #contents .section.case .female {
	background-image: url(../img/icon_case4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.case #contents .section.case .maternity {
	background-image: url(../img/icon_case5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.case #contents .section.case .accident {
	background-image: url(../img/icon_case6.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}



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

	症例報告詳細ページ用CSS

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



.detaile #contents .sectionSec h3 {
	background-color: #FFF0D8;
	padding: 5px 10px;
	margin: 0 0 20px;
	font-size: 1.308em;
}



.detaile #contents .sectionSec h4 {
	color: #ED7E01;
	font-size: 1.231em;
}



.detaile #contents .sectionSec p {
	margin: 0 0 40px;
}



.detaile #contents .sectionSec ul {
	margin: 0 0 40px 1.5em;
}



.detaile #contents .sectionSec ul li {
	list-style: disc;
}





















