@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	background:#FFF;/*-color-*/
    line-height:1;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	font-size:12px;
	color:#333;/*-color-*/
	-webkit-text-size-adjust: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#333;/*-color-*/
	text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select ,textarea{
	margin:0;
	padding:0;
    vertical-align:middle;
	font-size:99%;
}
.clearfix:after{
    height:0;
    display:block;
    clear:both;
    visibility:hidden;
    content:".";
    line-height:0;
}

/*--*/
.fw{font-weight:bold;}
/*-------------------------------------------------*/
/*                       common                    */
/*-------------------------------------------------*/

/*-------- header  --*/
#gHeader{
	border-top:9px solid #E50012;
	padding-bottom: 5px;
}

#gHeader:after{
    height:0;
    display:block;
    clear:both;
    visibility:hidden;
    content:".";
    line-height:0;
}

#gHeadBtn {
	margin-top: 3%;
	width:50%;
	text-align:right;
	direction:rtl;
	float: right;
}

#gHeadBtn:after{
    height:0;
    display:block;
    clear:both;
    visibility:hidden;
    content:".";
    line-height:0;
}

#gHeadBtn p {
	width: 33%;
}

#gHeadBtn a {
	display: block;
	padding: 0 5%;
}

#gHeadBtn a .img {
	display: block;
	padding: 0 22%;
}

#gHeadBtn img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#gLogo {
	float: left;
	margin: 6px 0 0 2.5%;
	width:45%;
}

#gLogo img{
	max-width: 100%;
	height: auto;
}

.gMenu {
	height:3em;
	float:right;
	margin-left:3px;
}

.gMenu a{
	font-weight:bold;
	font-size:12px;
	color: #ffffff;
	display:inline-block;
	padding: 10px 10px;
	background: -moz-linear-gradient(
		top,
		#898989 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#898989),
		to(#000000));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(102,102,102,1);
}

#gHeader .open a {
	background: -moz-linear-gradient(
		top,
		#dfdfdf 0%,
		#5f5f5f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#dfdfdf),
		to(#5f5f5f));
	border: 1px solid #8c8c8c;
}

/* gloval navi */
.gnaviMenu .swiper-container {
	background: #df0723
}

.gnaviMenu .swiper-container ul {
	height: 40px
}

.gnaviMenu .swiper-container ul li {
	width: auto!important;
	margin-left: 20px
}

.gnaviMenu .swiper-container ul li a {
	display: block;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 40px
}

.gnaviMenu .swiper-container ul .current a {
	border-bottom: 4px solid #fff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
  }
  
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

  .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
	overflow: visible
  }
  
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

/* a kill in opening for android */
.android #contents a.execute-hidden {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*---*/
header p.backBtn{
	position:absolute;
	top:2px;
	left:5px;
	z-index:2;
}


#gFooter {
	margin-top:15px;
	padding-bottom:20px;
}
#top #gFooter {
	margin-top:00px;
	padding-bottom:10px;
}
#gFooter table {
	border-collapse:separate;
	width:100%;
	-moz-box-shadow:
		0px 0px 2px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		0px 0px 2px rgba(000,000,000,0.2);
	box-shadow:
		0px 0px 2px rgba(000,000,000,0.2);
	margin-bottom:10px;
}

#gFooter table td {
	background:#eee;
	width:50%;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#gFooter table td:nth-child(even) {
	border-right:none;
}

#gFooter table td a{
	display:block;
	padding:10px 0;
	font-size:89%;
	font-weight:bold;
	text-shadow:
		0px 1px 1px 1px rgba(255,255,255,0.3),
		0px 0.5px 0px rgba(0,0,0,1);
	vertical-align:middle;
}

.gFootLogo {
	text-align:center;
}

/*----------------------------------------- contents  ----------------------*/
#contents{
	width:100%;
}

.searchOuter {
	margin-top:10px;
	padding:10px;
	text-align:center;
}

/*---------------------------------------------------------------------------------------------------------*/
/*---*/
#titleArea{
	background:#dddddd;
	padding:12px 10px 10px;
	-moz-box-shadow:
		inset 0px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		inset 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow:
		inset 0px 2px 1px rgba(0,0,0,0.2);
}

#titleArea h1{
	color: #242a32;
	font-weight:bold;
	font-size:114%;
	line-height:1.4;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 1px rgba(255,255,255,0.6);
}

.btnArea01{
	padding: 10px 0;
	margin: 20px 0 0 0;
}

.btnArea01 .inner{
	width: 90%;
	margin: 0 5.335%;
}

.btnClear, .clearChk {
	display: block;
	float: left;
	width: 73px;
	height: 42px;
	background:-moz-linear-gradient(top, #fd8a8a, #e00000);
	background:-webkit-gradient(linear, left top, left bottom, from(#fd8a8a), to(#e00000));
	border: 1px solid #e00000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
		-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 3.0;
}

.fixedBar{
	position: fixed;
	width: 90%;
	bottom: 0;
	padding: 10px 0;
	margin: 20px 0 0 0;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(0, 0, 0, 0.7);
}
/* //20130205 追加 */

/*------------------------------------------
              result  result2
-------------------------------------------*/
.resultTxt{
	margin:0;
	color: #242a32;
	font-size:108%;
	text-shadow:
		0px 1px 1px 1px rgba(255,255,255,0.3),
		0px 0.5px 0px rgba(0,0,0,1);
	text-align:center;
}
.resultTxt .sFont {
	font-size:87.5%;
}
.registBtn{
	padding:18px 10px 22px;
}


/*---------*/
.pageNumOuter {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#dddddd;
	padding:20px 0;
}

input[type="checkbox"] {
-webkit-appearance: none;
	border:none;
	width:23px;
	min-height:23px;
	background-color:transparent;
	background-image:url(../../../../../../usedcar/common/img/iphone/bg_check.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size:23px 23px;
		-webkit-background-size:23px 23px;
		-moz-background-size:23px 23px;
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
	background-image:url(../../../../../../usedcar/common/img/iphone/bg_checked.png);
}

p.smail input[type="checkbox"] {
	margin-right:3px;
	background-size:18px 18px;
		-webkit-background-size:18px 18px;
		-moz-background-size:18px 18px;
}


input[type="radio"] {
-webkit-appearance: none;
	border:none;
	width:20px;
	min-height:20px;
	background-color:transparent;
	background-image:url(../../../../../../usedcar/common/img/iphone/bg_radioff.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size:20px 20px;
		-webkit-background-size: 20px 20px;
		-moz-background-size: 20px 20px;
    vertical-align: middle;
}

/* チェック時は背景色を変更 */
input[type="radio"]:checked {
	background-image:url(../../../../../../usedcar/common/img/iphone/bg_radion.png);
}

/* ANG_PRJ-433 ここから */

/* 中古車を探すアコーディオン */


/* //ANG_PRJ-581 */

/* ANG_PRJ698 */

h2.bgGray{
	border-bottom: 2px solid #ABABAB;
	background-image: linear-gradient(top, #dddddd 40%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #dddddd 40%, #cccccc 100%);
	background-image: -moz-linear-gradient(top, #dddddd 40%, #cccccc 100%);
	background-image: -webkit-linear-gradient(top, #dddddd 40%, #cccccc 100%);
	background-image: -ms-linear-gradient(top, #dddddd 40%, #cccccc 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.4, #dddddd),
		color-stop(1, #cccccc)
	);
}

h2.bgGray span.bgImg{
	border-bottom: 1px solid #FFFFFF;
	display: block;
	background-position: 97% 6px;
	background-repeat: no-repeat;
	background-size: 50px 28px;
	-webkit-background-size: 50px 28px;
	-moz-background-size: 50px 28px;
	font-size: 130%;
	padding: 10px 0 9px 10px;
}

/* //ANG_PRJ698 */

/* ANG_PRJ629 */
.newHdr #gHeadBtn .gMenu {
	height: auto;
	margin: 0;
}

.newHdr #gHeadBtn .gMenu a {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	box-shadow: none;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-family: Arial;
	line-height: 1.5;
	text-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}

.newHdr #gHeadBtn .gMenu.open a {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

.newHdr #gHeadBtn .gHistory {
	float: right;
	font-size: 10px;
	text-align: center;
}
.newHdr #gHeadBtn .gHistory a {
	color: #1084BD;
	line-height: 1.7;
}
.newHdr #gHeadBtn .gBookmark {
	float: right;
	font-size: 8px;
	text-align: center;
}
.newHdr #gHeadBtn .gBookmark a {
	color: #1084BD;
	line-height: 2.2;
}

/* ボタン調整 */
.addBm{
	font-size: 90% !important;
}

.addedBm{
	box-shadow: none !important;
	color: #0B709F;
}

.addedBm img{
	margin-right: 7px;
	vertical-align: -2px;
}


/* 結果一覧 */
.cassetteArea .iconArea input {
	margin: 0 10px;
}

.registBtn.pdgSet{
	padding-top: 15px;
	padding-bottom: 0;
}

#addBM{
	display: none;
}

#showBM{
	display: none;
}

/* ポップアップ */

.btnBookmark{
	margin-bottom: 50px;
	width: 290px;
}

.btnBookmark a{
	display:block;
	width:90%;
	line-height:20px;
	height:20px;
	text-align:center;
	font-weight:bold;
	font-size:80%;
	color:#FFF;
	padding: 8px 0 5px;
	margin: 15px auto 0;
	background: -moz-linear-gradient(
		top,
		#77c9f2 0%,
		#1286c0 50%,
		#0e83be);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#77c9f2),
		color-stop(0.50, #1286c0),
		to(#0e83be));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #0b709f;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow:
		0px -2px 0px rgba(7,79,138,1),
		0px 1px 1px rgba(255,255,255,0.5);
}
#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}

.prettyPopin {
	right: 0!important;
    left: 0!important;
    margin: auto;
    position: absolute;
    width: 300px!important;
    overflow: hidden;
    z-index: 11000;
}

.prettyPopin a#b_close {
	display: none;
	position: absolute; z-index: 2;
	bottom: 12px; right: 33%;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:10px 30px;
	background: -moz-linear-gradient(
		top,
		#acacac 0%,
		#070707);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#acacac),
		to(#070707));
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-bottom:1px solid #aaaaaa;
	-moz-box-shadow:
		0px -1px 2px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		0px -1px 2px rgba(000,000,000,0.2);
	box-shadow:
		0px -1px 2px rgba(000,000,000,0.2);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

.prettyPopin .prettyContent {
	position: relative;
	font-size: 1.2em;
	text-align: center;
}

.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding: 20px 0 12px;
}

.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%; left: 50%;
	margin: -14px 0 0 -14px;
}

/* ANG_PRJ-822 131109 ikema */

.contWrap.UP {
	padding-bottom:20px;
}
/*--*/
.searchBox{
	width:98%;
	margin:0 auto 12px auto;
}
.searchBox input[type=text]{
	border:1px #61748E solid;
	background:url(../../../../../../usedcar/common/img/iphone/icon_search.gif) no-repeat 5px center;
	width:70%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0 0 0 25px;
	margin:0 5px 0 0;
	color:#BBB;
	line-height:30px;
	height:30px;
}
.searchBox .searchBtn{
	border:1px #A41100 solid;
	background:url(../../../../../../usedcar/common/img/iphone/bg_btn_red.gif) repeat-x center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:7px 15px;
	color:#FFF;
}



/*--*/

.searchOuter {
	margin-top:10px;
	padding:10px;
	text-align:center;
}
#top .searchBox{
	width:100%;
	margin:0;
}
#top .searchBox input[type=text]{
	border:none;
	background:#fff url(../../../../../../usedcar/common/img/iphone/icon_search.gif) no-repeat 10px center;
	width:65%;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	padding:10px 0 10px 25px;
	margin:0 3px 0 0;
	color:#BBB;
	line-height:30px;
	height:30px;
	font-size:108%;
}

#top .searchBox a {
	vertical-align:middle;
	display:inline-block;
	width:22%;
	line-height:30px;
	height:30px;
	padding: 8px 0;
	background: -moz-linear-gradient(
		top,
		#77c9f2 0%,
		#1286c0 50%,
		#0e83be);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #0b709f;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow:
		0px -2px 0px rgba(7,79,138,1),
		0px 1px 1px rgba(255,255,255,0.5);
}

#top .searchBox .searchBtn{
	font-weight:bold;
	font-size:108%;
	background:none;
	color: #ffffff;
	display:inline-block;
	padding:0;
	margin:0;
	border:none;
}

* 20131225 kobashigawa_y */
#titleArea{
	position: relative;
	margin: 0 0 20px;
}

/* 2013/12/26kobashigawa_y */
/* modified by chohaku@proto 20140707 for ANG_PRJ-1300 start */

#contents .title_regional,
#contents .title_carmodel{
	background-color: #ccc;
	padding: 10px;
	background: -moz-linear-gradient(
		top,
		#959595 0%,
		#8e8e8e 50%,
		#656565);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#959595),
		color-stop(0.50, #8e8e8e),
		to(#656565));
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

#contents .title_regional p,
#contents .title_carmodel p{
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	text-shadow:
		0px 2px 1px #656464,
		0px 0px 0px #656464;
}

#contents .select_regional{
	padding: 20px 10px;
}

/* 2014.01.29 追加 */

/* セレクトエリア
-------------------------*/

#contents .area_select_box,
#contents .car_type_box{
	padding: 10px 10px 12px 10px;
}


#contents .area_select_box ul li{
	float: left;
	font-size: 12px;
	margin: 0 27px 10px 0;
	color: #909090;
}

#contents .area_select_box div a,
#contents .car_type_box div a{
	display: block;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 13px 18px 12px 14px;
	font-size: 15px;
	font-weight: bold;
	background: url("../../../../../../usedcar/common/img/iphone/icon_linkmark.png") no-repeat 98% center #eeeeee;
	background-size: 8px 12px;
}

#contents .car_type_box p{
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #909090;
}

#contents .car_type_box div{
	margin-bottom: 28px;
}

#contents .select_regional_kantei select,
#contents .select_regional select{
		width: 43%;
		height: 35px;
}

@media only screen and (orientation : landscape) { /*横向き*/
#contents .select_regional_kantei select,
#contents .select_regional select{
		width: 45% !important;
}
}

/* ラジオ、チェックエリア
-------------------------*/

#contents .radio_regional,
#contents .check_regional {padding:10px;}

#contents .check_regional_kantei {padding:0 10px 10px 10px;}

#contents .check_regional_kantei input,
#contents .radio_regional input,
#contents .check_regional input {
	margin: 10px 5px 10px 0;
}

#contents .check_regional_kantei .columnTwo li,
#contents .radio_regional .columnTwo li,
#contents .check_regional .columnTwo li {
	width:48%;
	float:left;
	padding:10px 0;
	margin-right:10px;
	display: table;
}

#contents .check_regional_kantei .columnTwo li,
#contents .radio_regional .columnTwo li,
#contents .check_regional .columnTwo li {
	width:48%;
	float:left;
	padding:10px 0;
	margin-right:10px;
	display: table;
}

#contents .check_regional_kantei .columnTwo li span,
#contents .radio_regional .columnTwo li span,
#contents .check_regional .columnTwo li span{
	display: table-cell;
	width: 15px;
}

#contents .check_regional_kantei .columnTwo li label,
#contents .radio_regional .columnTwo li label,
#contents .check_regional .columnTwo li label{
	display: table-cell;
	width: 82%;
	vertical-align: middle;
	line-height: 1.2;
}

/* modified by chohaku@proto 20140707 for ANG_PRJ-1300 end */

#contents .radio_regional .columnThree li {
	width:31%;
	float:left;
	padding:10px 0;
	margin-right:10px;
}

#contents .radio_regional .columnThree label{
	padding: 0 0 0 5px;
}

/* ボタンエリア
-------------------------*/
.btn_box {
	display: table;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: right;
}

.btn_box a {
	display: inline-block;
	padding: 15px 0;
	color: #2666D2;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.btn_box .save{
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: middle;
}

.btn_box .save a{
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #2666d2;
	text-decoration: underline;
}

.btn_box .sort{
	display: table-cell;
	width: 50%;
	text-align: right;
	vertical-align: middle;
}

.btn_box .sort select{
	width: 120px;
	margin: 0;
	padding: 7px 0 7px 5px;
}


/* チェックカラーエリア
-------------------------*/
#contents .colorArea {
	margin: 20px auto 15px;
}

@media only screen and (orientation : portrait) { /*縦向き*/
#contents .colorArea {
	width: 292px;
}
}

@media only screen and (orientation : landscape) { /*横向き*/
#contents .colorArea {
	width: 390px;
}
}

#contents .colorArea p {
	margin: 0 0 5px 5px;
	font-weight: bold;
	color: #383838;
}

#contents .colorArea a {
	height: 58px;
	color:#FFFFFF;
	display: table-cell;
	text-align:center;
	padding: 5px;
	vertical-align:middle;
}

#contents .colorArea li label {
    display: block;
    width: 100%;
	padding: 7px 0 33px;
	text-align: center;
}

#contents .colorArea li label input {
	margin-left: 20px;
	display: none;
}


/* 背景カラー */
#contents .colorArea .bgWhite {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_white.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgRed {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_red.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgBlue {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_blue.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgGreen {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_green.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgBlack {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_black.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgBrown {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_brown.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgPurple {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_purple.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgYellow {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_yellow.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgOrange {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_orange.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgPink {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_pink.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgBeige {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_beige.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgViolet {
	background:url("../../../../../../usedcar/common/img/iphone/bg_color_burgundy.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgGrey {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_gray.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgGold {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_gold.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgEtc {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_etc.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

#contents .colorArea .bgGunmeta {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_gunmeta.gif") no-repeat 0 0;
	background-size: 63px 63px;
}

/* ----------------▼共通汎用CSS▼---------------- */

/* マージン系
-------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mt10{ margin-top: 10px !important;}
.mr0{ margin-right: 0 !important;}
.mr10{ margin-right: 10px !important;}
.mr20{ margin-right: 20px !important;}

/* パディング系
-------------------------*/
.p10{ padding: 10px !important;}

/* 幅系
-------------------------*/
.wit30 {width:30% !important;}
.wit65 {width: 65% !important;}

/* 位置系
-------------------------*/
.txtACenter {text-align:center !important;}
.fltL {float: left !important;}
.fltR {float: right !important;}

/* ANG_PRJ-1097 140318 kobashigawa
----------------------------------------- */
.pageNumOuter .resultTxt em {
	margin-right: 3px;
	color: #ff0000;
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
}

.pageNumberNew {
	position: relative;
	margin: 10px auto 0;
	width: 286px;
}

.pageNumberNew a {
	display: block;
	position: absolute;
	color: #ffffff;
	font-size: 109%;
	text-align: center;
}

.pageNumberNew .first,
.pageNumberNew .last {
	top: 2px;
	padding: 12px 0;
	width: 56px;
}

.pageNumberNew .prev,
.pageNumberNew .next {
	top: 0;
	padding: 13px 0 14px;
	width: 67px;
}

.pageNumberNew .first {
	left: 0;
	background: url(../../../../../../img-sub/usedcar/common_v2/img/iphone/pager_first.png) no-repeat scroll left top transparent;
	background-size: 56px 36px;
	text-indent: 1em;
}

.pageNumberNew .prev {
	left: 71px;
	background: url(../../../../../../img-sub/usedcar/common_v2/img/iphone/pager_prev.png) no-repeat scroll left top transparent;
	background-size: 67px 40px;
	text-indent: 0.5em;
}

.pageNumberNew .next {
	left: 148px;
	background: url(../../../../../../img-sub/usedcar/common_v2/img/iphone/pager_next.png) no-repeat scroll left top transparent;
	background-size: 67px 40px;
	text-indent: -0.5em;
}

.pageNumberNew .last {
	left: 230px;
	background: url(../../../../../../img-sub/usedcar/common_v2/img/iphone/pager_last.png) no-repeat scroll left top transparent;
	background-size: 56px 36px;
	text-indent: -1em;
}

/* 縦 */
@media only screen and (orientation : landscape) {
	#bodyTypeList {
    	margin: 0 auto;
    	width: 474px;
	}
}


@media only screen and (orientation : landscape) { /*横向き*/
	.tabLink .fs08 {
		font-size: 100%;
		line-height: 1;
	}
}

.tabLink li a {
	display: block;
	padding: 12px 2px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.tabLink .current a {
	background: url(../../../../../../usedcar/common/img/iphone/tab_arrow.png) no-repeat scroll center bottom;
	background-size: 9px 4px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-radius: 5px 5px 0 0;
	color: #e60012;
}

/* ↑検索条件変更ボタンここまで
---------------------------------
   ↓絞り込み画面
--------------------------------- */

#contents .colorArea li label {
	padding: 7px 0 23px;
}

/* 背景カラー */
#contents .colorArea .inner .bgWhite {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_white2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgRed {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_red2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgBlue {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_blue2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgGreen {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_green2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgBlack {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_black2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgBrown {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_brown2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgPurple {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_purple2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgYellow {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_yellow2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgOrange {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_orange2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgPink {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_pink2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgBeige {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_beige2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgViolet {
	background:url("../../../../../../usedcar/common/img/iphone/bg_color_burgundy2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgGrey {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_gray2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgGold {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_gold2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgEtc {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_etc2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#contents .colorArea .inner .bgGunmeta {
    background:url("../../../../../../usedcar/common/img/iphone/bg_color_gunmeta2.gif") no-repeat 0 0;
	background-size: 52px 52px;
}

#titleArea {
	padding: 14px 10px 12px;
}

#contents .colorArea li {
	float: left;
	height: 52px;
	width: 52px;
	margin: 1.6%;
}

#searchMore {
	font-size: 120%;
}

.searchMoreBox {
	border-bottom: 1px solid #919191;
	font-size: 113%;
}

#contents .title_regional.ttlSearchMore {
	background: #ffffff;
	border: none;
	padding: 10px;
}

#contents .title_regional.ttlSearchMore a {
	display: block;
	padding: 16px;
	border: 1px solid #919191;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}

#contents .searchMoreBox .title_regional, #contents .searchMoreBox .title_carmodel {
	border-bottom: none;
}

#contents .searchMoreBox .radio_regional, #contents .searchMoreBox .check_regional, #contents .searchMoreBox .select_regional {
	border-top: 1px solid #919191;
	display: none;
}

#contents .searchMoreBox .title_carmodel.ttlMore {
	background: #E6E6E6;
	padding: 0;
}

#contents .searchMoreBox .title_carmodel.ttlMore a {
	display: block;
	width: 93%;
	padding: 10px;
	font-weight: bold;
}

#contents .searchMoreBox .title_carmodel.ttlMore a span.text {
	display: block;
	float: left;
	padding-top: 1.5%;
}

#contents .searchMoreBox .title_carmodel.ttlMore a span.img {
	float: right;
}

#display1 {
	font-size: 100%!important;
}

#contents .area_select_box select {
	width: 48%;
	height: 35px;
}

/* Suggest 150706
----------------------------------------- */
#suggest {
	margin:0;
	padding: 4px 1px;
	font-size: 1.3em;
	background-color: #fff;
	display: none;
	line-height: 1.4;
	z-index: 9999;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
	max-height: 300px;
	overflow: auto;
}

#suggest #suggest_ul li {
	border-bottom: 1px solid #ccc;
}

#suggest #suggest_ul li:first-child {
	border-top: 1px solid #ccc;
}
#suggest #suggest_ul li span {
	padding: 10px 0px 10px 35px;
	background: #fff url(../../../../../../usedcar/common/img/iphone/icon_search.gif) no-repeat 10px center;
	font-weight: bold;
}


#suggest #suggest_ul li {
	border-bottom: 1px solid #ccc;
}

#suggest #suggest_ul li:first-child {
	border-top: 1px solid #ccc;
}
#suggest #suggest_ul li a {
	padding: 10px 0px 10px 35px;
	background: #fff url(../../../../../../usedcar/common/img/iphone/icon_search.gif) no-repeat 10px center;
	font-weight: bold;
}

.car_name {
    display: table-cell;
    vertical-align: top;
    width: 550px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.clumn_right_top {
    color: #333;
    width: 50%;
}
.carExplainDetail .clumn_right_top {
    float: left;
    width: auto;
    font-size: 12px;
    padding-top: 2px;
}

.newHdr #gHeadBtn .gBookmark a {
	color: #333333;
	line-height: 1.5;
}

.newHdr #gHeadBtn .gHistory a {
    color: #333333;
    line-height: 1.5;
}

.box {
    width: 93%;
    margin: 10px auto 18px auto;
}
select {
    line-height: 1.4;
    margin-right: 5px;
}

input {
    margin: 10px 5px 10px 0;
}

.clearfix {
    min-height: 1px;
}
