@charset "UTF-8";


.contentpage .m_img {
	background-image: url("../images/ceramic/m_img@2x.jpg");
	background-position: left 15% center;
}

/*
---------------------------------------------------------*/
.med_price td dl dd {
	width: 10em;
}
/* PC,Tablet
------------------------------------------*/
@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) {

}
