@charset "UTF-8";

.contentpage .m_img {
	background-image: url("../images/caries/m_img@2x.jpg");
}
/*---------------------------------------------------------
med_col_list
---------------------------------------------------------*/
.med_col_list > li:nth-of-type(2) dd.ft_jos {color: #ffb700;}
.med_col_list > li:nth-of-type(3) dd.ft_jos {color: #74c8b2;}

/*---------------------------------------------------------
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) {}