@charset "UTF-8";

/* メインイメージ */
.contentpage #header {
	background-image: url(../images/surgery/m_img@2x.jpg);
}





/*歯科口腔外科の対象となる主な症状
---------------------------------------------------------*/
.box01 .med_col_3 li{
	margin-bottom:25px;
}
.box01 .med_col_3 li:nth-child(3){
	margin-right:0;
}
.box01 .med_col_3 li dt strong{
	font-size:80%;
	font-weight: normal;
}
.box01 h3{
	margin-top:45px;
	text-align: center;
	font-size:150%;
	color:#c9a318;
}
/* IE対応 */
_:-ms-lang(x)::-ms-backdrop, .box01 h3{
	margin-top:60px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box01 .med_col_3 li{
	margin-bottom:15px;
}	
.box01 .med_col_3 li dt strong{
	display: block;
	}
.box01 h3{
	margin-top:15px;
	font-size:120%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box01 .med_col_3 li{
	margin-bottom:3%;
}	
.box01 h3{
	margin-top:2%;
	font-size:110%;
}	
}




/*口内炎やお口の中のできもの
---------------------------------------------------------*/
.box04 .med_col_3 li{
	width:49%;
	margin-right: 2%;
}
.box04 .med_col_3 li:last-child{
	margin-right:0%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box04 .med_col_3 li{
	width:100%;
	margin-right: 0;
}
.box04 .med_col_3 li:last-child{
	margin-top: 3%;
}	
}