﻿@charset "utf-8";
/* ===================================================================
CSS information

file name  :contents.css
style info :コンテンツ用(商品一覧/検索結果/商品詳細)

=================================================================== */
/* -----------------------------------------------
商品一覧・商品詳細・商品検索結果共通
----------------------------------------------- */
.maincategory_area , .bloc_outer {
	margin-bottom: 10px;
	padding: 10px;
}
#topimg .bloc_outer {
	padding: 0;
}
.topimage {
	background-color: #222;
	padding-left: 5px;
	padding-right: 5px;
}
.topimage img {
	margin: 5px;
	max-width: 100%;
	width: 335px;
	height: auto;
}
.subcategory_area {
	margin-bottom: 10px;
	border-top: double;
	padding-top: 10px;
}
.maincategory_area h3 {
	color: #F90;
}
.maincategory_area ul {
	text-overflow: ellipsis;
}
.maincategory_area li {
	float: left;
	width: 150px;
	text-align: center;
	white-space:nowrap;
	padding: 5px;
	list-style:none;
	height: 25px;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#111)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff666666,EndColorStr=#ff111111); 					zoom: 1; /* IE */
	background: -moz-linear-gradient(top, #666, #111); /* Firefox */
	background: -o-linear-gradient(top, #666, #111);   /* Opera */
	background: -ms-linear-gradient(top, #666, #111);      /*                 CSS                3 */
	text-shadow: -1px -1px #000, -2px 0px #000;
	-webkit-border-radius: 4px; /* Chrome,Safari */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
	border: 1px solid #CCF;
}
.maincategory_area .ui-link:link , .maincategory_area a:link {
	color: #F90;
}
.maincategory_area li a , .maincategory_area li a:visited {
	display: block;
	color: #F90;
}
.subcategory_area p {
	margin-left: 10px;
	margin-right: 10px;
	color: #666;
	
}
.subcategory_area p.sub_comment , #top_area p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-size: 12px;
}
#top_area p {
	color: #4265AD;
}
#top_area p strong {
	font-weight: normal;
}
.subcategory_area p.mini , #top_area p {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 4px; /* Chrome,Safari */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
}
.subcategory_area h3 {
	color: #000;
    border-top: 1px solid;
    margin-top: 25px;
}
.subcategory_area ul {

}
.subcategory_area li {
	margin-bottom: 10px;
}
.subcategory_area li li {
	margin-bottom: 0;
	font-weight: bold;
}
.subcategory_area ul.sublink {

}
.subcategory_area ul.sublink li {
	width: 50%;
	float: left;
}
.subcategory_area li a , .subcategory_area li a.ui-link {
	display: block;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: #FC6 double 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#111)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff666666,EndColorStr=#ff111111); 					zoom: 1; /* IE */
	background: -moz-linear-gradient(top, #666, #111); /* Firefox */
	background: -o-linear-gradient(top, #666, #111);   /* Opera */
	background: -ms-linear-gradient(top, #666, #111);      /*                 CSS                3 */
	text-shadow: -1px -1px #000, -2px 0px #000;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #F90;
	overflow: hidden;
}
.subcategory_area ul.mini li a {
	font-size: 15px;
	border: solid 1px;
	padding-left: 20px;
	margin: 3px;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); 			zoom: 1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%);
	text-shadow: none;
	color: #394762;
}
.subcategory_area ul.sublink li a {
	padding-left: 10px;
	font-size: inherit;
	white-space: nowrap;
	overflow: hidden;
}
.subcategory_area ul.mini li a:before , .subcategory_area ul.mini li a.ui-link:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico_menu.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.subcategory_area li.subcategory a , .subcategory_area li.subcategory a.ui-link , .top_category h3 a {
	text-decoration: underline;
	text-shadow: none;
	color: #66F;
	display: block;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #99d #99d #ccc;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	margin: 0.5em;
	padding: 0.5em 2em 0.5em 3em;
	background: url("//www.auto-acp.com/img_sozai/icons_2.png") no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); zoom:1;
	background: url("//www.auto-acp.com/img_sozai/icons_1.png") no-repeat 2% center, -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: url("//www.auto-acp.com/img_sozai/icons_2.png") no-repeat 2% center, -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: url("//www.auto-acp.com/img_sozai/icons_2.png") no-repeat 2% center, -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: url("//www.auto-acp.com/img_sozai/icons_2.png") no-repeat 2% center, -ms-linear-gradient(top, #fff 1%, #ccc 100%);
}
.subcategory_area strong {
	font-weight: normal;
}
.subcategory_area li .subcate-img {
	float: left;
	width: 60%;
}
.subcategory_img {
	width: 360px;
	height: auto
}
.subcategory_area li .subcate-title {
	display: inline-block;
	float: right;
	text-align: left;
	white-space:pre-line;
	width: 40%;
	margin-top: 20px;
}
.subcate-title h4 {
	font-size: 125%;
}
.subcategory_area li .subcate-title:after {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 130px;/*画像の幅*/
	height: 130px;/*画像の高さ*/
	background-image: url(../img/common/ico_menu_l.png);
	background-size: contain;
	vertical-align: middle;
	background-color: #FFF;
	opacity: 0.3;
	border-radius: 25px;
	position: relative;
    right: -150px;
}
.subcate-title strong {
	padding-left: 5px;
    display: block;
}

.pagenumberarea {
    padding: 20px 0;
    box-shadow: 0 1px 1px 1px rgba(255,255,255,1) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset;
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,1) inset;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #EEE;
    display: block;
}
.pagenumberarea ul {
    width: 95%;
    margin: 0 auto;
    border: #A9ABAD solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
}
.pagenumberarea li {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    width: 50%;
    text-align: center;
    color: #FFF;
    background: #5393c5;
    background: -moz-linear-gradient(center top, #5393c5 10%,#80b6e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393c5),color-stop(1, #80b6e2));
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
.pagenumberarea li a:link,
.pagenumberarea li a:visited {
    color: #000;
}
.pagenumberarea li a {
    color: #FFF;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.pagenumberarea li.on_number {
    color: #FFF;
    display: block;
    padding: 5px 0;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
.pagenumberarea li:first-child {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
.pagenumberarea li:last-child {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}
.pagenumberarea li:first-child a {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-right: #A9ABAD solid 1px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    background: #FDFDfD;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
}
.pagenumberarea li:last-child a {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-left: #FFF solid 1px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    background: #FDFDfD;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
    box-shadow: 1px 0px 1px 1px rgba(255,255,255,1) inset;
    -webkit-box-shadow: 1px 0px 1px 0px rgba(255,255,255,1) inset;
    -moz-box-shadow: 1px 1px 1px 0px rgba(255,255,255,1) inset;
}
.pagenumberarea li.on_number {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    background: #5393c5;
    background: -moz-linear-gradient(center top, #5393c5 10%,#80b6e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393c5),color-stop(1, #80b6e2));
}
ul.status_icon {
    clear: both;
}
ul.status_icon li {
    color: #9AAABD;

    display: inline;
    float: left;
    margin-right :5px;
    margin-bottom: 2px;

    font-size: 11px;
    text-shadow: none;
}
ul.status_icon li.status_top {
    width: 100%;
}
ul.status_icon li.status_second {
    width: 45%;
    overflow: hidden;
}
ul.status_icon li.trim {
    width: 100px;
    overflow: hidden;
}
.statusArea {
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 335px;
}
ul.status_icon li.trim img {
	position: relative;
	left: -25px;
}

ul.status_icon li.status_list {
    width: 45%;
    display: inline-block;
}
ul.status_icon li.status_list img {
	
}
.center_logo {
	position: relative;
	bottom: 85px;
	padding-bottom: 5px;
	background-image: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(201, 244, 245, 1));
}
ul.status_icon img {
	height: 17px;
	width: auto;
}
.product_item .status_icon_img {
	position: absolute;
	top: 20px;
}

/* -----------------------------------------------
商品一覧
----------------------------------------------- */
#product_list {
    padding-bottom: 35px;
}
#main-content table {
    margin: 10px;
    width: 95%;
}
#main-content table.sublist {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#main-content table thead , p.subtitle , .option_col em {
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#111)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff666666,EndColorStr=#ff111111); 					zoom: 1; /* IE */
	background: -moz-linear-gradient(top, #666, #111); /* Firefox */
	background: -o-linear-gradient(top, #666, #111);   /* Opera */
	background: -ms-linear-gradient(top, #666, #111);      /*                 CSS                3 */
	text-shadow: -1px -1px #000, -2px 0px #000;
	-webkit-border-radius: 4px; /* Chrome,Safari */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
	border: 1px solid #CCF;
	color: #F90;
}
p.subtitle , .option_col em {
	padding: 0.3em;
	display: block;
}
.option_col table {
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
}
#main-content table tr , .option_col table tr {
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}

#main-content table .listcomment , .listcomment2 , .all_list_bloc .listcomment , .aero_list_bloc .listcomment {
	color: #666;
	font-size: 80%;
	margin-top: 5px;
}
.all_list_bloc {
}
.aero_list_bloc {
}
.gotop {
	text-align: right;
	margin-bottom: 5px;
}
.item_listbox {
	margin-top: 5px;
	margin-left: 5px;
}
.item_list {
	font-size: 80%;
	pointer-events: none;
}
.item_list a:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid #F60;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: -5px;
    bottom: -1px;
}
.aero_thumb , ul.model , .disnon {
	display: none;
}
.parts_guide , .message_area {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px;
	-webkit-border-radius: 4px; /* Chrome,Safari */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
}
.message_area p {
	font-size: 120%;
}
.parts_guide p {
	font-size: 90%;
}

img.guide_img {
	max-width: 50%;
	height: auto;
	float: right;
	padding: 10px;
}

.parts_guide .guide_title {
	display: inline-block;
	background-color: #F60;
	padding: 5px;
	margin-bottom: 10px;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F60)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffff9900,EndColorStr=#ffff6600); 					zoom: 1; /* IE */
	background: -moz-linear-gradient(top, #FC0, #F60); /* Firefox */
	background: -o-linear-gradient(top, #FC0, #F60);   /* Opera */
	background: -ms-linear-gradient(top, #FC0, #F60);      /*                 CSS                3 */
	-webkit-border-radius: 2px; /* Chrome,Safari */;
	-moz-border-radius: 2px; /* Firefox */;
	border-radius: 2px;
}
.parts_guide dl {
	margin-left: 10px;
	margin-top: 10px;
}
.parts_guide dt {
	color: #d83c00;
	font-weight: bold;
}
.parts_guide img.icon {
	margin-right: 5px;
}

.parts_guide dd {
	margin-bottom: 5px;
	font-size: 80%;
}


/* アイテムリスト(div)の処理
----------------------------------------------- */
.list_area , #main-content table td , .bloc_outer .product_item , .bloc_body .product_item {
    margin: 0;
    padding: 10px 5px 15px 10px;
    background-color: #FEFEFE;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE),color-stop(1, #EEEEEE));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE),color-stop(1, #EEEEEE));
    border-top: #FFF solid 1px;
    border-bottom: #CCC solid 1px;
    display: block;
    clear: both;
    position: relative;
    cursor: pointer;
}
.list_area2 {
    background-color: #D9D9D9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F4F4),color-stop(1, #B6B0AE));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F4F4),color-stop(1, #B6B0AE));
    border-bottom: #CCC groove 3px;
}

.all_list_bloc h3 , .aero_list_bloc h3 {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #99d #99d #ccc;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); 			zoom: 1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%);
}
.list_area input[type="radio"], .list_area input[type="check"]  {
	display: none;
}
.list_area label {
	position: relative;
	margin-left: 15px;
	color: #2281BF;
	padding-right: 10px;
	line-height: 1.5em;
}
.list_area label:after {
	display: block;
	content: '';
	position: absolute;
	top: .10em;
	left: -1.5em;
	width: 5px;
	height: 10px;
	background-color: #A4C6FF;
	border: 1px solid #36C;
	border-radius: 4px;
}
.list_area .sel_kind {
	padding-top: 5px;
}
.all_list_bloc .product_item {
	margin-top: 5px;

}

table.sublist .all_list_bloc .product_item {
	padding: 0;
}

#main-content .all_list_bloc table.data th , .option_col table.data th {
	border-top: #333 solid 1px;
	display: table-cell;
	clear: both;
	position: static;
	cursor: default;
}
#main-content .all_list_bloc .accordion img {
	max-width: 45%;
}

#main-content table.price_table td , #main-content table.estimate td , #main-content table.makerparts_list_table td , #main-content .all_list_bloc table.data td , .option_col table.data td {
	border-top: #FFF solid 1px;
	border-bottom: #CCC solid 1px;
	display: table-cell;
	clear: both;
	position: static;
	cursor: default;
    background-color: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #FFFFFF));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #FFFFFF));
}
#main-content table.makerparts_list_table {
	font-size: 80%;
}
a[id^="product"] {
	margin-top: -60px;
	padding-top: 60px;
}


#main-content table.price_table , #main-content table.estimate , #main-content table.estimate tbody.tbody-a {
	border-bottom: #444 solid 2px;
	font-size: 12px;
}

#main-content table.price_table .type1 ,  #main-content table.estimate td.class1 {
	border-right-color: #CCC;
}
#main-content table.price_table .type2 span.mini {
	color: #333;
}
#main-content table.price_table .type2 span.sale_price2 {
	color: #039;
	font-weight: bold;
}
#main-content table.price_table td.type3 {
	background-color: #EEE;
	color: #003399;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEEEEE),color-stop(1, #EEEEEE));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEEEEE),color-stop(1, #EEEEEE));
}
table.price_table td.type3 {
	background-color: #EEE;
	color: #003399;
}
table.price_table .type1 , table.estimate td.class1 {
	border-right-color: #CCC;
}
table.price_table td {
	border-right-color: #CCC;
	border-bottom: #CCC solid 1px;
}
table.price_table {
	border-bottom: #444 solid 2px;
	border-right: #444 solid 2px;
}
#main-content table.price_table td.soldout {
	color: #666;
	opacity: 0.8;
	background: beige;
}
#main-content table.estimate td.alignR {
}
.estimate tr.disnon {
	display: none;
}
table.estimate .like_select {
	margin-left: 5px;
	margin-right: 5px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
table.estimate .marker {
	background-color: #FFFF66;
}

#main-content table.estimate .payment_type {
	color: #000066;
	border-top-style: double;
	border-top-width: 3px;
	border-top-color: #FF9900;
	background-color: #FEFCDE;
}

table.estimate .payment_area {
	color: #FF9900;
}


.setlist {
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#111)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff666666,EndColorStr=#ff111111); 					zoom: 1; /* IE */
	background: -moz-linear-gradient(top, #666, #111); /* Firefox */
	background: -o-linear-gradient(top, #666, #111);   /* Opera */
	background: -ms-linear-gradient(top, #666, #111);      /*                 CSS                3 */
	text-shadow: -1px -1px #000, -2px 0px #000;
	-webkit-border-radius: 4px; /* Chrome,Safari */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
	border: 1px solid #CCF;
	color: #F90;
}
.setlist a:visited , .setlist a:link {
	color: #CCC;
}

#main-content table.data th {
    display: block;
    clear: both;
    position: relative;
}
#main-content table.data td {
	background-color: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #FFFFFF));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #FFFFFF));
}

.list_area ul.status_icon {
    margin-bottom: 5px;
}
.listphoto {
	margin: 0 5px 10px 0;
	float: left;
	clear: left;
	width: 37%;

}
.ui-mobile .listphoto img , .listphoto img {
	width: auto;
	max-width: 100%;
	height: auto;
	background-color: #FFF;
	border: 3px double #888;
	border-radius: 5px;
	margin-bottom: 5px;
    -webkit-box-shadow: 1px 5px 5px #111;
    -moz-box-shadow: 1px 5px 5px #111;
}
.list_area2 .listphoto img {
	padding-top: 35px;
	padding-bottom: 35px;
}
.sub_listphoto {
	margin-top: 20px;
}
img.subimage {
	margin-top: 2px;
	width: auto;
	max-width: 45%;
	height: auto;
}

.listrightbloc , .listrightblock {
    width: 60%;
    float: right;
}
.listrightblock h3 , h2.serch {
    font-size: 15px;
	line-height: 1.7;
	margin-top: 40px;
    clear: both;
}
.listrightblock h3 .listmaker {
	display: block;
}
.listrightblock h3 .listmodel {
	display: block;
	font-size: 95%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.listrightblock .listcomment {
    line-height: 1.4;
	font-size: 80%;
	margin-top: 5px;
}



/* -----------------------------------------------
商品詳細
----------------------------------------------- */
#product_detail {
    padding-bottom: 35px;
}
/*商品情報*/
#detailarea {
    background: #F0F0F1;
    padding: 20px 10px 35px 10px;
}
#detailrightblock {
    margin-top: 25px;
	margin-bottom: 50px;
    padding: 0;
    background: #FFF;
    border: #CCC solid 1px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
#detailrightblock div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#detailrightblock div {

}
#detailrightblock div#cartbtn_default {
    border-bottom: none;
}
#detailrightblock div:last-child {
    border-bottom: none;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
}
/* 商品ステータスアイコン */
#detailrightblock .status_icon {
    padding: 10px;
    border-bottom: #CCC solid 1px;
}
/*商品情報（テキストなど）*/
.maincol_comment {
	color: #666;
	padding: 10px;
	background: #FFF;
	border: #CCC solid 1px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	letter-spacing: 0.1em;
}
.maincol_com img {
	width: 100%;
	height: auto;
}
.tag {
	font-size: 12px;
	position: relative;
	top: -15px;
}
.maincol_comment p.com1 {
	display: none;
}
.maincol_comment p.com1 strong {
	font-weight: normal;
}
.subarea h4 , .maker {
    color: #FFF;
	padding: 3px 3px 3px 10px;
	margin-bottom: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#111)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff666666,EndColorStr=#ff111111); 					zoom: 1; /* IE */
	background: -moz-linear-gradient(top, #666, #111); /* Firefox */
	background: -o-linear-gradient(top, #666, #111);   /* Opera */
	background: linear-gradient(top, #666, #111);      /*                 CSS                3 */
    border-top: #868D99 1px solid;
    border-bottom: #C6C2C8 1px solid;
    -webkit-box-shadow: 1px 5px 5px #CCC;
    -moz-box-shadow: 1px 5px 5px #CCC;

}
.maincol_comment h4.model { 
	color: #444;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 15px;
	border-top: #F60 solid 1px;
}
h4.model:before {
	content: "";
	position: relative;
	width: 0;
	height: 0;
	border-top: 15px solid red;
	border-right: 15px solid transparent;
	left: -10px;
	bottom: -15px;
}
p.product_sub {
	color: #d83c00;
}
p.product_sub:before {
	content: "";
	position: relative;
	width: 0;
	height: 0;
	border-top: 15px solid;
	border-right: 15px solid transparent;
	left: -5px;
	bottom: -15px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#detailrightblock div:last-child.t2paint , .t2paint {
	color: #d83c00;
	font-size: 80%;
	margin: 10px;
	border: solid 1px;
	border-radius: 5px;
	padding: 5px;
}
.maincol_comment h4.accordion_title {
	padding: 8px 5px 5px 5px;
	display: inline-block;
	color: #d83c00;
	border-style: dashed;
	border-width: 1px;
	border-color: #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
}
.maincol_com {
	margin-bottom: 25px;
	font-size: 12px;
}
.modelcom .maincol_com {
	font-size: 11px;
}
.maincol_com2 {
	border-top: dotted 1px;
	padding-top: 20px;
}
.maincol_comment a {
	text-decoration: underline;
}
.maincol_com .caution , .option_col .caution {
	color: #d83c00;
	font-size: 12px;
	font-weight: normal;
}
.accordion .caution {
	padding: 0.3em;
}
.maincol_com p.com3 {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #333;
}
.maincol_com table {
	margin-top: 5px;
	margin-bottom: 5px;
}
.maincol_com table th , .option_col table.data th {
	background-color: #EEE;
	border-style: solid;
	border-width: 1px;
}
.maincol_com table td , .option_col table td {
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
}
.plgShiro8PriceDownPrice {
	position: relative;
	display: inline-block;
	width: 260px;
	top: -15px;
	margin-left: 30px;
	padding: 1rem 0.7rem 1rem 0.7rem;
	color: yellow;
	background: darkgreen;
	height: 31px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
	opacity:0.70;
	border-style: dotted;
    border-width: 3px;
}
.plgShiro8PriceDownPrice:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent darkgreen transparent transparent;
}
.plgShiro8PriceDownPrice:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: red;
}
dl.accordion dt {
	color: #d83c00;
	cursor: pointer;
	text-decoration: underline;
	margin-bottom: 10px;
}
.maincol_comment dl.accordion dd , .accordion ul {
	display: none;
	background-color: #EEE;
}

#socialbutton ul{
	height:auto;
	margin-bottom: 5px;
}
#socialbutton li{
	float:left;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:3px;
	border-radius:3px;
	list-style:none;
}
#socialbutton li.share-twitter{
	background:#1da1f2;
	box-shadow:0 2px #2795e9;
}
#socialbutton li.share-twitter:hover{
	background:#83c3f3;
}
#socialbutton li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#socialbutton li.share-facebook:hover{
	background:#4c70ba;
}
#socialbutton li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#socialbutton li.share-line:hover{
	background:#2bd92b;
}
#socialbutton a{
	display:block;
	color:#ffffff;
	text-decoration:none;
}
#socialbutton a:hover{
	text-decoration:none;
	color:#ffffff;
}
#socialbutton iframe {
	padding: 0px;
	margin: 0px;
	border-style: none;
	width: auto;
}



#detailrightblock .product_detail {
    padding: 12px;
	color: #666;
    border-bottom: #CCC solid 1px;
}
#detailrightblock h3 {
    font-size: 16px;
    color: #900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
    clear: both;
}
#detailrightblock p.sale_price , .fix-bnr {
	border-width: 3px;
	border-color: #FF0000;
	z-index: 50;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #EEE;
	width: 100%;
	padding: 5px 10px 5px 10px;
	border-top-style: double;
}
#detailrightblock .price {
    font-size: 20px;
}
#detailrightblock .normal_price {
    font-size: 11px;
}
.cart_area p.caution {
	color: #d83c00;
}

#detailrightblock .price_com  {
	font-size: 12px;
	color: #d83c00;
}
.relative_cat {
	font-size: 12px;
	margin-bottom: 10px;
	display: none;
}
.maincol_com .relative_cat {
	display: block;
}
.relative_cat2 {
	padding: 3px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#product_detail .relative_cat2 ul li {
	margin-bottom: 50px;
}
.breadcrumb {
	display: inline-block;
	padding: 5px;
	color: #394762;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); 			zoom: 1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%);
}
.breadcrumb a {
	display: block;
	font-weight: bold;
}
.breadcrumb a:visited , .breadcrumb a:link {
	color: #394762;
} 

.list_comment {
	margin: 10px;
}
.sub_image {
	margin-left: 5px;
}
.sub_image p {
	font-size: 11px;
}
p.product_sub {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 15px;
}
.sub_image ul {
	margin-bottom: 15px;
}

.sub_image ul li {
	float: left;
	margin-bottom: 5px;
	width: 50%;
	max-width: 180px;
	height: 135px;
}
.sub_image ul li img {
	width: 100%;
	height: auto;
}

.maincol_com iframe {
	max-width: 100%;
	margin-bottom: 10px;
}
.subarea {
	color: #666666;
	font-size: 12px;
}
.subtext {
	line-height: 1.7em;
}
.subarea H4 {
	letter-spacing: 0.3em;
}
.subarea strong , .subarea .s_title {
	color: #d83c00;
	font-weight: normal;
}
.subtext .s_title {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	position: relative;
    top: -5px;
}
.subarea img.sub_img {
	width: 100%;
	max-width: 360px;
	height: auto;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
}
.accordion .table_title , dt.option_parts , dt.souryou {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #394762;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #99d #99d #ccc;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); 			zoom: 1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%);
	background-color: #FFF;
}

dl.option_partsarea .accordion .table_title {
	border: none;
	margin-left: 10px;
	margin-right: 10px;

}
.kuronekoweb .accordion .table_title {
	font-size: 150%;
	color: #000;
	text-align: center;
}

.subarea a:link , .subarea a:visited , .accordion .table_title {
	font-size: 120%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	/* color: #394762;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #99d #99d #ccc;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	/* -moz-border-radius: 3px;    /* Firefox */
	/* border-radius: 3px;         /*                 CSS                3 */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	/* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); 			zoom: 1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	/* background: -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	/* background: -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%); */
}
.accordion .table_title {
	color: #394762;
	cursor: pointer;
}
.modelcom .accordion .table_title {
    font-size: 120%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 5px;
    background: url(//www.auto-acp.com/img/icon/ico_block_category.gif) no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    text-decoration-line: underline;
}
.modelcom {
	line-height: 1.5em;
	
}
.accordion .table_title img.option_ico {
	position: relative;
	bottom: 4px;
}
.youtube {
	background-color: beige;
	border-radius: 10px;
	padding: 10px;
}
.youtube iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.youtube p {
	font-size: 130%;
	font-weight: bold;
}
.all_list_bloc .accordion .table_title {
	font-size: 80%;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #394762;
	border-style: none;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #ffffff)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ffffff,EndColorStr=#99ffffff); 			zoom: 1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #ffffff);
	background: -moz-linear-gradient(rgba(204,204,255,0), #ffffff); /* Firefox */
	background: -o-linear-gradient(rgba(204,204,255,0), #ffffff);  /* Opera */
	background: -ms-linear-gradient(top, #ffffff 1%, #ffffff 100%);
}
.op_select_area {
	margin-top: 15px;
}
.op_select_area label {
	padding: 10px;
	font-size: 120%;
	line-height: 2em;
}
#detailrightblock input[type="radio"] {
	display: none;
}
#detailrightblock label{
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
 	transition: background-color 0.2s linear;
	position: relative;
	display: block;
	margin: 0 0 8px 0;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
}
#detailrightblock label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
#detailrightblock label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
#detailrightblock input[type="radio"]:checked + label:before {
  opacity: 1;
}

#detailrightblock input[type="radio"]:checked + label {
	font-weight: bold;
	background-color: #EEE;
	border-color: #F90;
	border-style: solid;
	border-width: 1px;
}

#DetailMatrixView2 .table_title {
	color: #394762;
	padding-left: 10px;
}
.accordion .table_title:after , .accordion .table_title_s:after , #detailrightblock div .easy-select-0:after , #detailrightblock div .easy-select-1:after { 
	content: "";
	position: absolute;
	display: block;
	width: 0;
	border-top: 10px solid #CCC;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#detailrightblock div .easy-select-0:after , #detailrightblock div .easy-select-1:after {
	position: relative;
	left: 10px;
	visibility:visible;
}
.accordion img , .option_paint img.option_ico {
	width: auto;
	max-width: 100%;
}
.subarea a.ui-link , .subarea a {
	color: #d83c00;
	text-decoration: underline;
}

.wrapper{
    position: relative;
    width: 360px;
	display: block;
	margin-bottom: 400px;
}
.layer1{
    position: absolute;
	bottom: -93px;
}
.layer2{
    position: absolute;
	bottom: -72px;
}

div.swap p img {
	border: solid 1px #CCC;
	display:block;
    width: 300px;
    height: auto;
}

div.swap li a , div.swap li p {
	padding: 4px;
	display:block;
}
div.swap li a {
	border: solid 1px #CCC;
}
div.swap li {
	float: left;
	margin-right: 5px;
}
div.swap p.outer_color {
    position: absolute;
	bottom: -260px;
}
div.swap ul.outer {
    position: absolute;
	bottom: -380px;
}
div.swap p.mat_color {
    position: relative;
   	bottom: -135px;
}
div.swap ul.mat {
    position: relative;
	bottom: -130px;
}

div.swap p.pad_color {
    position: absolute;
	bottom: 60px;
}
div.swap ul.pad {
    position: relative;
	bottom: -30px;
}

.q_and_a ul {
	color: #666666;
	font-size: 12px;
	letter-spacing: 0.3em;
	margin: 0;
}
.q_and_a li {
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-bottom: 2px;

	list-style:outside none;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;         /*                 CSS                3 */
}
.q_and_a li a.ui-link , .q_and_a li a {
	color: #394762;
	text-decoration: none;
}

ul.answer ul {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

ul.answer li strong {
    color: #4265AE;
}
.pagetop {
	font-size: 90%;
	text-align: right;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #99d #99d #ccc;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); zoom:1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%);

}
#top , #other_parts {
 margin-top: -30px;
 padding-top: 30px;
}
.modelinfo {
	color: #333;
}
.modelinfo .maincol_comment {
	margin-top: 15px;
	color: #333;
}
/*商品情報（規格部分）*/
dl.contact_title dd {
    padding-top: 10px;
    padding-left: 12px;
	padding-right: 12px;
}
#detailrightblock dl.contact_title {
	background: url("//www.auto-acp.com/images/wall5.gif");
}
dl.contact_title dt {
	margin-top: 50px;
	background-color: #222;
	color: #CCC;
	padding : 6px;
}
.cart_area {
    padding: 12px;
	background: url("//www.auto-acp.com/images/wall5.gif");
}
.cart_area dl {
	margin-bottom: 3px;
    padding: 0;
}
.cart_area dl.souryou_area {
	border-color: #999;
	border-width: 1px;
	border-style: dashed;
	border-radius: 5px;
	padding:2px;
}
.cart_area dd {
	margin-bottom: 15px;
}

.cart_area dt {
    margin: 0;
    font-weight: bold;
    line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 10px;

}
/* .cart_area dl.option_partsarea {
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}*/
.cart_area dl.paint_bloc_area {
	padding: 5px;
}
.cart_area dt.souryou {
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}
.cart_area dt a.ui-link:link , .cart_area dt a:link {
	padding-left: 20px;
	text-decoration: underline;
	background: url("../img/common/ico_menu.png") no-repeat;
	color: #d83c00;
	display: block;
}
.cart_area dt a:visited {
	color: #d83c00;
}
.cart_area dt.option_parts , .cart_area dt a.ui-link:link , .cart_area dt a:link , .cart_area dt.option_parts a:visited {
	color: #d83c00;
}

.cart_area dd:last-child {
    padding-bottom: 0;
}
.cart_area select , .option_col select , .easy-select-box .esb-displayer {
	width: 100%;
	font-size: 120%;
	border-radius: 3px;
	padding: 5px;
	color: #394762;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #99d #99d #ccc;
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); 			zoom: 1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%);
	background-color: #FFF;
}
.easy-select-box .esb-displayer{
	width: 97%;
}
.option_col .esb-displayer {
	width: 90%;
	padding-left: 25px;
}
.option_col .esb-displayer:before { 
	content: "";
	position: relative;
	display: block;
	width: 0;
	border-top: 10px solid #555;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -15px;
	right: 20px;
}

.easy-select-box .esb-dropdown{
  background-color: #CCC ;
  padding: 1px;
  display: none;
  overflow: auto;
  position: absolute;
  z-index: 999;
	width: 350px;
/**
	max-height: 22em;
**/
	box-shadow: 10px 10px 10px #333333;
}
.easy-select-box .esb-item{
	font-size: 120%;
	background-color: #f6f7f8 ;
	padding: 12px;
	cursor: default;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 8px;
	line-height: 2em;
}

.easy-select-box .esb-item:hover{
	font-weight: bold;
	color: #FFF;
	background: #666;
	cursor: pointer;
}

.cart_area dl.option_partsarea select {
    color: #888;
}
.cart_area dl.souryou_area .accordion p {
	border-color: #F00;
}

.cart_area textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, san-serif;
	width: 95%;
	height: 5em;
}
.cart_area .select-txt , .cart_area .radio-txt , .cart_area .radio-txt2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, san-serif;
	max-width: 97%;
	max-height: 2.5em;
	background: #ffffff;
	border-style: solid;
	border-color: #CCC;
	border-radius: .6em;
	box-shadow: none;
	padding: .4em;
	line-height: 1.4;
	overflow: hidden;
	color: #039;
	opacity: 1;
}

.cart_area dl.option_partsarea radio-txt2 {

}

.cart_area .radio-txt {
	display: none;
	color: #039;
}
.cart_area .radio-txt2 {
	color: #888;
}
.option_partsarea .maincol_com {
}
.option_paint , .option_paint2 {
	font-size: 11px;
	padding: 5px;
	color: #36C;
	background: #FFF;
}
.paint_dotline , .paint_dotline2tone {
	border: dotted 1px #36C;
	border-radius: 10px;
	margin-bottom: 5px;	
}
.paint_dotline2tone {
	border-top: none;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.paint_order {
	background-color: #FF6;
}
.re-color {
	color: #000;
}
/*商品情報（数量）*/
.cartin_btn {
    padding: 30px 15px 15px 8px;
    background: #F1F0E7;
    border-top: #FFF solid 1px;
}
.subprice {
	text-align: right;
}
.cartin_btn dl {
    width: 40%;
    float: left;
    clear: left;
}
.cartin_btn dt {
    width: 2em;
    float: left;
    padding: 15px 5px 0 5px;
    line-height: 1.1;
    font-weight: bold;
}
.cartin_btn dd {
    width: 3.2em;
    display: inline;
    float: left;
    padding-top: 5px;
}
.detail_quantity dd .quantitybox {
    width: 3em;
}
.cartbtn_default {
    width: 54%;
    float: right;
    clear: right;
}

/*お気に入り*/
.btn_favorite {
    padding: 10px 15px;
    background: #F1F0E7;
}
/*サブエリア*/
.subarea {
    padding: 0 10px 20px 10px;
	margin-bottom: 20px;
    clear: both;
}
.subarea h3 {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: #CCC solid 1px;
    clear: both;
}
.subarea .option_title {
	display: block;
	background-color: #222;
	color: #FFF;
	padding: 5px;
	clear: both;
	margin-top: 10px;
}
.subphotoimg {
    margin-left: 10px;
    float: right;
    clear: right;
   	width: 50%;
}
.subarea .subtext {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}
.subarea .subtext img {
	width: auto;
	max-width: 100%;
}
#main-content .subarea table {
	clear: both;
	width: auto;
	max-width: 100%;
}
#main-content .subarea table.option {
	background-color: #888;
	color: #FFF;
}

#main-content .subarea table th {
	background-color: #222;
	color: #FFF;
	font-weight: normal;
}
#main-content .subarea table td {
    padding: 0;
    background-color: #FEFEFE;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #FFFFFF));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #FFFFFF));
    border: none;
    clear: none;
    position: static;
    cursor: default;
    display: table-cell;
}

#main-content .subarea table img {
	max-width: 100%;
}

#sub_area div:last-child {
    border-bottom: none;
}
/*商品詳細メイン画像スライド*/
#detailphotoblock {
    width: 100%;
    background-color: #222;
    text-align: center;
    -webkit-box-shadow: 1px 5px 5px #ccc;
    -moz-box-shadow: 1px 5px 5px #ccc;
    position: relative;
    margin: 0;
	padding-bottom: 5px;
}
#detailphotoblock p {
    color: #666;
	padding: 7px;
}
.detailthmbh2 {
    max-width: 142px;
    text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	top: -25px;
}
#detailphotoblock div.moveWrap {
    width: 360px;
	max-width: 100%;
    min-height: 220px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
}
#detailphotoblock ul.moveWrapBG {
    width: 200px;
    height: auto;
    visibility: hidden;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}
#detailphotoblock li {
    width: 200px;
}
#detailphotoblock div.slideMask {
    position: absolute;
    top: 0;
    left: 0;
    /*border:4px #FFF solid;*/
    -webkit-box-sizing: border-box;
    margin-right: 0!important;
}
#detailphotoblock div.moveWrap>ul.move {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    width: 3240px;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: -webkit-transform;
    margin: 0;
    padding: 0;
    display: none;
}
#detailphotoblock div.moveWrap>ul.move li.slideUnit {
    margin: 0px;
    padding: 0;
    float: left;
    list-style: none;
    text-align: center;
    -webkit-box-sizing: border-box;
}
#detailphotoblock li.slideUnit>div {
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
}

.flickSlideContainer {
}

#detailphotoblock div.flickSlideBottom {
    width: 100%;
}
#detailphotoblock div.flickSlideBottom div.bottomLeft,
#detailphotoblock div.flickSlideBottom div.bottomRight,
#whobought_area div.flickSlideBottom div.bottomLeft,
#whobought_area div.flickSlideBottom div.bottomRight {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 35px;
	height: 35px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}
#detailphotoblock div.flickSlideBottom div.bottomRight {
	background-image:url('//www.auto-acp.com/img/arrow_r.png');
    right: 5px;
    top: 230px;
    position: absolute;
}
#detailphotoblock div.flickSlideBottom div.bottomLeft {
	background-image:url('//www.auto-acp.com/img/arrow_l.png');
    left: 5px;
    top: 230px;
    position: absolute;
}
#detailphotoblock div.flickSlideBottom div.bottomLeft:after {
    font-size: 12px;
    padding: 5px;
    text-align: left;
    display: table-cell;
}
#detailphotoblock div.flickSlideBottom div.bottomLeft:before {
    padding: 5px;
    text-align: left;
    display: table-cell;
}
#detailphotoblock div.flickSlideBottom div.bottomRight:before {
    font-size: 12px;
    padding: 5px;
    text-align: right;
    display: table-cell;
}
#detailphotoblock div.flickSlideBottom div.bottomRight:after {
    padding: 5px;
    text-align: right;
    display: table-cell;
}
#detailphotoblock div.flickSlideBottom ul.slidePager {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;;
    padding: 0;
}
#detailphotoblock div.flickSlideBottom ul.slidePager li.slidePagerPointer {
    font-size: 11px;
    width: 6px;
    height: 6px;
    margin: 0 6px 10px 6px;
    display: inline-block;
    background-color: #CCC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#detailphotoblock div.flickSlideBottom ul.slidePager li.slidePagerPointer.active {
    background-color: #F60;
}
#detailphotoblock .thumbNail {
	margin-top: 10px;
	margin-bottom: 10px;
}

#detailphotoblock .thumbNail img {
	width: 63px;
	height: auto;
}
.photo-comment {
	color : #a9a9a9;
	text-align: left;
	font-size: 80%;
	padding: 10px;
}
.slidesub_img , #mainImage0{
  position:absolute;
  z-index: -1;
}

/*送料スライド*/
div.flickpic{
	display: block;

	max-height: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-left: 10px;
	border-right-style: double;
	border-right-width: 5px;
	border-right-color: #FF9933;
}

div.flickpic.xy{
	overflow: scroll;
}
table.souryou {
	font-size: 85%;
	line-height: 1.3em;
	border-collapse: collapse;
	white-space: nowrap;
	background-color: #FFF;
}
table.souryou th {
	text-align: left;
    padding: 8px;
	font-weight: normal;
	background-color: #EEE;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.souryou td {
	text-align: center;
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.souryou td.parts {
	font-size: 80%;
	background-color: #F60;
	color: #FFF;
}
table.souryou td.bank1 , table.souryou td.bank2 {
	color: #d83c00;
}
table.souryou td.card1 , table.souryou td.card2 {
	color: #039;
}
.question_btn_area {
    background-color: #EEE;
    padding-left: 20px;
    padding-top: 20px;
    border-top: solid 1px;
}
/*レビュー*/
#review_bloc_area {
	color: #666;
	font-size: 90%;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
}
.review_average {
	border: 2px solid #FF9900;
	padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.review_btn , .question_btn , .paint_btn , .accordion .table_title_s , .selectlist button {
	font-size: 90%;
	text-align: right;
	margin-bottom: 15px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #99d #99d #ccc;
	-webkit-border-radius: 3px; /* Chrome,Safari */
	-moz-border-radius: 3px;    /* Firefox */
	border-radius: 3px;         /*                 CSS                3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccccff), color-stop(1.00, #cccccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ccccff,EndColorStr=#99cccccc); zoom:1;
	background: -webkit-linear-gradient(rgba(204,204,255,0), #cccccc);
	background: -moz-linear-gradient(rgba(204,204,255,0), #cccccc); /* Firefox */
	background: -o-linear-gradient(rgba(204,204,255,0), #cccccc);  /* Opera */
	background: -ms-linear-gradient(top, #ccccff 1%, #cccccc 100%);
	display: inline-block;
}
.question_btn , .paint_btn {
	background-color: #FFF;
}
.accordion .table_title_s {
	padding: 3px;
	margin-bottom: 0;
	color: #777;
}
.selectlist button {
	padding: 5px;
	margin-bottom: 5px;
	color: #d83c00;
}
.option_ico {
	margin-right: 3px;
}
.question_btn a , .paint_btn .a-label {
	font-size: 150%;
	font-weight: bold;
    color: #4265AE;
	padding-left: 30px;
	padding-right: 30px;
}
#review_bloc_area li {
	font-size: 90%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	margin-left: 5px;
	background-color: #EEE;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

p.url {
    margin-left: 10px;
    font-size: 80%;
	white-space: nowrap;
	overflow: hidden;
	width: 90%;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}

/*その他オススメ商品スライド*/
#product_detail .title_box_sub:last-child {
    margin-top: 20px;
}
#whobought_area {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
    position: relative;
}
#whobought_area h3 {
    clear: both;
    line-height: 1.2;
}
#whobought_area h4 {
	clear: both;
	line-height: 1.2;
	font-size: 12px;
	font-weight: normal;
}
.whobought_area_com {
	padding: 5px;
}
.whobought_area_com .tax {
	font-size: 80%;
	color: #666;
}
/*liの長さ追加*/
#whobought_area li {
    width: 80px;
}
#whobought_area li img {
    margin-bottom: 5px;
    clear: both;
}
#whobought_area .sale_price {
    clear: both;
	font-size: 80%;
	color: #C00;
	font-weight: bold;
}
#whobought_area div.moveWrap {
    width: 90%;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
}
#whobought_area ul.moveWrapBG {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#whobought_area div.slideMask {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px #FFF solid;
    -webkit-box-sizing: border-box;
    margin-right: 1px;
}
#whobought_area div.moveWrap>ul.move {
    width: 1000px;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    /*-webkit-transition-duration: 400ms;
    -webkit-transition-property: -webkit-transform;
    */
    margin: 0;
    padding: 0;
    display: none;
}
#whobought_area div.moveWrap>ul.move li.slideUnit {
	width: 135px!important;
	float: left;
	display: inline;
	list-style: none;
	padding: 4px 2px 4px 2px;
    margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	height: 180px;
	margin-left: 5px;
	background-color: #EEE;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#whobought_area li.slideUnit>div {
	padding: 4px;
	display: inline;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
}
#whobought_area div.flickSlideBottom {
    width: 100%;
    margin-top: 5px;
}

#whobought_area div.flickSlideBottom div.bottomRight {
	background-image:url('//www.auto-acp.com/img/arrow_r.png');
    right: 5px;
    top: 50px;
    position: absolute;
	background-color: #333;
}
#whobought_area div.flickSlideBottom div.bottomLeft {
	background-image:url('//www.auto-acp.com/img/arrow_l.png');
    left: 5px;
    top: 50px;
    position: absolute;
	background-color: #333;
}
#whobought_area div.flickSlideBottom div.bottomLeft:after {

}
#whobought_area div.flickSlideBottom div.bottomLeft:before {

}
#whobought_area div.flickSlideBottom div.bottomRight:before {

}
#whobought_area div.flickSlideBottom div.bottomRight:after {

}
#whobought_area div.flickSlideBottom ul.slidePager {

}
#whobought_area div.flickSlideBottom ul.slidePager li.slidePagerPointer {
    display: none;
}


@media screen and (max-height: 480px) {
#detailrightblock p.sale_price {
	border-width: initial;
	border-color: initial;
	z-index: auto;
	position: static;
	bottom: 0px;
	left: 0px;
	background-color: initial;
	width: initial;
	padding: initial;
	border-top-style: initial;
}
p.sale_price #various1 {
	display: none;
}
}
@media screen and (max-width: 530px) {
.listrightbloc , .listrightblock {
	width: 45%;
}
.listrightblock .listcomment {
	display: none;
}
.statusArea {
    width: 90%;
    left: 35px;
}
.subcategory_area li .subcate-img {
	width: 100%;
	filter: brightness(0.75);
}
.subcategory_img {
	width: 50%;
}
.subcategory_area li .subcate-title {
    margin-top: 0;
    position: absolute;
    right: 25px;
    backdrop-filter: blur(5px);
}
.subcategory_area li a {
	padding-left: 5px;
}
.list_com p b img {
    filter: drop-shadow(1px 1px 1px #FFF);
}
.subcategory_area li .subcate-title:after {
	width: 60px;/*画像の幅*/
	height: 60px;/*画像の高さ*/
	border-radius: 15px;
	position: absolute;
    right: 0px;
    top: 20px;
    z-index: -100;
}
}
@media screen and (max-width: 415px) {
.list_com {
    font-size: 12px;
}
.statusArea ul.status_icon li.trim img {
	position: relative;
	left: -25px;
}
#main-content table td {
	padding-left: 0;
}
#main-content .price_table td {
	padding-left: 3px;
}
.price_table td.type2 {
	white-space: nowrap;
}
.listphoto {
	width: 50%;
	border-bottom-style:none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.all_list_bloc h3 , .aero_list_bloc h3 {
	font-size: 80%;
}
.listrightblock h3 , h2.serch {
    font-size: 13px;
}
.listrightblock p {
	margin-top: 10px;
}
.list_area {

}
.setlist {

}
.aero_list_bloc {
	padding: 0;
}
.bloc_body .product_item {
}
ul.status_icon li {
	float: none;
	background: initial;
}
.list_area ul.status_icon {
	background-color: initial;
}
.listcomment2 {
  /*max-height: 80px;
	overflow: hidden;*/
	display: none;
}
#main-content table.makerparts_list_table , .intro {
	display: none;
}
/*.TTLtune p b {
    position: relative;
    top: -175px;
    background: rgba(2,0,0,0.5);
	color: #FFF;
}*/
.breadcrumb {
	display: block;
}
.breadcrumb a {
	padding-left: 10px;
}
.subphotoimg {
	width: 95%;
	float: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;

	padding: 0;
}
#main-content table .listcomment , .all_list_bloc .maincol_com , .aero_list_bloc .listcomment {
	display: none;
}
.statusArea ul.status_icon li.status_list img {


}
}