@charset "utf-8";

/*---------------------------------------------------------
対象疾患について
---------------------------------------------------------*/
#mentalhealth{
	margin: 10px 0px 20px;
}

.emph{
	color: #84A20D;
	font-weight: bold;
	margin-top: 20px;
}






/*---------------------------------------------------------
受診をお考えの方へ
---------------------------------------------------------*/
#phonenumber{
	color: #FC8E45;
	font-weight: bold;
	font-size: 135%;
	padding-left: 5px;
}

#checklist{
	margin: 20px 0px 0px 0px;
}

#checklist ul{
	margin-top: 13px;
}

#checklist li{
	background: url(../treatment/img/top/checked.gif) no-repeat top left;
	padding: 0px 0px 8px 25px;
}

#steps{
	background: url(../treatment/img/top/arrow.gif) no-repeat center center;
}

#steps .box{
	width: 207px;
	float: left;
	margin-right: 26px;
}

#steps .last{
	margin-right: 0;
}

#steps dl{
	background: #FFF;
	padding-bottom: 12px;
}

#steps dt{
	text-align: center;
	padding: 20px 0px 15px;
}

#steps dd{
	padding: 0px 12px;
	font-size: 95%;
	line-height: 1.4;
}

#steps dd .note{
	display: block;
	margin-top: 15px;
}
