@charset "utf-8";

/*CLEAR*/
.l-content .mainVisual .clear {
	clear: both;
}
.l-content .mainVisual img {
	display: block;
}
.l-content .mainCoupon {
	float: left;
	width: 362px;
}
.l-content .mainText {
	float: right;
	width: 588px;
}

.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: 15px;
	margin: 0;
	padding: 20px 5px;
	height: 80px;
	display: block;
}

.l-content .product .product_price {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0 5px;
	line-height: 40px;
	height: 30px;
	display: block;
    margin-top: 32px;
}
.l-content .product .product_price-no_discount {
	font-size: 18px;
	font-weight: bold;
	color: #ada6a6;
	padding: 0 5px;
	line-height: 40px;
	height: 30px;
	display: block;
}

.l-content .product .product_price-before_discount {
	font-size: 13px;
	font-weight: bold;
	color: #a0a0a0;
	text-decoration: line-through;
	padding: 0 5px;
	line-height: 40px;
	height: 30px;
	display: block;
	border: 1px solid #a0a0a0;
}

.l-content .product .product_price-after_discount {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 5px;
	line-height: 40px;
	height: 30px;
	display: block;
	background-color: #d00000;
	border: 1px solid #d00000;
}

.l-content .product .product_discount {
	font-size: 10px;
	color: #d00000;
}

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

.l-content .product .manual_product_brand {
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
  }

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

.l-content .m-btnSize--wide {
	width: 950px;
	padding-left: 10px;
}

.l-content .product > .product_truck {
	font-size: 14px;
	font-weight: bold;
	color: #1d2c4e;
	padding: 25px 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: 520px;
}

.l-content .m-thumbnailList > .border_style.no_part,
.l-content .m-thumbnailList > .border_style--last.no_part {
	width: 25%;
	height: 600px;
}

.l-content .m-thumbnailList > .border_style.col_2of4,
.l-content .m-thumbnailList > .border_style--last.col_2of4 {
	width: 50%;
}

.l-content .m-thumbnailList > .border_style.col_1of2-header,
.l-content .m-thumbnailList > .border_style--last.col_1of2-header {
	width: 50%;
	height: 40px;
}

.l-content .m-thumbnailList > .border_style.col_1of1-header,
.l-content .m-thumbnailList > .border_style--last.col_1of1-header {
	width: 100%;
	height: 40px;
}

.l-content .m-thumbnailList > .border_style.header-type0,
.l-content .m-thumbnailList > .border_style--last.header-type0 {
	width: 50%;
	border-top: 1px solid #dedede;
	background-color: #f2f2f2;
}

.l-content .m-thumbnailList > .border_style.header-type1,
.l-content .m-thumbnailList > .border_style--last.header-type1 {
	background-color: #fec337;
}

.l-content .m-thumbnailList > .border_style.header-type2,
.l-content .m-thumbnailList > .border_style--last.header-type2 {
	background-color: #bcd7ec;
}

.l-content .m-thumbnailList > .border_style.header-type3,
.l-content .m-thumbnailList > .border_style--last.header-type3 {
	background-color: #dbdbdb;
}

.l-content .m-thumbnailList > .border_style.header-type4,
.l-content .m-thumbnailList > .border_style--last.header-type4 {
	background-color: #c2e1b7;
}


/* border style for product */

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

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

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

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

.l-content .border_style.no_part,
.l-content .border_style--last.no_part {
	width: 25%;
	height: 600px;
}

.l-content .border_style.col_2of4,
.l-content .border_style--last.col_2of4 {
	width: 50%;
}

.l-content .border_style.col_1of2-header,
.l-content .border_style--last.col_1of2-header {
	width: 50%;
	height: 40px;
}

.l-content .border_style.col_1of1-header,
.l-content .border_style--last.col_1of1-header {
	width: 100%;
	height: 40px;
}

.l-content .border_style.header-type0,
.l-content .border_style--last.header-type0 {
	width: 50%;
	border-top: 1px solid #dedede;
	background-color: #f2f2f2;
}

.l-content .border_style.header-type1,
.l-content .border_style--last.header-type1 {
	background-color: #fec337;
}

.l-content .border_style.header-type2,
.l-content .border_style--last.header-type2 {
	background-color: #bcd7ec;
}

.l-content .border_style.header-type3,
.l-content .border_style--last.header-type3 {
	background-color: #dbdbdb;
}

.l-content .border_style.header-type4,
.l-content .border_style--last.header-type4 {
	background-color: #c2e1b7;
}


/*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, .l-content .m-h3--function img {
    vertical-align: middle;
    padding: 13px 20px;
    display: inline-block;
}
.l-content .m-h3--function img {
	padding: 0px;
	padding-right: 0;
}
.l-content .sub_main--block {
    width: 800px;
    height: auto;
    margin: 20px auto 40px;
}

.l-content .m-thumbnailList > .border_style.border-right {
	border-right: 1px solid #000000;
}
.l-content .m-thumbnailList > .border_style.border-right-none {
	border-right: none;
}
.l-content .m-thumbnailList > .border_style.border-left-none {
	border-left: none;
}
.l-content .m-thumbnailList.prod-long > .border_style.col_1of4, .l-content .m-thumbnailList.prod-long > .border_style--last.col_1of4 {
	height: 640px;
}
.l-content .m-thumbnailList.prod-long_0 > .border_style.col_1of4, .l-content .m-thumbnailList.prod-long_0 > .border_style--last.col_1of4 {
	height: 640px;
}
.l-content .m-thumbnailList > li.prod-drawing {
	padding-top: 220px;
}
.l-content .icon_more {
	height: 50px;
	display: inline-block;
}
.l-content .u-italic {
	font-style: italic;
}

.l-content .header_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding-left: 20px;
    display: block;
}

.l-content .m-thumbnailList .m-table {
	width: 90%;
	margin: auto;
	margin-top: auto;
}
.l-content .m-thumbnailList > li > .m-thumbnailList > .table > .m-table {
	width: 98%;
}

.l-content .m-table .table-column {
	height: 40px;
}

.l-content .combine-title {
	display: flex;align-items: center;justify-content: space-evenly;
}

.l-content .m-down > a {
	background-position: center left;
}

.l-content .product .detail-button {
	background-color: #004bb1 !important;
	box-shadow:none;
}

.l-content .product .m-btnSize--m {
	width: 170px !important;
}


.l-content .save-text {
	font-size: 12px;
	font-weight: bold;
	color: #004bb1;
}