@charset "utf-8";
/*CLEAR*/

.l-content .m-thumbnailList,
.l-content .m-thumbnailList > li {
	margin: 0;
	padding: 0;
	font-size: 0;
}

/*Header Edit*/
.l-content .imageReplace {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-content .mainMV {
	width: 950px;
	height: 450px;
	background: url('/en/maker/misumi/mold/pr/new_catalog2020/images/mainvs.png');
	margin: 0 auto;
}

/*Button Center*/
.l-content .m-btnSize--edit {
	width: 165px;
	padding-left: 10px;
}

/*Product List Style*/
.l-content .product {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.l-content .product_name {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 6px 0 0;
	height: 40px;
}

.l-content .product_part {
	height: 40px;
	padding: 10px;
}

.l-content .product_img {
	margin: 10px auto;
	display: block;
}

/*Hover*/
.l-content .m-thumbnailList [data-clickable="area"]:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.l-content .catalog [data-clickable="area"]:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/*Border Style*/
.l-content .m-thumbnailList > .border_style--top {
	border-top: 1px solid #cccccc;
}

.l-content .m-thumbnailList > .border_style {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 0;
}

.l-content .m-thumbnailList > .border_style--last {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 0;
}

/*Fix Height Element +1 (Ex - Element Height 558 Fix Height 558+1 = 559)*/
.l-content .m-thumbnailList > .border_style.col_1of5,
.l-content .m-thumbnailList > .border_style--last.col_1of5 {
	width: 20%;
	height: 305px;
}

/*What New*/
.l-content .catalog {
	background: url('/en/maker/misumi/mold/pr/new_catalog2020/images/bg.png')no-repeat;
	position: relative;
	height: 590px;
	margin: auto;
}

.l-content .list1 {
	position: absolute;
	top: 0px;
}

.l-content .list_name {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 10px;
}

.l-content .list2 {
	position: absolute;
	top: 220px;
}

.l-content .list3 {
	position: absolute;
	top: 340px;
	left: 240px;
}

.l-content .list4 {
	position: absolute;
	top: 0px;
	right: 0px;
}

.l-content .list5 {
	position: absolute;
	top: 180px;
	right: 0px;
}

.l-content .list6 {
	position: absolute;
	top: 440px;
	right: 0px;
}


