@charset "utf-8";

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

/*Button Center*/
.l-content .m-btnList--center {
  margin: 20px auto;
}

.l-content .m-btnList--center > li {
	padding-left: 20px;
}

.l-content .m-btnList--center > li:first-child {
	padding-left: 0;
}

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

.l-content .product_name {
	font-size: 14px;
	font-weight: bold;
	height: 90px;
	padding: 10px 5px 0;
	color: #004bb1;
	display: block;
}

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

.l-content .product > .product_part {
	font-size: 12px;
	margin: 0;
	padding: 20px 5px 0;
	height: 50px;
	display: block;
}

.l-content .product > .product_price {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0 5px;
	height: 50px;
	display: block;
}

.l-content .product > .product_brand {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

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

.l-content .product > .product_truck {
	font-size: 14px;
	font-weight: bold;
	color: #1d2c4e;
	padding: 20px 5px 0;
	height: 35px;
	display: block;
}

.l-content .truck_img {
	vertical-align: middle;
	margin-right: 10px;
}

.l-content .product > .product_flash {
	font-size: 14px;
	font-weight: bold;
	color: #bf0d00;
	padding: 20px 5px 0;
	height: 35px;
	display: block;
}

.l-content .product_flash .flash_img {
	vertical-align: middle;
	margin-right: 10px;
}

/*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 .select_product [data-clickable="area"]:hover img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		filter: alpha(opacity=75);
		opacity: 0.75;
  cursor: pointer;
}

/*Border Style*/
.l-content .m-thumbnailList > .border_style {
	border: 1px solid #dedede;
	border-width: 0 0 1px 1px;
	padding: 10px 0 20px;
	box-sizing: border-box;
}

.l-content .m-thumbnailList > .border_style--last {
	border: 1px solid #dedede;
	border-width: 0 1px 1px;
	padding: 10px 0 20px;
	box-sizing: border-box;
}

.l-content .m-thumbnailList > .border_top {
	border-top: 1px solid #dedede;
}

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

/*Brand*/
.l-content .category_brand {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAMAAACsYRHQAAAABlBMVEW/v7////+Zw/90AAAADUlEQVQI12NgYBweEAAn2QBl6ST5mgAAAABJRU5ErkJggg==) repeat-x 0 0,
  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAMAAACsYRHQAAAABlBMVEW/v7////+Zw/90AAAADUlEQVQI12NgYBweEAAn2QBl6ST5mgAAAABJRU5ErkJggg==) repeat-x 0 bottom;
  margin: 20px 0;
  font-size: 0;
}

.l-content .category_brand li {
  text-align: center;
  width: 16%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}

.l-content .category_brand li img {
  width: 124px;
  height: 40px;
}

.l-content .category_brand li a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}

.l-content .br-1 {
 border-right: 1px solid #dddddd;
}

/*What New*/

.l-content .nav_box {
  border: 1px solid #dddddd;
  margin-top: 40px;
  padding: 20px 0;
}

.l-content .m-h3--function {
    height: 50px;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
}
.l-content .m-h3--function span {
    vertical-align: middle;
    padding: 13px 20px;
    display: inline-block;
}
.l-content .m-linkList--1of4 > li{
	width: 25%;
}
.l-content .m-btnSize--xxxl {
	width: 420px;
}
/*Fix Height*/
.l-content .product_name_2 {
  height: 85px;
}