@charset "utf-8";
/* 文字化け防止 */
/* CSS Document */

.InspectionTitleBack{
	height:450px;
	background:url(../img/healthysalon_top.jpg) center/cover no-repeat;
	margin:0 auto;
	width:100%;
	padding: 180px 0 0;
	box-sizing: border-box;
}

.InspectionPageTitle{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	text-shadow: 0 2px 10px rgb(255, 255, 255);
}

.InspectionPageTitle_be {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: auto;
	color: #000;
	padding: 2% 0 0;
	letter-spacing: 0.1em;
}

.InspectionPageTitle_mj {
	font-size: 18px;
	text-align: center;
	color: #000;
	margin:10px auto;
	font-weight: normal;
}

