/* CSS Document */


@media screen and (max-width:768px) {


.nav_treatments_box_borderbtm,
.nav_treatments_box_bordertop,
.top_treatments_box_borderbtm,
.top_treatments_box_bordertop{
	display: none;
}



.pc{
	display:none !important;
}
.sp{
	display:block !important;
}
.pc_inline{
	display:none !important;
}
.sp_inline{
	display:inline !important;
}
.sp_inlineblock{
	display: inline-block ;
}
.pc_table{
	display:table !important;
}
.sp_table{
	display:table !important;
}

img{
	max-width:100%;
	height:auto;
}
.sp_mb00{
	margin-bottom:0 !important;
}
.sp_mr00{
	margin-right:0 !important;
}
.sp_ml00{
	margin-left:0 !important;
}
.sp_mt00{
	margin-top:0 !important;
}
.sp_pb00{
	padding-bottom:0 !important;
}
.sp_pr00{
	padding-right:0 !important;
}
.sp_pl00{
	padding-left:0 !important;
}
.sp_pt00{
	padding-top:0 !important;
}
.sp_center{
	text-align:center;
}

}

/* 主にiPhone5,iPhoneSE用 */
@media screen and (max-width:320px) {

.sp_inline_iP{
	display:inline !important;
}

}