@charset "utf-8";
@import "../normalize.css";
@import "../common.css";

/*=================================
	設計された予知的な矯正治療
==================================*/
#box p {
	margin-bottom:1.0em;
}

#box .wrapper {
	margin-top:20px;
	padding:20px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#f7fbfd;
}

#box h3{
	font-size:120%;
	color:#076ab6;
	font-weight:bold;
}

#box .figure_m {
	width:586px;
	margin:15px 0px;
}

#box .section {
	padding-top:20px;
	margin-bottom:20px;
	border-top:1px dotted #CCCCCC;
}

#box .figure_l {
	display:block;
	width:300x;
	padding-right:20px;
	float:left;	
}

#box .figure_r {
	display:block;
	width:300px;
	padding-left:20px;
	float:right;
}

#box .section p {
	margin-top:1.0em;
}
