@charset "UTF-8";
/*  */

/* 左ナビ上のリンクの矢印を青に */
.layerTtl_pc_pec a {
    background: url(//jpn.pioneer/ja/carrozzeria/assets/img/icon_h1_arrow_wr_r.png) 0 center no-repeat !important;
}

.layerTtl_sp_pec a {
    background: url(//jpn.pioneer/ja/carrozzeria/assets/img/icon_h1_arrow_wr_r.png) 0 center no-repeat !important;
}


/* 対応機種の名前の前に■をつける */
.square_pec:before {
	content: "■";
}

/* リンクの矢印 */
p span.arrow_pec {
    background: url(//jpn.pioneer/ja/carrozzeria/assets/img/icon_arrow_op.png) left no-repeat;
    padding: 2px 0 0 12px !important;
}

/* リンクの別窓 */
p span.blank_pec {
    background: url(//jpn.pioneer/ja/carrozzeria/assets/img/icon_blank_op.png) no-repeat left;
    padding: 2px 0 0 12px !important;
}

/* ボタンの文字位置調整 */
ul.listBtn1_2_pec li a span.blank_pec {
    padding: 10px 1px 10px 20px;
}

/*マウスオーバー時半透明・下線なし */
#contents_pec .category_box a,
#contents_pec .option_product_box a {
    text-decoration: none !important;
}

#contents_pec .category_box:hover,
#contents_pec .option_product_box:hover,
#contents_pec .option_product_box:hover>a .option_product_img img,
#contents_pec .option_product_box:hover>a span.option_arrow {
	opacity: 0.6 !important;
	filter: alpha(opacity=60); /* IE6、IE7、IE8対応 */
	-moz-opacity: 0.6; /* Firefox1.5以前対応 */
}

/* カテゴリー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 商品画像 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(//jpn.pioneer/ja/carrozzeria/assets/img/icon_arrow_wr_r.png);
	background-repeat: no-repeat;
	background-position: 25px 6px;
	padding-left: 37px;
	margin-bottom: 5px;
}





/* 詳細ページ */
.product_box {
	position: relative;
}

.product_name_box {
	margin-bottom: 20px;
	border-left: 3pt #888 solid;
	width: 360px;
	box-sizing: border-box;
}

.product_name {
	margin-left: 10px;
}

.product_number {
	clear: both;
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
}

.product_mark img {
	vertical-align: -1px;
}

.product_price {
	margin-left: 10px;
}

.product_txt_box {
	width: 360px;
    min-height: 100px;
}

.product_txt_box p {
	padding: 15px !important;
	background: #eee;
}

.product_img {
	width: 360px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	border: #ccc 1px solid;
	padding-bottom: 1px;
	box-sizing: border-box;
}

.product_img img {
    width: auto !important;
    max-width: 358px;
    height: auto;
    max-height: 220px;
    margin: 0 auto;
	display: table-cell;
}

ul.listBtn1_2_pec.listBtn_gridless {
    display: inline-block;
	min-width: 200px;
}

ul.listBtn1_2_pec.listBtn_gridless li a span {
    margin: 0 30px;
}

ul.listBtn1_2_pec.listBtn_gridless li a span.blank_pec {
    padding: 8px 1px 8px 20px;
}

#container_pec p {
    word-wrap: break-word;
}



/* 検索 枠あり */
.option_form {
	background: #eee;
	height: 56px;
	position: relative;
	margin-bottom: 30px;
}

.option_form form {
	position: relative;
}

.option_form_txt {
	position: absolute;
	top: 18px;
	left: 50px;
}

.option_form input.option_input_box  {
    border: 1px solid #B2B2B2;
    font-size: 12px;
    height: 22px;
    width: 328px;
	position: absolute;
	top: 15px;
	left: 290px;
	background: #fff;/*20190930*/
}

.option_form .btn_search {
	position: absolute;
	top: 15px;
	left: 620px;
}


/* 検索 枠なし */
.option_form2 form {
	position: relative;
}

.option_form2 input.option_input_box2  {
    border: 1px solid #B2B2B2;
    font-size: 12px;
    height: 22px;
    width: 400px;
	position: absolute;
	top: 0;
	left: 0;
}

.option_form2 .btn_search2 {
	position: absolute;
	top: 0;
	left: 401px;
}


/* 検索結果　「見つかりませんでした」表示 */
.searchResult {
	margin-bottom: 40px;
}


/* 商品BOX */
.option_product_box {
	display: table;
	position: relative;
	width: 100%;
	height: 220px;
	margin: 0;
	padding: 15px 0 15px 15px;
	border: 1px solid #ccc;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	overflow: hidden;
	box-sizing: border-box;
}

.option_product_box-left {
	width: 110px;
	height: 95px;
	overflow: hidden;
    margin-bottom: 5px;
}

.option_product_box-right {
	position: absolute;
	top: 0;
	right: 0;
}

.option_product_box .option_product_img {
    display: table-cell;
	width: 100px;
    height: 110px;
	overflow: hidden;
	vertical-align: middle;
}

.option_product_box .option_product_title {
	font-size: 10px;
    width: 110px;
    max-height: 47px;
    overflow: hidden;
	margin-bottom: 5px;
}

.option_product_box .option_product_number {
	font-size: 15px;
	font-weight: bold;
}

.option_product_box .option_product_mark img {
	vertical-align: top !important;
}

.option_product_box .option_product_img img {
	width: auto !important;
    max-width: 100px;
    height: auto;
    max-height: 90px;
    margin-right: 5px;
}

.option_product_description {
	font-size: 10px;
    margin: 5px 15px 20px 0;
    height: 31px;
    overflow: hidden;
}

span.option_arrow {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    background-image: url(//jpn.pioneer/ja/carrozzeria/assets/img/icon_arrow_wr_r.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 15px;
}

ul.comments_pec li {
    background: none !important;
    padding-left: 0 !important;
}


/* リンクボタン */
ul.listBtn1_2_pec.listBtn_gridless li a span {
    margin: 0 20px;
    background: url(/assets/img/icon_arrow_white.png) right no-repeat;
}

ul.listBtn1_2_pec.listBtn_gridless li a span.blank_pec {
    padding: 8px 20px 8px 15px;
    background: url(/assets/img/icon_blank_w.png) right no-repeat;
}

ul.listBtn1_2_pec.listBtn_shop li {
    background: #b91440;
}

ul.listBtn1_2_pec.listBtn_shop li:hover {
    background: #333;
}

ul.listBtn1_2_pec.listBtn_shop li a span.blank_pec {
    padding: 8px 20px 8px 21px;
    background: url(/assets/img/icon_blank_w.png) right no-repeat,
        url(//assets.jpn.pioneer/ja/assets/img/icon_shop_w.svg) left 9px no-repeat;
    background-size: auto, 15px;
}

@media screen and (max-width: 896px){
    ul.listBtn1_2_pec.listBtn_shop li a span.blank_pec {
        background: url(/assets/img/icon_blank_w.png) right no-repeat,
            url(//assets.jpn.pioneer/ja/assets/img/icon_shop_w.svg) left 7px no-repeat;
        background-size: auto, 17px;
    }
}