/* form */


.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 400px;
	overflow-x: none;
	overflow-y: auto;
	
	
	

}
.detail_form {
	background: #433925;
	color: #fff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 15px;
}

.detail_form_sp{
	padding:8px;
	 }

.detail_form .detail_form-inner {
	padding: 0 0 15px
}
.detail_form .detail_form-inner>p {
	margin-left: 15px;
	margin-right: 15px
}
.detail_form.right {
	left: auto;
	right: -260px
}
.detail_form.left {
	left: -260px;
	right: auto
}
.detail_form h1, .detail_form h2, .detail_form h3, .detail_form h4, .detail_form h5, .detail_form h6 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);

}
.detail_form p {
	font-family: メイリオ;
	font-size: 14px;
	/*font-weight: bold;*/
	margin: 0 0 5px
}
.detail_form p a {
	color: rgba(255,255,255,0.9)
}
.detail_form>p {
	margin-left: 15px;
	margin-right: 15px
}
.detail_form ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
.detail_form ul li {
	display: block;
	margin: 0;
	line-height: 48px;
}
.detail_form ul li:hover, .detail_form ul li.active, .detail_form ul li.detail_form-class-active {
	border-top: none;
	line-height: 49px
}

.detail_form ul li a, .detail_form ul li span {
	color: #fff
}
.detail_form ul li ul {
	border-bottom: none;
	margin: 0
}
.detail_form ul li ul li {
	line-height: 40px;
	font-size: 13px
}
.detail_form ul li ul li:last-child {
	border-bottom: none
}
.detail_form ul li ul li:hover, .detail_form ul li ul li.active, .detail_form ul li ul li.detail_form-class-active {
	border-top: none;
	line-height: 41px
}

.detail_form form {
	margin: 0 0px
}

@media (min-width:992px){
.detail_form form {
	margin: 0 15px
}
}
.detail_form label {
	font-size: 12px
}
.detail_form input[type="text"],
.detail_form input[type="password"],
.detail_form input[type="date"],
.detail_form input[type="datetime"],
.detail_form input[type="email"],
.detail_form input[type="number"],
.detail_form input[type="search"],
.detail_form input[type="tel"],
.detail_form input[type="time"],
.detail_form input[type="url"],
.detail_form textarea,
.detail_form select
{
	width: 100%;
	font-family: メイリオ;
	font-size: 13px;
	padding: 6px 5px 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	border: none;
	background-color: #fff;
	color: #493e29;
	display: block;
	clear: both;
}

.detail_form input[type="search"] {
	width: 66%;
	display: inline-block;
	float: right;
}

/*
.detail_form #tgl-maker select {
	width: 45%;
	float: left;
}

.detail_form #tgl-cmodel select {
	width: 45%;
	float: right;
}

.detail_form #tgl-price select {
	width: 45%;
	float: left;
}

.detail_form #tgl-myear select {
	width: 45%;
	float: left;
}

.detail_form #tgl-area select {
	width: 45%;
	float: left;
}

.detail_form #tgl-fuel select {
	width: 45%;
	float: right;
}
*/

.detail_form input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none;
	height: 20px;
}
.detail_form input[type=button], .detail_form input[type=submit] {
	color: #333;
	background: #fff
}
.detail_form input[type=button]:hover, .detail_form input[type=submit]:hover {
	background: rgba(255,255,255,0.9)
}


