@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;
}
h2.subtitle_pec {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
    border-left: solid 8px #0074B3;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
}

h3.contTtl_pec span {
    padding-left: 11px;
}

h3.contTtl_pec {
    max-width: 951px;
}

#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;
}


/* ボックス　共通 */
#contents_pec .category_box a,
#contents_pec .product_box a,
#contents_pec .archive_box a {
    text-decoration: none !important;
}

/* ボックス　共通　タブ用に位置を調整 */
.box_tab {
    margin-left: 6px !important;
}

.box_tab .grid1_pec {
	width: 235px !important;
    padding-right: 11px !important;
    margin: 0 0 12px 0;
}


/* ボックス　共通　マウスオーバー時半透明*/
.category_box:hover,
.product_box:hover,
.archive_box:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE6、IE7、IE8対応 */
	-moz-opacity: 0.5; /* Firefox1.5以前対応 */
}


/* アーカイブBOX */
.archive_box {
	display: block;
	position: relative;
	width: 100%;
    min-width: 233px;
	height: 220px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	overflow: hidden;
	box-sizing: border-box;
}

.archive_box .archive_date {
	font-size: 12px;
	margin: 15px 0 10px 15px;
}

.archive_box .archive_mark {
	position: absolute;
    top: 12px;
    right: 10px;
}

.archive_box .archive_img {
    display: table-cell;
	width: 230px;
    height: 110px;
	vertical-align: middle;
}

.archive_box .archive_img img {
    display: block;
    height: auto;
    width: auto;
	max-height: 100px;
    max-width: 180px !important;
    margin: 0 auto;
}

.archive_box .archive_number {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
    background: url(/ja/carrozzeria/assets/img/arrow_square.png) left 8px no-repeat;
    padding: 2px 0 0 20px !important;
}

.archive_box .archive_price {
	font-size: 12px;
	margin-left: 36px;
}


/*カテゴリー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;
}

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 商品画像 */
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;
	font-size: 13px;
	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;
}


/* タブ */
.layer5TopTab2_pec ul {
    margin: 0;
    padding: 0;
    background: url(/ja/carrozzeria/support/img/layer5tab_bgborder-2.gif) no-repeat bottom;
    font-size: 12px;
}

.layer5TopTab2_pec ul li {
    background: url(/ja/carrozzeria/support/archives/img_common/layer5_tab.png) no-repeat bottom;
    list-style: none;
    float: left;
    width: 122px;
    display: table;
    margin: 0;
    height: /*46*/61px;/* 20210407 add ks */
}

.layer5TopTab2_pec ul li:hover {
    background: url(/ja/carrozzeria/support/archives/img_common/layer5_tab_on.png) no-repeat;
}

.layer5TopTab2_pec ul li a {
	display: block;
    color: #676767;
    text-decoration: none;
    text-align: center;
    padding: 12px 8px 7px 8px;
    display: table-cell;
    vertical-align: middle;
    line-height: /*1*/1.2;
    font-size: 11px;/* 20210407 add ks */
}

.layer5TopTab2_pec ul li:first-child a {
    padding: 12px 5px 7px 20px;
}

.layer5TopTab2_pec ul li a:hover {
    color: #333333;
    font-weight: bold;
}

.layer5TopTab2_pec ul li.active_pec {
    background: url(/ja/carrozzeria/support/archives/img_common/layer5_tab_on.png) no-repeat;
}

.layer5TopTab2_pec ul li.active_pec a {
    color: #333333;
    font-weight: bold;
}

/* 下部に配置するタブのデザイン */
.layer5TopTab2_pec ul.layer5_tab02 {
    background: url(/ja/carrozzeria/support/img/layer5tab_bgborder-2.gif) no-repeat top;
}


.layer5TopTab2_pec ul.layer5_tab02 li {
    background: url(/ja/carrozzeria/support/archives/img_common/layer5_tab02.png) no-repeat top;
}

.layer5TopTab2_pec ul.layer5_tab02 li a {
    padding: 8px 5px 7px 5px;
}

.layer5TopTab2_pec ul.layer5_tab02 li.active_pec {
    background: url(/ja/carrozzeria/support/archives/img_common/layer5_tab02_on.png) no-repeat;
}

.layer5TopTab2_pec ul.layer5_tab02 li a span {
    background: url(/ja/carrozzeria/assets/img/icon_arrow_op.png) left no-repeat;
    padding: 2px 0 0 10px !important;
}

.layer5TopTab2_pec ul.layer5_tab02 li.active_pec a span {
    background: none;
    padding: 0 !important;
}
































