@charset "UTF-8";
/* ==============================

	power tool CSS

============================== */
h1.pageTitle {
	font-size: 32px;
}
.mainVisual {
	width: 750px;
	height: auto;
	margin-bottom: 0px;
}
/* 
----------------------------------------------------*/
.contentsBlock {
	background-color: #000000;
	background-image: url(../../../product/powerTool/images/bg_powerTool.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
}
.leadCopy {
	left: auto;
	width: 600px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 530px;
}
.subTitle {
	width: 750px;
	height: 180px;
	background-image: url(../../../product/powerTool/images/subTit_powerTool.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbBlock {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}.productNav {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 40px;
}
.productNav li {
	height: 100px;
	margin-bottom: 10px;
}
