@charset "utf-8";

	/* MainImg */
	body #MainImg {
		text-align: center;
		margin-bottom: 60px;
		height: 310px;
		overflow: hidden;
		position: relative;
	}
	body #MainImg img {
		max-width: inherit;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
	}
	body .hdrImg {
		text-align: center;
		margin-bottom: 60px;
	}
	body .hdrImg img {
		max-width: 100%;
	}
	
	/* EqpList */
	body #EqpList {
		margin-bottom: 20px;
	}
	body #EqpList ul li h4 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	body .EqpList {
		margin-bottom: 20px;
	}
	body .EqpList ul li h4 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	body .clmList.clm3 ul li .photo {
		position: relative;
		height: 200px !important;
	}
	body .clmList.clm3 ul li img {
		max-width: inherit;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: inherit;
	}


@media only screen and (max-width:480px) {
	body .clmList.clm3 ul li .photo {
		height: 120px !important;
	}
}