@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
#contents {
	overflow: hidden;
	width: 100%;
	padding-bottom: 0;
}
.l-main {
	width: 700px;
}
.breadcrumbs {
	width: 700px;
	margin: 0 auto;
    overflow: hidden;
}
#article{
	width:700px;
	border: none;
	border-radius: 5px;
	padding:15px 0;
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	float: unset;
}
.inspection__top {
	height: 639px;
}
.inspection__middle {
	height: 1950px;
}
.inspection__bottom {
	height: 874px;
}
