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

#conts .comTtlBox {
	margin-bottom: 20px;
	padding-bottom: 24px;
}

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

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

#conts .comUlBox {
	margin-bottom: 54px;
	padding: 0;
	border: none;
}

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

#conts .imgBoxR .textBox {
	width: 550px;
}

#conts .imgBoxR02 .textBox {
	width: 520px;
}

#conts .imgBoxR .photoBox {
	padding-top: 7px;
}

#conts .imgBoxR .textBox p a {
	color: #004080;
	text-decoration: underline;
}

#conts .imgBoxR .textBox p a:hover {
	text-decoration: none;
}

#conts .linkBanner{
    width: 334px;
    margin: 0 auto 40px;
    text-align: center;
}
#conts .linkBanner a:hover{
    opacity: 0.7;
}




@media all and (min-width: 0) and (max-width: 736px)  {
	#conts .comTtlBox {
		padding-bottom: 17px;
		margin-bottom: 15px;
	}
	
	#conts .comTtlBox h2 {
		margin-bottom: 0;
	}
	
	#conts p {
		margin-bottom: 24px;
		font-size: 13px;
		line-height: 1.55;
	}
	
	#conts .comUlBox {
		margin-bottom: 35px;
	}
	
	#conts .imgBoxR {
		margin-bottom: 37px;
	}
	
	#conts .imgBoxR .photoBox {
		margin-bottom: 25px;
	}
	
    #conts .linkBanner{
        width: 100%;
        margin: 0 auto 40px;
        text-align: center;
    }


	
	
}

