@charset "EUC-JP";
/*
.page-ttl{

    position: relative;
    padding: 20px 20px 0 20px;
    width: 100%;
    height: 300px;
    background-image: url(../../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;

}
*/


.company a:link { color: #039be5; }
.company a:visited { color: #039be5; }
.company a:hover { color: #039be5; }
.company a:active { color: #039be5; }
.company a:focus {
color: #039be5;
background-color: none;
outline:0;
outline:none;
}




.company .container-fluid{
background-color:#0b6c56;
}

.company th{
font-size:15px;
}

.company .content-txt{
padding: 10px;
background-color: #efefef;
margin-bottom: 15px;

}

.company .company_area2 table{
background-color: #fff;
}



/*ここから*/
.stock-list {
	padding: 0;
	list-style: none;
}

.stock-list li {
	margin-bottom: 16px;
}

.stock-list a {
	position: relative;
	color: #fff;
	text-decoration: none;
}

.stock-list .stock-wrap {

	overflow: hidden;
}

.stock-list .stock-img {
	position: relative;
	overflow: hidden;
}

.stock-list .stock-img img {
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.stock-list .stock-txt {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    height: auto;
    width: 100%;
    padding: 16px;
    color: #333;
    background-color:#eee;
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);*/
    /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    margin: 15px 0;
    border-radius: 5px;

}

.stock-list .stock-txt .name{
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
  color: #666;
}

.stock-list .stock-txt .type {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.stock-list .stock-txt p {
	margin: 0;
	line-height: 1.5;
}

.stock-list .stock-txt .year {
	font-size: 14px;
	line-height: 1.5;
}

.stock-list .stock-txt .distance {
	line-height: 1.5;
}



.stock-txt span{
	font-weight: bold;
	padding-right: 10px;
}

.stock-list-txt{
	display: table;
	width: 100%;
	border-bottom: 1px dashed #0d6c55;
	margin-bottom: 4px;
}

.list-txt-l{
	font-size: 14px;
	width: 25%;
	display: table-cell;
}
.list-txt-r{
	width: 75%;
	display: table-cell;
}
.stock-txt{
	height: auto;
	width: 100%;
	padding: 16px;
	color: #333;
	background-color: #eee;
	margin: 15px 0;
	border-radius: 5px;
}
/*
.stock-list .stock-txt .price {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
*/
.stock .mark{
    padding: 0;
}
.mark {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom:40px solid transparent;
	border-right: 40px solid transparent;
    background-color:transparent;
}

.mark-new {
	border-left: 40px solid #C00;

}

.mark-renew {
	border-left: 40px solid #FFF100;
}

.mark-txt {
	position: absolute;
	left: 3px;
	top: 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.car-search{
	text-align: center;
	background-color: #efefef;
	padding: 16px 0;
	border-bottom: 1px solid #0d6c55;
}

.car-search span{
	font-weight: bold;
  font-size: 16px;
	margin-bottom: 16px;
}

.serch-txt{
	display: block;
}

.detail_btn {
  position: relative;
  display: inline-block;
	padding: 8px 40px;
  text-decoration: none;
  color: #FFF;
  background: #f9861b;
  border-bottom: solid 2px #d27d00;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	margin-top: 6px;
}

.detail_btn:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.parts-ask{
	text-align: center;
}

.parts-ask a:hover{
	color: #fff;
}

.car-search label{
	font-weight: normal;
}

.car-search input[type=checkbox]{
	margin: 0 2px 0 6px;
}

.serch-line{
	position: relative;
  margin-bottom: 20px;
}

.serch-line:after{
	content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: inline-block;
  width: 90%;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0d6c55;
  border-radius: 2px;
}

.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after { clear:both; }

/* IE6,7対応 (trigger hasLayout) */
.cf { zoom:1; }

/***********20190131*********/
.parts {
    margin-top: 103px;
}

/******20190204**********/
.car-search span {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 16px;
}

.car-search label {
    font-weight: normal;
    font-size: 17px;
}

.page-ttl-parts {
    position: relative;
    padding: 40px 0px 0 0px;
    width: 100%;
    height: 300px;
    background-image: url(../../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-bottom: 50px;
}

.page-ttl-parts h1 {
    text-align: center;
    margin-top: 70px;
    text-shadow: #000 0px 0 9px;
}

#parts-list {
    margin-top: 103px;
}