@charset "UTF-8";


/*共通
---------------------------------------------------------*/
.m_img_area {
	background-image: url("../images/denture/m_img@2x.jpg");
}

/*
---------------------------------------------------------*/
/*box1*/
.box1 .txt_al_c {
	font-size: 112%;
	font-weight: bold;
	margin-top: 2em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1140px) {

}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*box1*/
.box1 .txt_al_c {
	font-size: 110%;
}

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*box1*/
.box1 .txt_al_c {
	font-size: 100%;
	margin-top: 2em;
}
}