@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainImg02 {
	background: url(../img/dental/main_bg.jpg) no-repeat center top;
}

#conts .comTtlBox {
	margin-bottom: 40px;
	padding-bottom: 15px;
}

#conts .comTtlBox h2 {
	margin-bottom: 0;
}

#conts p {
	margin-bottom: 45px;
	line-height: 1.8;
}

#conts .imgBoxR {
	margin-bottom: 45px;
}

#conts .headLine02 {
	margin-bottom: 40px;
}

#conts .textP {
	margin-bottom: 50px;
}







@media all and (min-width: 0) and (max-width: 736px)  {
	#conts .comTtlBox {
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	
	#conts p {
		margin-bottom: 22px;
		font-size: 13px;
		line-height: 1.55;
	}
	
	#conts .imgBoxR {
		margin-bottom: 28px;
	}
	
	#conts .imgBoxR .photoBox {
		margin-bottom: 22px;
	}
	
	#conts .headLine02 {
		margin-bottom: 30px;
	}
	
	#conts .textP {
		margin-bottom: 37px;
	}

	
	
	
}

