@charset "utf-8";
@import "normalize.css";
@import "common.css";
/*=================================
	治療の流れ
==================================*/
#box h3 {
	display:block;
	width:660px;
	height:0;
	padding-top:37px;
	overflow:hidden;
}

#clinic, #cost, #orthodontics, #other {
	margin:0 0 20px 0;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

#box ul li {
	padding:10px;
	border-bottom:1px dotted #dddddd;
}

.clinic_title {
	background:url(../images/sitemap/clinic_title.png) 0 0 no-repeat;
	background-size:100% auto;
}

.cost_title {
	background:url(../images/sitemap/cost_title.png) 0 0 no-repeat;
	background-size:100% auto;
}

.orthodontics_title {
	background:url(../images/sitemap/orthodontics_title.png) 0 0 no-repeat;
	background-size:100% auto;
}

.other_title {
	background:url(../images/sitemap/other_title.png)0 0 no-repeat;
	background-size:100% auto;
}
