@charset "UTF-8";

/*PCのみ、レフトメニュー分左を空ける*/
h1.contTtl_pec {
        padding: 13px 0 10px 25px !important;
}

h2.contTtl_pec,
h4.contTtl_pec {
    padding: 0 0 3px 25px !important;
}

h3.contTtl_pec span {
    padding-left: 11px;
}

#container_pec .w966 p {
    padding-left: 25px;
}

/*menu, ol, ul {
    padding: 0 0 0 25px;
}*/

ul.listAnchor3_pec {
    padding: 0 0 0 25px;
}

ul.listAnchor3_pec li {
    width: 239px;
}

/*カテゴリーBOX*/
.category_box {
	display: block;
	width: 100%;
	height: 190px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

#contents_pec .category_box a,
#contents_pec .product_box a {
    text-decoration: none !important;
}

/*マウスオーバー時半透明*/
.category_box:hover,
.product_box:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE6、IE7、IE8対応 */
	-moz-opacity: 0.5; /* Firefox1.5以前対応 */
}

span.category_all_box_pec {
    display: block;
    width: 180px;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
}

span.category_all_box_pec span {
    vertical-align: middle;
    text-align: center;
    display: block;
    float: left;
    margin: 0 1px 2px 1px;
    padding: 0px;
    width: 88px;
    height: 49px;
    overflow: hidden;
    line-height: 49px;
}

img.maxW_pec.all_box {
    width: auto;
	height: auto;
	max-width: 88px;
	max-height: 49px;
}


/*カテゴリー BOX 商品画像 BOX*/
span.product_img_box {
	display: block;
	width: 100%;
    height: 120px;
	line-height: 120px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	overflow: hidden;
    text-align: center;
}

/*カテゴリー BOX*/
/*商品型番 BOX*/
span.category_arrow {
	display: block;
	height: 40px;
	text-align: left;
	background-image: url(/ja/carrozzeria/assets/img/icon_arrow_wr_r.png);
	background-repeat: no-repeat;
	background-position: 25px 6px;
	padding-left: 37px;
	margin-bottom: 5px;
}

/*商品BOX*/
.product_box {
	display: block;
	position: relative;
	width: 100%;
	height: /*195*/209px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	overflow: hidden;
	box-sizing: border-box;
}

.product_box .product_number {
    display: block;
	font-size: 15px;
	font-weight: bold;
	margin-left: 15px;
    height: 22px;
	overflow: hidden;
    text-align: left;
    background: url(/ja/carrozzeria/assets/img/arrow_square.png) left no-repeat;
    padding: 2px 0 0 20px !important;
}

.product_box .product_price {
	clear: both;
	display: block;
	margin-left: 36px;
	font-size: 12px;
}

.product_box .product_description {
    font-size: 10px;
	overflow: hidden;
    height: 15px;
    text-align: center;
    margin: 10px 5px 0 10px;
	letter-spacing: -0.12em;
}

.product_box .product_img {
    display: table-cell;
	width: 240px;
    height: 110px;
	vertical-align: middle;
}

.product_box .product_img img {
    display: block;
    height: auto;
    width: auto;
	max-height: 100px;
    max-width: 180px !important;
    margin: 0 auto;
}

.product_box .product_mark {
	position: absolute;
    top: 137px;
    right: 10px;
}

/* IE10以降 */
@media all and (-ms-high-contrast:none){
.product_box .product_mark {
	position: absolute;
    top: 142px;
    right: 10px;
}
}

.product_box .product_mark img {
}

/*20190911*/
@media screen and (min-width: 897px){
#container {min-height: auto;}
}

/*20221006*/
@media screen and (min-width: 897px){
	.car_navi__product{
		width: 100% !important;
		margin-bottom: 20px;
	}	
	
}

