@charset "UTF-8";

/*　在庫一覧　*/

.stock_wrap{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:#C9C9C9 solid 1px;
}
.stock_wrap a{
	text-decoration:none;
}
.stock_title{
	margin-bottom:5px;
	padding:2px 0;
	background:#ECAD37;
	background:url(../img/stock/stock_title_bg.jpg) repeat-x;
}
.stock_title h3{
	float:left;
}
.stock_wrap input[type="checkbox"] {
	float:left;
    border: medium none;
    width: 23px;
    min-height: 23px;
    background-color: transparent;
    background-image: url(../img/stock/check_bg.png);
    background-position: 0px 50%;
    background-repeat: no-repeat;
    background-size: 23px 23px;
}

.stock_pagenavi{
	text-align:center;
	line-height:2em;
	margin:10px 0;
}
.stock_pagenavi .current{
	font-weight: bold;
	border: 1px solid #FF7E00;
	background: #FF7E00 none repeat scroll 0% 0%;
	color: #FFF;
	padding: 3px 6px 1px;
	margin-right:4px;
}
.stock_pagenavi a{
	text-decoration: none;
}
.stock_pagenavi a.square{
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #BDBDBD;
	color: #676767;
	padding: 3px 6px 1px;
	margin-right: 4px;
}


.stock_wrap .photo {
    float: left;
    width: 44%;
	padding-bottom:5px;
}
.stock_wrap .photo p.subpic{
	float:left;
	width:49%;
	margin:1% 0.5%;
}
.stock_wrap .txtArea{
	float:right;
	width:54%;
	padding-bottom:5px;
}
.stock_wrap table{
	border-top:#c4c4c4 solid 1px;
	border-left:#c4c4c4 solid 1px;
}
.stock_wrap td,
.stock_wrap th{
	border-bottom:#c4c4c4 solid 1px;
	border-right:#c4c4c4 solid 1px;
	font-size:85%;
	padding:1px;
}
.stock_wrap th{
	background:#f3f3f3;
}
.stock_wrap td{
	padding-left:5px;
}
.stock_wrap p.kakaku{/*
	color:#ff0000;
	font-weight:bold;
	font-size:130%;
	line-height:1em;*/
	font-size:85%;
	padding-bottom:3px;
}
.stock_wrap p.kakaku .font_s{
	font-weight:normal;
	font-size:70%;
	color:#000000;
}
.stock_wrap p.kakaku .price{
	color:#ff0000;
	font-weight:bold;
	font-size:140%;
}
.stock_wrap p.kakaku .hontai{
	font-weight:bold;
	font-size:140%;
}
.stock_wrap .stock_shop {
	background:#787878;
	color:#ffffff;
	text-align:center;
	margin:4px 0;
	font-size:90%;
}
.stock_wrap .stock_shop a{
	color:#ffffff;
	display:block;
}
.stock_copy{
	clear:both;
	font-size:80%;
	line-height:1.35em;
	background:#fff3ce;
	padding:5px;
	color:#8b5010;
	margin:4px 0;
}
p.stock_btn_shop,
p.stock_btn_tel,
p.stock_btn_ask{
	float:left;
	width:30%;
	margin:1%;
	color:#ffffff;
	font-size:90%;
	text-align:center;
	line-height:1.3em;
	padding:0.5em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #a4a4a4;
	-moz-box-shadow: 1px 1px 2px #a4a4a4;
	-webkit-box-shadow:1px 1px 2px #a4a4a4;
}
p.stock_btn_shop{
	background:#1FA3D3;
	background: -moz-linear-gradient(top, #00ccff, #006bd9);
   background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#006bd9));
	border:#51a7ff solid 1px;
}
p.stock_btn_tel{
	background:#ff7800;
	background: -moz-linear-gradient(top, #ffae00, #ed5900);
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae00), to(#ed5900));
	border:#ff9829 solid 1px;
}
p.stock_btn_ask{
	background:#ff0054;
	background: -moz-linear-gradient(top, #ff6698, #dd0049);
   background: -webkit-gradient(linear, left top, left bottom, from(#ff6698), to(#dd0049));
	border:#d2527c solid 1px;
}
p.stock_btn_shop a,
p.stock_btn_tel a,
p.stock_btn_ask a{
	display:block;
	color:#ffffff;
	text-shadow: -1px -1px 1px #000;  
}




.stock_search{
	padding:5px 8px;
	margin-bottom:5px;
	background:#ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 1px 2px #a4a4a4;
	-moz-box-shadow: 1px 1px 2px #a4a4a4;
	-webkit-box-shadow:1px 1px 2px #a4a4a4;
}
h2.title_stock{
	color:#5a2000;
	text-shadow: 2px 2px 2px #c4b68b;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif , "HGMaruGothicMPRO";
}
.stock_search hr{
   border:none;
	border-top:#ffc923 solid 1px;
   height:1px;
	margin:5px 0px;
}
p.title_searchbox{
	float:left;/*
	margin-right:20px;*/
	padding-bottom:5px;
}
p.title_searchbox input{/*
	min-width:280px;*/
}

p.title_searchbox input.textfield {
    width: 225px;
    height: 27px;
    padding: 0px 5px;
    border: 1px solid #676361;
    color: #777;
    background: #FFF none repeat scroll 0% 0%;
    font-size: 80%;
    float: left;
}

.stock_ask{
background: -moz-linear-gradient(top, #ff0000, #d40000);
   background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#d40000));
	border-left:#ff8f8f solid 1px;
	border-top:#ff8f8f solid 1px;
	border-bottom:#7b0000 solid 1px;
	border-right:#7b0000 solid 1px;
	box-shadow: 1px 1px 2px #a4a4a4;
	-moz-box-shadow: 1px 1px 2px #a4a4a4;
	-webkit-box-shadow:1px 1px 2px #a4a4a4;
	color:#ffffff;
	text-align:center;
	width:94%;
	margin:0 auto 10px;
	padding:0.5em 0;
	text-shadow: -1px -1px 1px #000;  
}
.stock_ask a{
	color:#ffffff;
	text-decoration:none;
	display:block;
}

.stock_photo{
	float:left;
	width:46%;
	margin:1%;
	background:#ffffff;
	border:#C3C3C3 solid 1px;
	padding:0.5%;
}
.contact_check{
	height:35px;
}
.stock_photo p{
	padding:0;
	margin:0;
	line-height:1.4em;
}
.stock_photo p.photo{
	width:95%;
	margin:auto;
}
.stock_photo a{
	text-decoration:none;
	color:#000000;
}

.stock_photo p.maker{
}
.stock_photo p.carmodel{
	font-weight:bold;
	height:3em;
	overflow:hidden;
}
.stock_photo p.kakaku{
	color:#ff0000;
	font-weight:bold;
	font-size:110%;
	padding:3px 0;
	border-top:#C3C3C3 solid 1px;
	border-bottom:#C3C3C3 solid 1px;
	width:95%;
	margin:auto;
	margin-bottom:5px;
}
.stock_photo p.point{
	background: #F5F2DC;
	color: #5A0A00;
	line-height: 1.4em;
	padding: 2px;
	font-size: 85%;
	width:95%;
	height:185px;
	margin:auto;
	margin-bottom:3px;
}


.stock_more{
	background:#606060;
	padding:8px;
	color:#ffffff;
	text-align:center;
}




/*　販売済みカスタムカー一覧　*/
.custom_wrap{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#C9C9C9 solid 1px;
}
.custom_wrap a{
	text-decoration:none;
}
.custom_wrap .custom_photo{
	float:left;
	width:48%;
}
.custom_wrap .custom_txt{
	float:right;
	width:50%;
	padding-bottom:5px;
}
.custom_wrap  p.maker{
	font-size:80%;
	line-height:1.35em;
}
.custom_wrap  p.carmodel{
	line-height:1.35em;
	font-weight:bold;
}
.custom_wrap  p.year{
	font-size:80%;
	line-height:1.35em;
	border-top:#C9C9C9 solid 1px;
	border-bottom:#C9C9C9 solid 1px;
	margin-bottom:5px;
}
.custom_wrap  p.point{
	font-size:80%;
	background: #F1EFEA;
	color: #5A0A00;
	line-height: 1.4em;
	padding: 5px;
	word-wrap:break-word;
	max-height:8.0em;
	overflow:hidden;
}
.custom_wrap .custom_txt p.point a{
	color: #5A0A00;
}

#custom_searchbox{
	padding:8px;
	background:#6d4d31;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#custom_searchbox p{
	padding-bottom:7px;
	color:#ffffff;
}
ul.select_color li{
	float:left;
	margin:3px 6px 0 0;
	text-align:center;
}
#custom_searchbox input[type="checkbox"] {
    border: medium none;
    width: 23px;
    min-height: 23px;
    background-color: transparent;
    background-image: url(../img/stock/check_bg.png);
    background-position: 0px 50%;
    background-repeat: no-repeat;
    background-size: 23px 23px;
}

#free_search{
	height:29px;
	float:left;
	margin:10px 0;
}
#free_search input.textfield {
	width: 220px;
	height:27px;
	padding:0 5px;
	border: 1px solid #676361;
	color: #777;
	background: #fff;
	font-size: 80%;
	float:left;
	}
#free_search input.img-btn {
	display:inline-block;
	width:43px;
	height:29px;
	float:left;
}

/*　2015.11.18　変更・追加　*/
#custom_head{
	margin-bottom:10px;
	position:relative;
}
#custom_head .h2_bg{
	text-align:center;
	box-shadow: 1px 1px 2px #a4a4a4;
	-moz-box-shadow: 1px 1px 2px #a4a4a4;
	-webkit-box-shadow:1px 1px 2px #a4a4a4;
	background:#ffa200;
	position:relative;
}
#custom_head h2{
	position:absolute;
	font-size:120%;
	color:#00ff66;
	top:41%;
	left:2%;
	z-index:30;
	text-shadow: 0 0 1px #000,1px 1px 3px #000,-1px -1px 3px #000;  
}

#custom_searchbox p{
	padding-bottom:20px;
}
#custom_searchbox .color_select{
	margin-top:5px;
	border-bottom:#9a7453 solid 1px;
	color:#ffffff;
	margin-bottom:5px;
	cursor:pointer;
}
#custom_searchbox .color_select p a{
	display:block;
}
.color_select p.color_select_close{
	display:none;
}
.color_select_toggle{
	padding-bottom:10px;
	border-bottom:#9a7453 solid 1px;
	display:none;
}

/*　販売済みカスタムカー詳細　*/
.hanbai_detail_head{
	background: #381A07;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hanbai_mainpic_wrap{
background: #381A07;
}

/*　ハイエース用チェックボックス　*/
.checkbox_hiace{
clear: both;
padding:5px;
line-height: 2em;
}
.checkbox_hiace label input{
margin-right: 0.1em;
}
.checkbox_hiace label{
padding-right: 1em;
white-space: nowrap;
}
.search_btn_hiace input{
text-align: center;
background: #EDE2D0;
color: #6a2200;
font-size: 90%;
padding: 5px 3em;
margin-top: 0.5em;
background: #e9deca;
border-right: 1px solid #aca483;
border-bottom: #aca483 solid 1px;
border-top: #fff solid 1px;
border-left: #fff solid 1px;
}
br.br_hiace{
display: none;
}
@media screen and (max-width:374px){
br.br_hiace{
display: block;
}

}
