@charset "utf-8";

/* --------------------------------------------------------- */
/* 物件リスト - ucar_list.css
------------------------------------------------------------ */

#contents {
	padding-bottom: 30px;
}
.borderBox {
	margin-bottom: 10px;
}

/* タイトル */
.title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
.title img {
	margin-left: 10px;
}
.title span {
	font-size: 20px;
	padding-right: 5px;
}
.title span.red {
	padding-left: 5px;
}
.titleSet .linkNav {
	font-size: 12px;
}

/* 検索結果
------------------------------------------------------------ */
.resultSet {
	border-top: dotted 1px #C3C3C3;
	padding: 35px 0 10px 0;
}
.resultSet .title {
	line-height: 22px;
	float: left;
	padding: 7px 10px 10px 0;
}
.resultSet .glassIco {
	float: left;
	margin: 10px 0;
}
.resultSet .glassIco a {
	color: #333;
}
.resultSet .aisBtn {
	float: right;
}
.aisBtn a {
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	background: #EBF5FE url(../img/ucar/list/ico_ais.png) no-repeat 8px 6px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display: block;
	width: 200px;
	height: 26px;
	padding: 6px 8px 6px 40px;
}
.aisBtn span {
	font-size: 13px;
	padding: 0 5px;
}
.aisBtn a:hover, .aisBtn a:active {
	background-color: #FFD24D;
}

/* データがない場合 */
.nodata {
	text-align: center;
	background-color: #FFF;
	border: solid 1px #DADADA;
	padding: 25px 30px 30px 30px;
	margin: 7px;
}
.nodata h3 {
	font-size: 18px;
	border-bottom: solid 1px #DADADA;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
.nodata h3 span.red {
	padding: 0 5px;
}

/* 検索条件
------------------------------------------------------------ */
.searchBox select {
	padding: 0;
}
.searchBox select, x:-moz-any-link {
	padding: 3px;
}
.searchBox dl {
	float: left;
}
.searchBox dl+dl {
	border-left: solid 1px #E8E8E8;
	padding-left: 15px;
}
.searchBox dl.left {
	width: 30%;
}
.searchBox dl.center {
	width: 32%;
	margin-left: 15px;
}
.searchBox dl.right {
	width: 31%;
	margin-left: 15px;
}
.searchBox dl.center dd:nth-child(4n+2),
.searchBox dl.right dd:nth-child(4n+2) {
	border-bottom: dotted 1px #DADADA;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.searchBox dt {
	font-weight: bold;
	float: left;
	width: 70px !important;
	padding: 7px 0;
}
.searchBox dd {
	padding: 7px 0 7px 70px;
}
.searchBox dd.clear {
	padding: 0;
}
.searchBox dd p {
	padding-top: 5px;
}
.searchBox dd.DriveSrc {
	border-top: dotted 1px #DADADA;
	padding-top: 10px;
	margin-top: 6px;
}
.searchBox dt.DriveSrc {
	border-top: dotted 1px #DADADA;
	padding-top: 10px;
	margin-top: 6px;
}
dd.DriveSrc.kudouline {
	border-bottom: none!important;
}

/* 検索内容 */
.openBox dl.lFlt {
	width: 40%;
}
.openBox dl.rFlt {
	border-left: solid 1px #E8E8E8;
	width: 55%;
	padding-left: 15px;
}
.openBox .etcSrc {
	float: left;
	clear: both;
	width: 50%;
}
.openBox .freeSrc {
	border-left: solid 1px #E8E8E8;
	float: right;
	width: 45%;
	padding-left: 15px;
}
.openBox .freeSrc input {
	width: 290px;
	padding: 5px;
}

/* 並び替え
------------------------------------------------------------ */
#sortNav {
	color: #FFF;
	background-color: #676759;
	height: 30px;
	padding: 15px 15px 0 15px;
	overflow: hidden;
}
#sortNav a:link, #sortNav a:visited {
	color: #FFF;
}
#sortNav p {
	font-size: 11px;
	float: right;
	padding-top: 5px;
}
#sortNav p span {
	color: #9A9A8C;
}
#sortNav ul {
	float: left;
}
#sortNav li {
	text-align: center;
	color: #686859;
	background-color: #FFF;
	float: left;
	margin-right: 5px;
}
#sortNav li, #sortNav li a {
	line-height: 30px;
	display: block;
	width: 120px;
	height: 30px;
}
#sortNav li a {
	text-decoration: none;
	color: #FFF;
	background-color: #9B9B8C;
	padding-top: 2px;
}
#sortNav li a:hover {
	background-color: #676759;
}

/* 絞り込み */
.refineSet {
	border-bottom: dotted 1px #9B9B8C;
	padding-top: 12px;
}
.refineSet .lFlt, .refineSet .rFlt {
	padding: 5px 0 12px 0;
}
.refineSet .lFlt ul {
	margin-left: -5px;
}
.refineSet .rFlt {
	border-left: dotted 1px #9B9B8C;
}
.refineSet .rFlt ul {
	float: left;
}
.refineSet .rFlt p {
	font-size: 11px;
	float: right;
	margin-top: -3px;
}

/* リストヘッダー
------------------------------------------------------------ */
table.listHed {
	clear: both;
	margin-bottom: 10px;
}
table.listHed th {
	font-weight: normal;
	line-height: 16px;
	color: #686859;
	background-color: #F2F2EC;
	border: solid 1px #FFF;
	padding: 9px 7px 7px 7px;
}
table.listHed th span {
	font-size: 11px;
	display: block;
}

/* 通常リスト
------------------------------------------------------------ */
.border .check {
	text-align: center;
	float: left;
	width: 26px;
	padding: 10px 0;
}
.border .check input {
	margin-right: 0;
}
.listBox {
	border-left: solid 1px #DADADA;
	float: right;
	width: 945px;
}
.listBox li {
	display: inline;
}

/* 左側 */
.listBox .leftBox {
	font-size: 11px;
	line-height: 16px;
	float: left;
	width: 360px;
	padding: 15px 15px 0 15px;
}
.listBox .leftBox p.photo {
	float: left;
	width: 160px;
	height: 120px;
	overflow: hidden;
}
.listBox .leftBox ul {
	clear: both;
	margin-bottom: 15px;
}
.listBox .leftBox dl {
	float: right;
	width: 190px;
	padding-bottom: 5px;
}
.listBox .leftBox dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.listBox .leftBox dt a {
	display: block;
	padding: 5px 0;
}
.listBox .leftBox .appeal {
	border-bottom: dotted 1px #DDD;
	padding: 8px 0;
}
.listBox .leftBox .appeal li {
	padding-right: 7px;
}
.listBox .leftBox .ais {
	color: #FFF;
	background-color: #092F75;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 5px;
}
.listBox .leftBox .ais span {
	font-weight: bold;
	color: #FFFF00;
	border-left: dotted 1px #FFF;
	padding-left: 5px;
	margin-left: 5px;
}

/* 右側 */
.listBox .rightBox {
	float: right;
	width: 555px;
	padding-bottom: 15px;
}
.listBox .rightBox .starIco {
	font-size: 11px;
	background: url(../img/icon/ico_star.png) no-repeat 0 5px;
	padding: 5px 0 0 18px;
}
.listBox .rightBox ul {
	float: right;
	padding: 8px 4px 8px 4px;
}
.listBox .rightBox li {
	float: left;
	margin-left: 7px;
}
.listBox table {
	line-height: 18px;
	clear: both;
	width: 555px;
}
.listBox td {
	background-color: #FFF;
	border-right: none;
}
.listBox td dl {
	margin: 0 7px;
}
.listBox td dt {
	font-size: 11px;
	float: left;
	padding: 10px 0 6px 0;
}
.listBox td dd {
	font-size: 12px;
	text-align: right;
	padding: 10px 0 6px 0;
}
.listBox td dd:nth-child(4n+2) {
	border-bottom: dotted 1px #C3C3C3;
}
.listBox td dd span {
	font-size: 24px;
	font-weight: bold;
	color: #DE1208;
	padding-right: 3px;
}
.listBox td dd span.contact {
	font-size: 12px;
	color: #333;
}
.listBox .rightBox .greeting {
	border-left: solid 1px #DADADA;
	border-bottom: solid 1px #DADADA;
	padding: 15px;
}
.listBox .rightBox .greeting strong {
	font-size: 11px;
	color: #BDBDA2;
	display: block;
	padding-bottom: 5px;
}
.listBox .rightBox .greeting .txt {
	float: left;
	width: 420px;
}
.listBox .rightBox .greeting .photo {
	float: right;
	width: 80px;
	height: 60px;
	overflow: hidden;
}

/* スペック */
.listBox .spec {
	font-size: 11px;
	clear: both;
	padding: 0 15px;
}
.listBox .spec li {
	line-height: 11px;
	display: inline-block;
	*display: inline;
	word-break: keep-all;
	margin: 2px 0;
	padding-right: 3px;
	*zoom: 1;
}
.listBox .spec li+li {
	border-left: solid 1px #DDD;
	padding-left: 5px;
}

/* 下側 */
.listBox .shopBox {
	background-color: #F8F8F5;
	border-top: solid 1px #DADADA;
	clear: both;
	padding: 10px 5px 10px 15px;
	margin-top: 15px;
}
.listBox .shopBox .shop {
	float: left;
	width: 440px;
	padding: 3px 15px 3px 0;
}
.listBox .shopBox .shop a {
	padding-right: 10px;
}
.listBox .shopBox .icon {
	float: left;
	width: 260px;
	padding: 3px 10px 3px 0;
}
.listBox .shopBox .review {
	border-left: dotted 1px #C3C3C3;
	float: right;
	width: 160px;
	padding: 3px 24px 3px 10px;
}
.listBox .shopBox .review span {
	font-size: 10px;
	padding: 0 5px;
}
.listBox .comment {
	padding: 15px;
}
.listBox .comment strong {
	font-size: 11px;
	color: #BDBDA1;
	padding-right: 10px;
}
.listBox .message {
	padding: 15px;
}
.listBox .message strong {
	font-size: 11px;
	font-weight: normal;
	color: #DE1209;
	background: url(../img/icon/ico_mail.png) no-repeat 0 4px;
	display: block;
	padding: 0 0 0 13px;
}

/* TEL・印刷あり */
.listBox .tel {
	font-size: 24px;
	font-weight: bold;
	border-top: solid 1px #DADADA;
	padding: 10px 0;
}
.listBox .tel dt {
	display: inline;
	padding-right: 5px;
}
.listBox .tel dt img {
	margin: -14px 0 0 -4px;
}
.listBox .tel dd {
	display: inline;
}
.listBox .tel .notes {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	color: #333;
}
.listBox .tel .notes span {
	color: #DE1209;
}
.listBox .printIco {
	text-align: right;
	height: 28px;
	padding: 10px;
	margin-top: -49px;
}
.listBox .printIco a {
	background-position: 7px 1px;
	border-left: dotted 1px #C3C3C3;
	padding-left: 25px;
}



/* --------------------------------------------------------- */
/* 必見ver
------------------------------------------------------------ */
#hikkenBox {
	padding-bottom: 25px;
}
#hikkenBox h3.title span {
	font-size: 16px;
}

/* リストヘッダー */
#hikkenBox table.listHed {
	margin-bottom: 0;
}
#hikkenBox table.listHed th {
	color: #FFF;
	background-color: #DE1209;
	border: none;
}
#hikkenBox table.listHed th+th {
	border-left: solid 1px #FFF;
}

/* リスト */
#hikkenBox .borderBox {
	background-color: #DE1209;
	position: relative;
}
#hikkenBox .border {
	background-color: #FEFEA5;
	border: solid 1px #DE1209;
}
#hikkenBox .border * {
	border-color: #FFCC00 !important;
}
#hikkenBox .hikkenIco {
	position: absolute;
	right: 0;
	bottom: 0;
}
#hikkenBox .leftBox {
	background: url(../img/ucar/list/bac_hikken.png) no-repeat 275px 15px;
}
#hikkenBox .shopBox {
	background-color: #FEED8D !important;
}
#hikkenBox td {
	background-color: #FEFEA5 !important;
}
#hikkenBox strong {
	color: #DE1209 !important;
}



/* --------------------------------------------------------- */
/* 選択中
------------------------------------------------------------ */
.active {
	background-color: #FFE599;
}
.active .border {
	background-color: #FFE599;
	border: solid 1px #FFC926;
}
.active .listBox {
	background-color: #FFF;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */
.borderTop { border-top: dotted 1px #DADADA; }
.borderBtm { border-bottomp: dotted 1px #DADADA; }

/* clearfix
------------------------------------------------------------ */
.searchBox:after,
.resultSet:after,
.border:after,
#sortNav:after,
#sortNav ul:after,
.refineSet:after,
.greeting:after,
.shopBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .searchBox,
* html .resultSet,
* html .border,
* html #sortNav,
* html #sortNav ul,
* html .refineSet,
* html .greeting,
* html .shopBox { zoom: 1; } /* IE6 */

*:first-child+html .searchBox,
*:first-child+html .resultSet,
*:first-child+html .border,
*:first-child+html #sortNav,
*:first-child+html #sortNav ul,
*:first-child+html .refineSet,
*:first-child+html .greeting,
*:first-child+html .shopBox { zoom: 1; } /* IE7 */

.listBox .shopBox .shop a {
 font-size: 15px;
 font-weight: bold;
}
/* クーポンアイコン用 */
.quponIco {
    background-color: #FFF;
    border: 1px solid;
    border-color: #F00!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 2px 5px 2px 5px;
    color: #F00;
}

/* --------------------------------------------------------- */
/* リストメニュー追従用（車輌リスト）                        */
/*---------------------------------------------------------- */
div.fixes {
	position: fixed;
	top: 0;
	width: 980px;
	z-index: 300;
	background-color: #fff;
}
#FollowUe {
	padding-bottom: 5px;
	padding-top: 5px;
}
#FollowUe .bkcnt {
 font-size: 24px;
 font-weight: bold;
 float: left;
}
#FollowUe .bkcnt2 {
 font-size: 16px;
 font-weight: bold;
 float: left;
 padding: 5px 0px 8px;
}
#FollowUe .bkflbtn a{
 float: right;
 -webkit-border-radius: 5;
 -moz-border-radius: 5;
 border-radius: 5px;
 color: #ffffff;
 font-size: 13px;
 background: #3498db;
 padding: 5px 10px 5px 10px;
 margin: 3px 0px 0px 5px;
 text-decoration: none;
}
#FollowUe .bkflbtn a:hover {
  background: #3cb0fd;
  text-decoration: none;
}
#FollowUe .bkflbtn2 a{
 float: right;
 -webkit-border-radius: 5;
 -moz-border-radius: 5;
 border-radius: 5px;
 color: #ffffff;
 font-size: 13px;
 background: #DE1208;
 padding: 5px 10px 5px 10px;
 margin: 3px 0px 0px 5px;
 text-decoration: none;
}
#FollowUe .bkflbtn2 a:hover {
  background: #BD0000;
  text-decoration: none;
}