﻿@charset "utf-8";
/* ===================================================================
CSS information
file name  :block.css
style info :ブロック用
=================================================================== */
/*-----------------------------------------------
ブロック共通
----------------------------------------------- */
.title_block , #recommend_area h3 , #categorytree h3 , #categorytree2 h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    line-height: 20px;
    margin: 0;
    padding: 5px 10px 3px 10px;
	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: #E1DCDA solid 1px;
    border-bottom: #B5B5B5 solid 2px;
    -webkit-box-shadow: 0 1px #FFF;
    -moz-box-shadow: 0 1px #FFF;
    text-align: left;
    vertical-align: middle;
    text-overflow: ellipsis;
    clear: both;
}

/*-----------------------------------------------
オススメ商品
----------------------------------------------- */
#recommend_area , #arrNewItems li {
    padding-top: 10px;
    border: #CCC solid 1px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background-color: #222;
}
#recommend_area h2 {
    font-size: 12px;
    margin-left: 10px;
}
#recommend_area h3 a {
	color: #FFF;
	font-size: 90%;
}
#recommend_area li {
    width: 340px;
}
.recommendblock {
    width: 320px;
    padding: 5px 10px 5px 8px;
    margin: 0 auto;
    clear: both;
}
.recommendblock img {
    width: 100%;
	height: auto;
}
.recommendblock .productContents {
    text-align: left;
}
.recommendblock .productContents p {
	color: #444;
    clear: both;
}
.recommendblock .productContents p.max5 {
    color: #a9a9a9;
}
.recommendblock .productContents p.comment {
    width: 17em;
    height: 3.7em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    clear: both;
}
.recommendblock .sale_price {
    clear: both;
    float: right;
    text-align: right;
}
#recommend_area div.moveWrap {
    width: 340px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
}

#recommend_area ul.moveWrapBG {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    visibility: hidden;
    -webkit-box-sizing: border-box;
}
#recommend_area div.slideMask {
    margin: 0 auto;
    padding: 0;
    margin-right: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px #FFF solid;
    -webkit-box-sizing: border-box;
}
#recommend_area div.moveWrap>ul.move {
    width: 10000px;
    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);
    margin: 0;
    padding: 0;
    display: none;
}
#recommend_area div.moveWrap>ul.move li.slideUnit {
    width: 340px!important;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    text-align: center;
    -webkit-box-sizing: border-box;
}
#recommend_area li.slideUnit>div {
    padding: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
}
#recommend_area div.flickSlideBottom {
    width: 100%;
    margin-top: 5px;
    border-top: #DBDBDB solid 1px;
    background: -moz-linear-gradient(center top, #FFFFFF 0%,#222 95%,#FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(0.95, #222),color-stop(0, #FFFFFF));
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    moz-border-bottom-left-radius: 8px;
}
#recommend_area div.flickSlideBottom div.bottomLeft,
#recommend_area div.flickSlideBottom div.bottomRight {
    display: table-cell;
    padding: 0 10px;
	min-width: 15px;
	color: #222;
	white-space: nowrap;
    text-indent: -100px;
	overflow: hidden;
}
#recommend_area div.flickSlideBottom div.bottomRight {
	background-image:url('//www.auto-acp.com/img/arrow_r.png');
	position: relative;
	top: -50px;
	right: 5px;
}
#recommend_area div.flickSlideBottom div.bottomLeft {
	background-image:url('//www.auto-acp.com/img/arrow_l.png');
	position: relative;
	top: -50px;
	left: 5px;
}
#recommend_area div.flickSlideBottom div.bottomLeft:after {
    font-size: 10px;
    padding: 5px;
    text-align: left;
    display: table-cell;
}
#recommend_area div.flickSlideBottom div.bottomLeft:before {
    margin-top: 2px;
    padding: 5px;
    text-align: left;
    display: table-cell;
}
#recommend_area div.flickSlideBottom div.bottomRight:before {
    font-size: 10px;
    padding: 5px;
    text-align: right;
    display: table-cell;
}
#recommend_area div.flickSlideBottom div.bottomRight:after {
    margin-top: 2px;
    padding: 5px;
    text-align: right;
    display: table-cell;
}
#recommend_area div.flickSlideBottom ul.slidePager {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table-cell;
    text-align: center;
	height: 35px;
}
#recommend_area div.flickSlideBottom ul.slidePager li.slidePagerPointer {
    font-size: 10px;
    width: 6px;
    height: 6px;
    margin: 12px 6px 6px 6px;
    display: inline-block;
    background-color: #CCC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#recommend_area div.flickSlideBottom ul.slidePager li.slidePagerPointer.active {
    background-color: #333;
}

/*-----------------------------------------------
カテゴリリスト（アコーディオン）
----------------------------------------------- */
#category_area {
    margin-bottom: 20px;
}
#categorytree ul {
    margin: 10px 10px 0 10px;
    border: #A9ACAB solid 1px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #f4F6F8;
}
#categorytree li , #categorytree2 li , .sns li {
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: opacity 0.3s ease-in;
    -webkit-transition-delay: 0.2s;
    clear: both;
    border-bottom: #CCC solid 1px;
    border-top: #FFF solid 1px;
    line-height: 1.3em;
    vertical-align: middle;
}
#categorytree li#category38 {
	background-color: #999;
	border-top: double;
}
#categorytree li.carmodelcate {
	background-color: #CCE;
	border-top-style: groove;
	border-top-color: #03F;
}
#categorytree li.makercate {
	background-color: #CCC;
}
#categorytree li li {
    border-bottom: none;
}
#categorytree2 #categoryguide , #categorytree2 #categoryguide ul , #categorytree2 ul , .sns ul {
    margin: 10px 10px 25px 10px;
    border: initial;
    border-radius: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    background: #FFF;
}
#categorytree #categoryguide ul , #categorytree2 ul {
    margin-left: 15px;
}
#categorytree2 #categoryguide li {
    font-weight: normal;
	line-height: 1.7em;
}
#categorytree2 ul {
    margin-left: 25px;
}
#categorytree2 li .category_body {
	display: block;
}
#categorytree li:first-child {
    border-top: none;
}
#categorytree li li:first-child {
    border-top: ridge;
    border-left: ridge;
    border-color: #999;
}
#categorytree li:last-child,
#categorytree li li:last-child {
    border-bottom: none;
}
#categorytree ul li a,
.categorytree > ul > li > ul > li a {
    padding: 0.6em 0;
}
.category_body {
    display: inline-block;
}
.category_body a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
#categorytree ul li li {
    padding-bottom: 0.6em;
    border-left-color: #999;
	border-left-style: ridge;
}
.category_header {
    width: 1.5em;
    margin: 0 6px 0 8px;
    display: inline-block;
    background: transparent;
    text-align: right;
}
.category_header.plus,
.category_header.minus {
    color: #FFF;
    margin: 0 6px 0 8px;
    padding-bottom: 4px;
    display: inline-block;
    text-align: center;

    width: 1.5em;
    height: 1.3em;
    -webkit-border-radius: 8px;
    background: #515866;
    background: -moz-linear-gradient(center top, #6D7481 0%,#515866 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(1, #515866));
    -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    -webkit-border-radius: 3px;
    position: relative;
    top: -14px;
}

.category_header.plus > a,
.category_header.minus > a {
    width: 1.5em;
    color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/*レベル調整*/
#categorytree .level1 .category_header {
    width: 1.5em;
}
#categorytree .level1 .category_body {
    width: 86.5%;
}
#categorytree .level2 .category_header {
    width: 1.5em;

}
#categorytree .level2 .category_body {
    width: 79%;
}
#categorytree .level3 .category_header {
    width: 1.5em;
    margin-left: 3.4em;
}
#categorytree .level3 .category_body {
    width: 71.5%;
}
#categorytree .level4 .category_header {
    width: 1.5em;
    margin-left: 4.8em;
}
#categorytree .level4 .category_body {
    width: 64%;
}

#categorytree .level5 .category_header {
    margin-left: 6.2em;
}
#categorytree .level5 .category_body {
    width: 56%;
}


/*リンクカラー*/
.category_body a:link,
.category_body a:visited {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#categorytree ul li#category38 a:link,
#categorytree ul li#category38 a:visited {
    color: #FFF;
}
.category_header.plus a,
.category_header.minus a {
    color: #FFF;
}

#category_area2 {
	display: none;
}
/*-----------------------------------------------
カテゴリー　ヘッダーナビfancybox表示による調整
----------------------------------------------
#categorytree ul {
	margin: 0;
}
.category_header.plus, .category_header.minus {
	display: none;
}
#categorytree ul li a {
	padding-left: 5px;
}
#categorytree #categoryguide li a {
	display: block;
	padding: 0;
}
/*-----------------------------------------------
カテゴリイメージ
----------------------------------------------- */
.list_com {

	color: #555;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	background-color: #EEE;
}
.list_com p {
	padding-right: 10px;
	padding-left: 10px;
}
/*.CLStune1 {
	height:250px; 
}*/
.CLStune2 {

}
.CLStune3 {
	width: 100%;
	min-height: 220px;
}
.CLStune4 {
	min-height: 110px;
}
.list_com strong {
	font-weight: normal;
}
div.all_list_bloc .list_com strong {
	color: #666;;
}
div.all_list_bloc .list_com {
	padding-top: 15px;
}	
.list_com ul {
	margin-right: 10px;
	margin-left: 10px;
}

.list_com em {
	font-weight: normal;
	font-style: normal;
	color: #FF9900;
}
.sp_category_topimg {
	position: relative;
}
.sp_category_topimg img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 10000;
}
.category_topimg , .category_topimg1 {
	border-width: 1px;
	border-color: #FF6600;
	background-color: #111;
	text-align: center;
	right: inherit;
	left: auto;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-top-style: solid;
}
.category_topimg img , .category_topimg1 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.category_topimg2 {
	display: none;
}
.category_topimg3 {
	width: 100%;
	height: auto;
}
.subcategory_area .category_topimg2 p {
	margin: 0;
}

.category_topimg img.topimg_4line {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
.category_topimg img.topimg_8line {
	width: 50%;
	height: 220px;
	float: left;
    object-fit: cover;
	vertical-align: bottom;
}
.category_topimg p {
    color: #FFF;
    position: relative;
    top: -100px;
    text-shadow: 5px 5px 5px #000, -5px -5px 5px #000,-5px 5px 5px #000,  5px -5px 5px #000,5px 0 5px #000, -5px  0 5px #000,0 5px 5px #000,  0 -5px 5px #000;
}
#category_maker_area {
	padding-left: 10px;
}

#category_maker_area .bloc_body .product_item {
    float: left;
	width: 130px;
/*	width:25%;　*/
	margin-bottom:10px;
	margin-right: 8px;
	padding:5px;
	min-height: 160px;
	height: auto;
	border: 2px solid #ddd;
	-webkit-border-radius: 4px; /* Chrome,Safari */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
}
#category_maker_area h3 {
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
}
#category_maker_area .category_rogo img {
	height: 12px;
}
h2.productslist_area {
    color:#F90;
    padding:0 0 0 10px;
	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 */
	font-weight: bold;
	text-shadow: -1px -1px #000, -2px 0px #000;
	padding-top: 3px;
	font-size: 15px;
	letter-spacing: 0.3em;
}
h2.productslist_area a:link , h2.productslist_area a:visited {
    color:#F90;
}
.maincol {
	margin: 10px;
}

#flickable1 {
	border-top-style: double;
	border-bottom-style: double;
	border-width: 3px;
	border-color: #FF6600;
	height: 350px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #333;
}
#flickable1 h2 , #flickable1 p {
	font-size: 88%;
	width: 100%;
}
#flickable1 p.onerflow {

	overflow: hidden;
}
#flickable1 h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#flickable1 ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	width:5600px;
	color: #a9a9a9;
	background-color: #333;
	height: 310px;
}
#flickable1 ul li {
	display: inline-block;
	display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 5px;
	float: left;
	width:360px;
	max-height: 200px;
}
#flickable1 ul li img.category_products_img {
	width: 360px;
	height: auto;
	max-height: 220px;
}
#flickable1 .ui-flickable-container {
	cursor:   url(//www.auto-acp.com/img_sozai/hand.png) , pointer;
}
.showcase{
  width:100%;
  border: 0;
  height: 440px
}
.slideimage{
  border: 0;
  height: 215px;
  width:100%;
}
div.wide800 {
	display: none;
}
p.flick {
	margin-left: 10px;
	color: #003399;
	font-weight: bold;
}
.itembox {
	width: 180px;
	margin-top: 5px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F90;
}
.itembox2 {
	min-height: 280px;
}
.photo {
	width: 100%;
	height: auto;
	max-width: 360px;
}
.itembox h3 {
	margin: 0;
	padding-left: 5px;
	background-color: #333;
	font-size: 90%;
	height: 2.7em;
}
.itembox ul.toppage {
	padding-left: 5px;
	margin-bottom: 10px;
}

.itembox ul.toppage li {
	float: left;
	width: 90%;
	font-size: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); 				zoom: 1; /* IE */
	background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
	background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
	background: -ms-linear-gradient(top, #fff, #ccc);      /*                 CSS                3 */
	text-shadow: 1px 1px 1px #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	padding-left: 5px;
	white-space: nowrap;
	border-radius: 3px; /*                 CSS                3 */;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
.itembox ul.toppage li a {
	display: inline-block;
	width: 100%;
}

#category_maker_area .itembox h3 {
	color: #FF9900;
	padding: 5px;
	background-color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
.itembox h3 a , .itembox h3 a:visited , .itembox h3 .ui-link:link  {
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	color: #FF9900;
}
.itembox h3 a:hover, .itembox h3 a:active {
	text-decoration: none;
	color: #FFF;
}
.itembox h4 {
	padding-left: 5px;
	font-size: 90%;
}
.itembox p {
	color: #555;
	margin: 5px;
	font-size: 70%;
}
.itembox em {
	font-weight: normal;
}
.fig {
	margin: 0;
	padding: 0;
	float: left;
}
figcaption {
	font-size: 70%;
	color: #69F;
}

/*-----------------------------------------------
news
----------------------------------------------- */
#news_area {
    margin-bottom: 20px;
}
#news_area ul {
}
#news_area li {
    display: block;
    clear: both;
    padding: 10px;
    line-height: 1.3;
    background-color: #FEFEFE;
    background: -moz-linear-gradient(center top, #FEFEFE 0%,#EEEEEE 100%);
    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;
}
#news_area .news_date {
    clear: both;
    font-size: 12px;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
.itembox {
	height: 400px;
}
.overflow {
	height: auto;
	overflow: visible;
}
}
@media screen and (max-width: 800px) {
.fig {
	width: 25%;
}
.itembox {
	width: 49%;
}
.itembox .fig {
	width: 100%;
	background-color: #EEE;
}
}
@media screen and (max-width: 530px) {
.showcase{
  height: 220px;
  filter: opacity(75%);
}
.itembox {

}
.itembox .fig {
}
.overflow {
    overflow: hidden;
    width: 90%;
	height: 100px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
.subcategory_area .category_topimg2 p.overflow {
    width: 100%;
}
.category_topimg img.topimg_8line {
	height: 130px;
}
.TTLtune p {
	padding-left: 0;
	padding-right: 0;
}
}
@media screen and (max-width: 415px) {


}