@charset "euc-jp";
/* CSS Document */

#map_canvas {
	height: 361px;
	width: 100%;

}

/* car-list.php */
/* .car-box-head  */
.fav-star {
	width: 15%;
	float: left;
}

.fav-btn {
	position: relative;
	width: 28px;
	height: 28px;
	background-color: #E4E4E4;
	border-radius: 4px;
	margin-right: 10px;
}

.star {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.car-name-box {
	width: 85%;
	float: left;
	padding-left: 15px;
}

.car-name {
	font-weight: bold;
	font-size: 18px;
}

.car-price {
	float: right;
	color: #F00;
	font-size: 30px;
	font-weight: 700;
}

.car-price span {
	color: #000;
	font-size: 13px
}

.car-maker {
	font-size: 14px;
	font-weight: bold;
}

/* detail */
.maker-car-name {
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin-left: 20px;
}

.maker-car-name span {
	font-size: 16px;
	font-weight: 100;
}

.maker-car-price {
	font-size: 40px;
	font-weight: 700;
	color: #C00;
	padding-top: 8px;
	float: right;
}

.maker-car-price span {

	font-size: 20px;
	color: #333;

}

.maker-logo {
	float: left;
}

.maker-logo img {
	width: 60px;
}
@media (max-width: 992px) {
	.maker-car-name {
		font-size: 25px;
		font-weight: bold;
		float: left;
		margin-left: 20px;
	}

	.maker-car-name span {
		font-size: 20px;
	}

	.maker-car-price {

		font-size: 40px;
		font-weight: 700;
		color: #C00;
		padding-top: 8px;
		float: right;
	}

	.maker-car-price span {
		font-size: 20px;
		color: #333;

	}

	.maker-logo {
		margin: 10px;
	}

	.maker-logo img {
	}
}

@media (max-width: 991px) {
	.sp-makerprice-change{
		padding-bottom: 0;
		padding-top: 0;;
	}
	.sp-makername-layout {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.sp-makername-layout .maker-car-name span {
		font-size: 14px;
	} 
	.sp-makername-layout .fav-star {
		width: 10%;
	}

	.detail-ttl .maker-logo img {
		width: 35px;
		margin-top: 0;
		margin-bottom: 0px;
	}
	.detail-ttl .maker-car-name {
		font-size: 15px;
		margin-left: 15px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.sp-carprice-layout {
		display: flex;
    	justify-content: flex-start;
    	align-items: center;
		width: 100%;
	}
	.sp-carprice-layout .car-price {
		padding-left: 10%;
		padding-right: 10px;
	}
	.detail-ttl .maker-car-price {
		font-size: 25px;
		padding-right: 15px;
		padding-left: 68px;
		padding-top: 0;
	}
	.price-sougaku {
		clear: both;
		text-align: unset; 
		padding-top: 10px;
	}
	.car-box-height{
		height: auto;
	}
	.carname-sz .car-maker{
		font-size: 15px;
	}
	.carname-sz .car-name{
		font-size: 14px;
	}

}

@media (max-width: 520px){
	.sp-carprice-layout {
		flex-flow: wrap;
	}
	.sp-carprice-layout .car-price {
		padding-left: 3%;
		padding-right: 0;
		font-size: 18px;
	}
	.sp-carprice-layout .price-sougaku {
		padding-top: 0;
		padding-left: 3px;
	}
}

.maker-carlist-text p {
	margin-bottom: 16px;
	font-size: 18px;
}

#different-btn {
	background: #F18C27;
	box-shadow: 0 6px #B27233;
	color: #FFF;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 10px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

/* car-list.php END */

/* .car-box-img  */

.thumbnail {
	display: none;
}

@media (min-width: 992px) {
	.thumbnail {
		display: block;
	}
}

.car-box-img {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 10px;
}

.icons {
	position: absolute;
	top: 5px;
	left: 5px;
}

.icons img {
	width: 100%;
}

.icons i {
	padding-right: 3px;
}

.icons div {
	margin-bottom: 3px;
	width: 90px;
	font-size: 12px;
}

.icons .checked {
	background: #06F;
	color: #FFF;
	border-radius: 5px;
	padding: 0 3px;
}

.icons .new {
	background: #C00;
	color: #FFF;
	border-radius: 5px;
	padding: 0 3px;
}

.icons .renew {
	background: #066;
	color: #FFF;
	border-radius: 5px;
	padding: 0 3px;
}

.icons .ct-g {
	background: #24a868;
	color: #FFF;
	border-radius: 5px;
	padding: 0 3px;
}

.icons .ais {
	background: #eea322;
	color: #FFF;
	border-radius: 5px;
	padding: 0 3px;
}

.icons .rentacar {
	background: #9e27c5;
	color: #FFF;
	border-radius: 5px;
	padding: 0 3px;
}

.maker-img {
	width: 100%;
	border: 2px solid #453b27;
}

/* .car-box-info  */
.info-label {
	background: #453b27;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	margin: 2px;
}

.shop {
	overflow: hidden;
	height: 40px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}

.note {
	overflow: hidden;
	height: 40px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}

.off {
	background: #ddd;
}

/* ï¿½Æ¼ï¿½Î¾ï¿½ì¥¤ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½  */
.car-box-head {
	border-bottom: 1px solid #433925;
}

.car-box-info {
	padding-top: 4px;
}

/* container-fluidï¿½ï¿½ */
.itiran-bar {
	width: 100%;
	padding: 15px;
	text-align: center;
	color: #fff;
	background: #666;
	border-radius: 10px;
	margin-top: 10px;
}
.carbox-col .wid-max{
	display: flex;
	flex-direction: column;
}

.carbox-col .wid-max .col-md-6{
	width: 100%;
}

@media (max-width: 991px) {
	.row .col-wid {
    width: 50% !important;
}
	.carlist-col{
	display: flex !important;
    flex-flow: wrap !important;
	}
	.carlist-detail .car-url{
	display: flex;
	flex-direction: column;
	}
	.detail-wid-max{
		width: 100%;
	}
}


.country {
	padding: 24px 0 16px 0;
	text-align: center;
	clear: both;
}

.country img {
	border: #eee solid 2px;
}

.country-sub {
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	color: #666;
	width: 160px;
	padding: 5px;
}

.ctry-separate {
	border: #999 solid 2px;
	margin: 10px 0;
	clear: both;
}

.maker-wrap {

	display: block;
	height: 175px;
}

@media (min-width: 768px) {
	.maker-wrap {
		overflow: initial;
		height: auto;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.maker-over-box .maker-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: overlay;
    float: none;
}
	.maker-over-box .maker-wrap::before, .maker-over-box .maker-wrap::after {
    content: '';
    width: 110px;
    display: block;
    height: 0;
    margin: 10px;
}
.maker-over-box .maker-wrap::before{
    order: 1;
}

}

.maker-over-box {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

@media (min-width: 768px ) {
	.maker-over-box {
		width: 100%;
		height: 100%;
		overflow: initial;
	}
}

.maker-box {
	position: relative;
	float: left;
	width: 110px;
	min-height: 180px;
	margin: 10px;
	border: #666 solid 1px;
	border-bottom: #555 solid 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
}

.maker-box a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px ) {
	.maker-box {
		position: relative;
		float: left;
		width: 15%;
		min-height: 160px;
		margin: 2%;
		border: #666 solid 1px;
		border-radius: 5px;
		text-align: center;
		display: block;
	}

	.maker-box a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.maker-box:nth-child(5n+1) {
		margin-left: 3%;
	}
}

@media (min-width: 992px ) {
	.maker-box {
		position: relative;
		float: left;
		width: 12%;
		min-height: 180px;
		margin: 1%;
		border: #666 solid 1px;
		border-radius: 5px;
		text-align: center;
		display: block;
	}

	.maker-box a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.maker-box:nth-child(5n+1) {
		margin-left: 1%;
	}

	.maker-box:nth-child(7n+1) {
		margin-left: 2%;
	}

}

.maker-box:hover {
	border: #555 solid 1px;
	opacity: 0.8;
}

.maker-box h3 {
	color: #333;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	margin: 0;
	border: none;
}

.maker-box p {
	color: #666;
	font-size: 12px;
}

.maker-box .image {
	padding-top: 20px;
	overflow: hidden;
	height: 100px;
}

.maker-box .image img {
	position: absolute;
	width: 50%;
	top: 20px;
	left: 25px;
}

/* 2015/02/10 ï¿½Éµï¿½ï¿½ï¿½*/

.content-box0 {
	margin: 4px;
	padding: 10px;
}

/* detail.php */

.car-detail-box .car-name {
	font-size: 25px;
	font-weight: bold;
	margin-left: 80px;
}
.contentbox-sp{
	display: none;
}
@media (max-width: 767px ) {
	.sp-content-box{
		padding: 5px;
		margin: 4px;
		background: #FFF;
		border: dotted 2px #777;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.contentbox-pc{
		display: none;
	}
	.contentbox-sp{
		display: block;
	}
	.detailcontent-box {
		border: none;
		margin-top: 0;
	}

	.bgcolcontent-box, .bgcolslider-box {
		background: #eeeeee;
	}

	.bgcolslider-box .content-ttl {
		margin: 10px 8px 15px;
		padding-bottom: 5px;
		border-bottom: 1px solid #000;
		font-size: 17px;
	}

	.bgcolslider-box #refavo-box {
		height: 125px;
	}

	/*.pad-top {
		padding-top: 0;
	}*/
}
/* 2ï¿½ï¿½ï¿½ï¿½1ï¿½ï¿½ï¿½Ü¡ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Â¤Ù¤ï¿½  */
.sp-hidden {
	display: none;
}

@media (min-width: 992px) {
	.sp-hidden {
		display: block;
		padding: 10px;
		margin: 4px;
		border-radius: 10px;
	}

}

/* 2ï¿½ï¿½ï¿½ï¿½2ï¿½ï¿½ï¿½Ü¡ï¿½ï¿½ï¿½Î¾ï¿½Ë¤Ä¤ï¿½ï¿½ï¿½  */
.about-box {

}

.car-mainthumb-box {
	position: relative;
}

.car-mainthumb-info {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}

@media (min-width: 992px) {
	.car-mainthumb-info {
		font-size: 18px;
		padding: 16px;
	}
}

.big-image {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;

}

.big-image img {
	width: 100%;
}

.cnt-box {
	position: absolute;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	text-shadow: 0px 0px 40px #333, 0px 0px 40px #333;
	top: 16px;
	right: 0;
	text-align: center;
	font-size: 20px;
}

.index {
	font-size: 35px;
}

.total {
	font-size: 20px;
}

.back, .next {
	position: absolute;
	color: #fff;
	top: 35%;
	font-size: 60px;
	cursor: pointer;
	text-shadow: 0px 0px 40px #333, 0px 0px 40px #333;
}

.back {
	left: 8px;
}

.next {
	right: 8px;
}

.fav-bar {
	background: #449DE8;
	box-shadow: 0 6px #366E9D;
	color: #FFF;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.fav-bar a, .toiawase-bar a {
	color: #fff;
}

.fav-bar i {
	font-size: 20px;
	float: left;
}

.fav-bar p {

}

.toiawase-bar {
	background: #F18C27;
	box-shadow: 0 6px #B27233;
	color: #FFF;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.toiawase-bar i {
	color: #fff;
}

@media (min-width: 992px) {
	.fav-bar {
		background: #449DE8;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		padding: 15px 10px;
		width: 100%;
		text-align: center;
	}

	.fav-bar i {
		font-size: 24px;
	}

	.toiawase-bar {
		background: #F18C27;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		padding: 15px 10px;
		width: 100%;
		text-align: center;

	}

}

.fav-bar-info {
	font-weight: bold;
	color: #493E29;
	font-size: 12px;
	text-align: left;
	margin-top: 16px;
}

.toiawase-bar-info {
	font-weight: bold;
	color: #493E29;
	font-size: 12px;
	text-align: right;
	margin-top: 16px;
}

.fav-bar-info a {
	color: #493E29;
}

.fav-bar-info p {
	margin: 5px 0 0 0;
}

.fav-bar-info i {
	font-size: 16px;
	font-weight: 700;
}

.toiawase-bar-info p {
	margin: 5px 0 0 0;
}

@media (min-width: 992px) {
	.fav-bar-info {
		font-weight: bold;
		color: #493E29;
		font-size: 15px;
		clear: both;
		text-align: left;
	}

	.toiawase-bar-info {
		font-weight: bold;
		color: #493E29;
		font-size: 15px;
		clear: both;
		text-align: right;
	}

}

/* 2ï¿½ï¿½ï¿½ï¿½3ï¿½ï¿½ï¿½Ü¡ï¿½ï¿½ï¿½Î¾ï¿½ï¿½ï¿½ï¿½  */
.property-box {
	display: none;
}

@media (min-width: 992px) {
	.property-box {
		display: block;
	}
}

/*.left-property{
	border-radius:5px 0 0 5px;
	width:45%;
	height:25px;
	margin-top:10px;
	padding:5px;
	text-align:center;
	background:#493E29;
	border:#493E29 solid 1px;
	color:#fff;
	font-size:10px;
}
.right-parameter{
	border-radius:0 5px 5px 0;
	width:45%;
	height:25px;
	margin-top:10px;
	padding:5px;
	text-align:center;
	background:#fff;
	border:#493E29 solid 1px;
	color:#493E29;
	font-size:10px;
}*/

.back-parameter {
	border-radius: 5px;
	border: 1px solid #493e29;
	margin-top: 10px;
	margin-right: 1%;
	margin-left: 1%;
	padding: 0px;
	background: #493E29;
	color: #fff;
	font-size: 12px;
	width: 98%;
	text-align: center;
	min-height: 22px;
}

.left-parameter {
	float: left;
	width: 50%;
}

.right-parameter {
	background: #fff;
	color: #493E29;
	border-radius: 0 5px 5px 0;
	font-size: 12px;
	text-align: center;
	float: right;
	width: 50%;
	padding: 3px;
	min-height: 22px;
}

@media (min-width: 992px) {
	.back-parameter {
		border-radius: 5px;
		border: 1px solid #493e29;
		margin-top: 10px;
		padding: 0px 0px 0px 8px;
		background: #493E29;
		color: #fff;
		font-size: 14px;
		width: 100%;
		text-align: center;
		min-height: 22px;
	}

	/*.left-property{
		border-radius:5px 0 0 5px;
		width:50%;
		height:25px;
		margin-top:10px;
		padding:5px;
		text-align:center;
		background:#493E29;
		border:#493E29 solid 1px;
		color:#fff;
		float:left;
		font-size:14px;
	}*/
	.left-parameter {
		float: left;
		width: 50%;
	}

	.right-parameter {
		background: #fff;
		color: #493E29;
		border-radius: 0 5px 5px 0;
		font-size: 14px;
		text-align: center;
		float: right;
		width: 50%;
		padding: 3px;
		min-height: 22px;
	}

}

/* 3ï¿½ï¿½ï¿½ï¿½1ï¿½ï¿½ï¿½Ü¡ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½  */
.option-box {
	width: 100%;
	list-style: none;
}

.option-a, .option-b {
	width: 32%;
	line-height: 20px;
	height: 20px;
	margin-right: 1px;
	margin-top: 10px;
	float: left;
	text-align: center;
	font-size: 10px;
	border-radius: 5px;
	font-weight: bold;
}

@media (min-width: 992px) {
	.option-a, .option-b {
		min-width: 103px;
		width: 11%;
	}
}

.option-a {
	background: #493E29;
	color: #fff;
	border: #493E29 solid 1px;
}

.option-b {
	background: #fff;
	color: #493E29;
	border: #493E29 dashed 1px;
}

.ct-off {
	background: #CCC;
	color: #666;
	border-radius: 10px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
	padding: 8px;
	margin: 4px;
}

.ct-off .tit {
	text-align: center;
	font-size: 22px;

}

.ct-off .tit span {
	font-size: 15px;

}

.detail-link {
	text-align: center;
	margin-top: 8px;
}

.ct-on {
	border: 3px solid #F90;
	background: #feffc3;
	color: #C00;
	border-radius: 10px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
	padding: 8px;
	margin: 4px;
}

.ct-on .tit {
	text-align: center;
	font-size: 25px;

}

.ct-on .tit span {
	font-size: 15px;
	color: #333;

}

.ais-total {
	margin-bottom: 8px !important;
}

.ais-total th {
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle !important;
}

.ais-total td {
	text-align: center;
	width: 10%;
	font-size: 18px;
	vertical-align: middle !important;
	background: #efefef;

}

.ais-total td.checked {
	font-size: 30px;
	background: #C00;
	color: #FFF;
}

.checked-mark {
	position: absolute;
	top: -5px;
	font-size: 18px;
	right: -5px;
}

.ais-txt {
	background: #333;
	border-radius: 5px;
	padding: 8px;
	color: #ccc;
	font-size: 18px;
}

.ais-txt-arrow {
	border-bottom: 8px solid #333;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
	width: 0;
}

.ais-total .low {
	background: #6f94c4;
}

.ais-total .middle {
	background: #2b5fa6;
}

.ais-total .high {
	background: #003d8d;
}

.ais-star {
}

.ais-star th {
	background: #efefef;
}

.ais-star td {
	font-size: 18px;
	color: #F90;
	text-align: center;
}

.total-info {
	margin: 8px;
}

.star-info {
	margin: 8px;
}

/* 5ï¿½ï¿½ï¿½ï¿½1ï¿½ï¿½ï¿½Ü¡ï¿½ï¿½ï¿½ï¿½ä¤¤ï¿½ï¿½ï¤? */
.gray-title {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 10px 10px 0;
	margin: 0;
}

.gray-title-mini {
	font-weight: bold;
	font-size: 12px;
	color: #999;
	padding: 0 0 0 20px;
	margin: 18px;
	float: inherit;
}

.gray-title img {
	margin-right: 10px;
}

.gray-comment {
	float: left;

}

.inquiry-box {
	text-align: center;
	padding-right: 16px;
}

.add-inq {
	color: #FFF;
	background: #F18C27;
	box-shadow: 0 4px #B27233;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px;

	cursor: pointer;
}

.toi-box-under {
	margin: 10px 0px;
	background: #eee;
	padding: 10px;
	border-radius: 10px;
	position: relative;
}

.car-note {
	word-break: break-all;
	padding: 8px;
}

@media (min-width: 992px) {
	.add-inq {
		width: 60%;
		float: right;
	}

	.toi-box-under {
		margin: 10px;
	}
}

.map-fake-height {
	height: 300px;
	background: eee;
	border-radius: 10px;
}

.fa fa-envelope-o {
	font-size: 18px;
}

/* ï¿½ï¿½ï¿½ï¿½  */
.sub-title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border-bottom: #333 solid 1px;
}

.sub-title .car-info {
	font-size: 13px;
	color: #888;
	font-weight: normal;
}

.maker-toggle-btn {
	float: right;
	display: block;
	font-size: 20px;
}

@media (min-width: 992px) {
	.maker-toggle-btn {
		float: right;
		display: none;
	}
}

/* 2015/02/13 detail*/
.thumb-cycle-box {
	padding: 10px;
	margin: 4px;
}

.clearfix-box {
}

.thumb-cyrcle {
	list-style: none;
	/* overflow: hidden; */
	float: left;
	margin: auto;
	position: relative;
	width: 50%;
	height: 54px;
}

.cyrcle-in {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border: 2px solid #fff;
	cursor: pointer;
}

.cyrcle-on {
	border: 4px solid #C00 !important;
	background: #000;
}

.cyrcle-on img {
	opacity: 0.5;
}

.cyrcle-in img {
	height: 45px;
	position: absolute;
	top: 0;
}

.thumb-cyrcle img {
}

/*
ul.clearfix{
	margin:8%;
}*/

/* detail */

/* 2015/02/17 detail.php */
.choice-box {
	margin-bottom: 10px;
}

.shop-name {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	text-decoration: underline;
}

.shop-name a {
	color: #000;
}

.shop-tel {
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 10px;
}

.shop-bizday {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 21px;
}

/* .tel-comment */
.tel-comment {

	float: right;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	background-color: #fff;
	border: #333 dashed 1px;
	border-radius: 4px;
	font-weight: bold;

}

.tel-comment p {
	margin: 0 0;
}

.tel-comment-bold {
	font-size: 20px;
	color: #ff6666;
	font-weight: bold;
}

.tel-all {
}

.tel-comment-chara {
	position: absolute;
	bottom: -25%;
	right: -6%;
}
@media (max-width: 767px) {
	.tel-comment-chara {
		right: 0%;
	}
}
/* .tel-comment END*/
.store-detail {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	padding-top: 10px;
	margin-top: 50px;
	float: right;
	text-decoration: underline;
}

.store-detail a {
	color: #000;
}

.store-detail img {
	margin-right: 10px;
}

/* 2015/02/17 detail.php END */

/* 2015/03/26 index.phpï¿½ï¿½ï¿½ï¿½ */

.sub-result-box {
	margin: 8px;
	padding: 8px;
	border: 1px #eee solid;
	background: #eee;
	border-radius: 4px;
}

.sub-result-img img {
	width: 100%;
}

.sub-result-name {
	margin-top: 8px;
	font-size: 12px;
	color: #333;
}

/* 2015/03/26 index.phpï¿½ï¿½ï¿½ï¿½ */
/* bootstrap override makerï¿½ï¿½Î¤ï¿?*/

.local-form .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: #333 dashed 1px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-con {
	display: block;
	width: 100%;
	height: 115px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: #333 dashed 1px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-short {
	display: block;
	width: 49%;
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: #333 dashed 1px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
	margin-bottom: 15px;
	padding: 0 10px 0 0;
}

.form2-control-short {
	display: block;
	width: 90%;
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: #333 dashed 1px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.label-info {
	background-color: #ff6666;
	margin: 0 0 0 10px;
}

.confirmation {
	text-align: center;
}

.confirmation-btn {
	width: 45%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: 0;
	color: #FFF;
	background: #ff6666;
	box-shadow: 0 3px #AD4848 !important;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	box-shadow: none;
}

.particularly {
	width: 90%;
	padding: 8px;
	color: #FFF;
	background: #333;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	box-shadow: none;
	margin: 5%;
	margin-top: 0;

}
.contactlady{
	position: absolute;
    left: 0;
    bottom: -1.7%;
}
.contactlady img{
	width: 50%;
}
@media (max-width: 500px) {

	.contactlady img{
		width: 45%;
	}
}

@media (min-width: 992px) {

	.particularly {
		width: 90%;
		padding: 8px;
		color: #FFF;
		background: #333;
		border-radius: 5px;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		box-shadow: none;
		margin: 5%;
		margin-top: 0;

	}
}

.not-found {
	text-align: center;
}

.not-found .title {
	background: #efefef;
	font-size: 18px;
	padding: 24px;
	font-weight: 700;
}

.not-found .illust {
	margin-top: 24px;
}

.not-found .other {
	background: #f18c26;
	color: #FFF;
	padding: 16px;
	font-size: 18px;
	position: relative;
	width: 60%;
	margin: 24px auto 0;
	border-radius: 10px;
}

.not-found .other .arrow {
	border-bottom: 10px solid #f18c26;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	width: 0;
}

.other-car-list {
	margin-top: 10px;
}

.other-car {
	height: 210px;
	padding: 10px;
	list-style: none;
}

.other-img {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: url(/coms/10315/img640/1422484979932479.jpg) center no-repeat;
	background-size: cover;
}

.other-car p {
	padding: 5px;
	color: #353535;
	border: 1px solid #f18c26;
	border-radius: 4px;
}

.go-top {
	width: 100%;
	margin: 10px 0;
}

.go-top a {
	width: 50%;
	padding: 10px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	background-color: #433925;
	display: block;
}

.youtube {
	width: 100%;
}

.youtube iframe {
	width: 100%;
	height: 200px;
}

@media (min-width: 992px) {
	.youtube {
		width: 50%;
	}

	.youtube iframe {
		width: 100%;
		height: 300px;
	}
}

/* 20150708 list */
.car-explain-wrap{
	background:#FFF;
	margin:-4px 4px 16px;
	border:1px solid #433925;
	border-radius:0px 0px 5px 5px;
	}
	
.car-ex-img{
	padding-top: 10px;
    padding-left: 10px;
	}

.car-ex-img img{
	width:100%;
	}

.car-ex-ttl{
	padding:16px;
	font-weight:normal;
	color:#666;
	margin:0;
	font-size:15px;
	}

.ex-toggle-btn{
	font-size:11px;
	padding:8px;
	color:#FFF;
	margin:8px;
	border-radius:4px;
	background:#337ab7;
	}

.ex-toggle-btn i{
	font-size:15px;
	padding-right:4px;
	}

.car-ex-txt{
padding:0 16px 16px;
font-size:12px;
	}
.ex-arrow{
	float:right;
	}

@media (min-width: 992px) {
	
	.car-ex-img{
	
	}
	
	.car-explain-wrap{
		margin:4px 4px 16px;
	border:none;
	border-radius:0;
	
	}
	
	.car-ex-txt{
		font-size:13px;
	}
	
	.car-ex-ttl{
		font-weight:bold;
	font-size:18px;
	
	}
	
	.ex-toggle-btn{
		display:none;

		}

}

.car-url{
	display:block;
	}
.usedcar-ttl{
	padding-top:8px;
	color:#999;
	font-size:13px;
	margin:0;
	text-align:center;
	}

.list-a{
	cursor:pointer;
	}

.list-a a{
	display:block;
	color:#333;
	}

.price-sougaku{
	clear: both;
	text-align: right;
}

/* 20220610 ¤ªµ¤¤ËÆþ¤ê¥ì¥¤¥¢¥¦¥ÈÊÑ¹¹ */
.star-bar i {
	font-size: 20px;
	float: inherit;
	margin-left: 5px;
	color: #ffd400;
}
.star-bar span {
	font-size: 18px;
}
@media (min-width: 992px) {
	.star-bar {
		padding: 14px 12px;
	}
}
@media (max-width: 991px) {
	.star-bar {
		padding: 6px 10px;
	}
}
