@charset "utf-8";


#pageTitle p{
	color: #8bc925;
}
#sell .sectionTitle::before{
	content: none;
}
#sell .sectionTitle{
	background: url(../images/sell/sell_icon.png) no-repeat;
	background-size: contain;
	padding: 0.4em 0 0.4em 1.7em;
	line-height: 100%;
}

#sell .carlist{
	background: #f1eee4;
	padding: 13px;
	width: 49%;
	margin-bottom: 15px;
}
#sell .carlist:nth-child(odd){
	float: left;
	clear: both;
}
#sell .carlist:nth-child(even){
	float: right;
}
#sell .carlist .image{
	width: 60%;
	position: relative;
	float: left;
}
#sell .carlist.soldout .image::after{
	content:"";
	background:url(../images/sell/soldout.png) no-repeat;
	background-size:cover;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 269px;
	top: 0;
	left: 0;
}
#sell .carlist .image img{
	width: 100%;
	max-width: 269px;
}
#sell .carlist .rightBox{
	width: 37%;
	float: right;
}
#sell .carlist .textBox{
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 1em;
}
#sell .carlist .textBox .price{
	font-size: 110%;
	font-weight: bold;
	color: #8bc925;
}
#sell .carlist .rightBox .bt{
	text-align: right;
}
#sell .carlist .rightBox .bt img{
	width:50%;
	max-width: 86px; 
}


#purchase{
	background: url(../images/sell/purchase_bg.png) no-repeat top center;
	padding: 60px 0 0 0;
	margin-bottom: 40px;
	min-height: 403px;
}
#purchase .sectionTitle::before{
	content: none;
}

#purchase .titleBox{
	background: url(../images/sell/purchase_img.png) no-repeat right top;
	width: 45%;
}
#purchase .sectionTitle{
	background: url(../images/sell/purchase_icon.png) no-repeat;
	background-size: contain;
	padding: 0.4em 0 0.4em 1.7em;
	line-height: 100%;
}
#purchase .titleBox p{
	padding-right: 25%;
	padding-bottom: 25px;
}


#loan .card{
	float: left;
	margin-right:20px;
	width: 40%;
	max-width: 355px;
	margin-top: 5px;
	padding-bottom: 10px;
}


/*--- detailPage ---*/
#photo #imageBox {
	overflow: hidden;
}
#photo .mainImage{
	float: left;
	width: 67%;
	overflow: hidden;
	text-align: center;
}
#photo .mainImage img{
	height: 100%;
	width: auto;
}
#photo .thumbnailBox{
	float: right;
	width: 32%;
}
#photo .thumbnailBox li{
	float: left;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
#photo .thumbnailBox li img{
	cursor: pointer;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
#photo .thumbnailBox li img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	transition: all .4s;
}
#photo .comment{
	font-size: 80%;
	text-align: right;
}

#price .priceBox{
	background: #f0ede1;
	line-height: 100%;
	font-size: 150%;
}
#price .priceBox h2{
	width: 15%;
	padding:0.5em;
	float: left;
}
#price .priceBox .rightBox{
	width: 84%;
	float: right;
	padding:0.5em;
	font-weight: bold;
	text-align: right;
	color: #8bc925;
}

#overview dl{
	display: table;
	border-collapse: separate;
    border-spacing: 1px;
	width: 49%;
}
#overview dl:nth-child(odd){
	float: left;
}
#overview dl:nth-child(even){
	float: right;
}
#overview dt,
#overview dd{
	display: table-cell;
	padding: 5px 10px;
	font-size: 90%;
}
#overview dt{
	background: #f0ede1;
	width: 30%;
}
#overview dd{
	background: #fcfbf8;
}







/* ========================== Tablet / PC  ※1000px以内の時============================= */
@media screen and (max-width: 1000px) {


#purchase{
	background-position: 40% 0;
}
#purchase .titleBox{
	background-position: right 0;
	background-size: 18%;
	width:57%;
}
#purchase .titleBox h1{
	font-size: 180%;
}
#purchase .titleBox p{
	padding-right: 20%;
	padding-bottom: 25px;
}



/*--- detailPage ---*/

#overview dl{
	width: 49.5%;
}
#overview dt,
#overview dd{
	padding: 5px 8px;
	font-size: 80%;
}
#overview dt{
	width: 40%;
}



}

/* ========================== Tablet / PC  ※760px以内の時============================= */
@media screen and (max-width: 760px) {


#purchase .titleBox{
	background-size: 25%;
	background-position: right 3em;
	width:60%;
}
#purchase .titleBox p{
	padding-right: 23%;
}
#purchase .titleBox h1{
	font-size: 170%;
}


#loan .card{
	width: 100%;
	float: none;
}








}

/* =========================== Mobile ※600px以内の時=========================== */
@media screen and (max-width: 600px) {

#sell .carlist{
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	display: block;
	zoom: 1;
	clear: both;
	height: auto;
}
#sell .carlist:nth-child(odd),
#sell .carlist:nth-child(even){
	float: none;
}
#sell .carlist .image{
	width: 100%;
	float: none;
	margin:0 auto 10px;
}
#sell .carlist.soldout .image::after{
	max-width: none;
}
#sell .carlist .image img{
	max-width: none;
}
#sell .carlist .rightBox{
	width: 100%;
	float: none;
}
#sell .carlist .textBox{
	margin-bottom: 10px;
}
#sell .carlist .textBox p{
	float: left;
	display: inline;
}
#sell .carlist .textBox p:after {
	padding:0 0.5em;
	content: "/";
}

#sell .carlist .rightBox .bt{
	text-align: center;
}


#purchase{
	background-position: left 0;
	padding-top: 30px;
}
#purchase .titleBox{
	background:none;
	width:100%;
}
#purchase .titleBox p{
	background: url(../images/sell/purchase_img.png) no-repeat right top;
	background-size:80px;
	background-position: right 0;
	padding-right: 80px;
	min-height: 80px;
}
#purchase .titleBox h1{
	font-size: 135%;
}
#purchase .inquiryBox{
	text-align: center;
}
#purchase .inquiryBox img{
	width: 100%;
	max-width: 320px;
}

#loan .card{
	margin-left:auto;
	margin-right:auto;
	display: block;
}


/*--- detailPage ---*/
#photo .mainImage{
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#photo .thumbnailBox{
	float: none;
	width: 100%;
}
#photo .thumbnailBox li{
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 5px !important;
}
#photo .thumbnailBox li:nth-child(5),
#photo .thumbnailBox li:nth-child(10){
	margin-right: 0;
}
#photo .thumbnailBox li img:hover {
	opacity:1;
	filter: alpha(opacity=1000);
}

#price .priceBox h2{
	width: 35%;
}
#price .priceBox .rightBox{
	width: 64%;
}

#overview dl{
	width: 100%;
	float: none;
	display: block;
}

#overview dt,
#overview dd{
	width: 100%;
	display: block;
}
#overview dt{
	padding: 2px 10px;
	font-weight: bold;
}
#overview dd{
	font-size: 100%;
}





}