@charset "UTF-8";

.contentpage .m_img {
	background-image: url("../images/perio/m_img@2x.jpg");
}
/*---------------------------------------------------------
bdr_t
---------------------------------------------------------*/
.bdr_t {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #E6E6E6;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bdr_t {
	padding-top: 6%;
	margin-top: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bdr_t {
	padding-top: 8%;
	margin-top: 9%;
}
}
/*---------------------------------------------------------
med_bdrbox
---------------------------------------------------------*/
.med_bdrbox {background-color: #fcf9eb;}
/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {}