@charset "utf-8";

/* --------------------------------------------------------- */
/* 物件詳細 - detail.css
------------------------------------------------------------ */

/* 物件名 */
article h1.name {
	font-size: 14px; font-size: 1.4rem;
	padding: 15px 10px;
}

article h1.name span {
	background: #EEE
}


/* 価格 */
article dl.price {
	line-height: 16px;
	border: solid 1px #DDD;
	padding: 5px 10px;
	margin: 0 10px 10px 10px;
}
article dl.price dt {
	float: left;
	clear: both;
	/* width: 20%; */
	padding: 10px 0;
}
article dl.price dd {
	text-align: right;
	border-bottom: dotted 1px #DDD;
	width: 100%;
	padding: 10px 0;
}
article dl.price dd:last-child {
	border: none;
}
article dl.price dd span {
	font-size: 16px; font-size: 2.0rem;
	font-weight: bold;
}

article dl.priceChange dd {
	text-align: right;
	width: 100%;
	margin: 5px 0px 5px -10px;
}

.priceChangeCnt {
	color:#FF0000;
	font-size: 11px !important;
	font-weight: bold;
}

/* AIS */
/*
article p.ais {
	text-align: center;
	color: #FFF;
	background-color: #193194;
	border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px;
	padding: 5px 10px;
	margin: 0 10px 10px 10px;
}
article p.ais a {
	color: #FFF;
}

article p.ais a span {
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	color: #ffff00;
	padding: 0 10px;
}
*/
/* ポイント */
article dl.point {
	border: solid 1px #FF9326;
	padding: 1px;
	margin: 0 10px 10px 10px;
}
article dl.point dt {
	font-size: 11px; font-size: 1.1rem;
	text-align: center;
	color: #FFF;
	background-color: #FF9326;
	display: table-cell;
	vertical-align: middle;
	width: 70px;
	padding: 7px 0;
}
article dl.point dd {
	color: #FF9326;
	display: table-cell;
	vertical-align: middle;
	padding: 7px;
}

/* ボタン */
article .action li {
	font-size: 16px; font-size: 1.6rem;
}
article .action li .icon {
	width: 32px;
	height: 32px;
	margin-right: 0;
}
article .telBtn .icon      { background-position: -48px 0; }
article .mailBtn .icon     { background-position: -48px -32px; }
article .considerBtn .icon { background-position: -48px -64px; }
article .deleteBtn .icon   { background-position: -48px -96px; }

/* 通常電話 */
article .shoptel .icon {
	background-image: url(../img/common/ico_tel.png);
	background-position: 0 0;
	background-size: 32px 32px !important; -webkit-background-size: 32px 32px !important; -moz-background-size: 32px 32px !important; -o-background-size: 32px 32px !important;
}



/* メイン写真
------------------------------------------------------------ */
article .slide {
	position: relative;
	margin-bottom: 10px;
}
article .slide .photo {
	position: relative;
}
article .slide .photo img {
	width: 100%;
}
article .slide .photo span {
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100%;
	padding: 10px;
	bottom: 0;
}
article .slide .favorite {
	font-size: 10px; font-size: 1.0rem;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	position: absolute;
	padding: 5px;
	top: 10px;
	left: 10px;
	z-index: 10;
}
article .slide .cnt {
	font-size: 10px; font-size: 1.0rem;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	position: absolute;
	padding: 5px;
	top: 10px;
	right: 10px;
	z-index: 10;
}
article .slide .count li {
	display: none;
}
.slick-active {
	display: block !important;
}



/* 詳細
------------------------------------------------------------ */
/* 基本情報 */
.dataBox {
	padding: 0 10px;
}
section.dataBox h1 {
	margin-left: -10px;
}
section.dataBox h2 {
	margin-left: -10px;
}
section.dataBox table+table {
	margin-top: 5px;
}
section.dataBox th {
	width: 20%;
}
section.dataBox td {
	width: 30%;
}
section.dataBox li {
	font-size: 10px; font-size: 1.0rem;
	text-align: center;
	color: #B8B8B8;
	background-color: #F7F7F7;
	border: solid 1px #EAEAEA;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 32%;
	padding: 5px;
	margin: 0 1% 1% 0;
}
section.dataBox li.col1 {
	width: 98%;
}
section.dataBox li.col2 {
	width: 65%;
}
section.dataBox li.on {
	color: #333;
	background-color: #FFF1B9;
	border: solid 1px #FFD24D;
}
section.dataBox .etc {
	border: solid 1px #DDD;
	padding: 10px;
}
section.dataBox .ais {
	margin: 10px 0 0 0;
}

/* 写真一覧 */
section.photoBox {
	margin-bottom: -10px;
}
section.photoBox ul {
	padding-left: 10px;
}
section.photoBox li {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 31%;
	padding-bottom: 5px;
	margin: 0 2% 2% 0;
}
section.photoBox li span {
	font-size: 10px; font-size: 1.0rem;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100%;
}

/* 販売店 */
section.shopBox {
	padding: 0 10px;
}
section.shopBox h1 {
	margin-left: -10px;
}
section.shopBox p {
	padding-bottom: 10px;
}

section.shopBox .photo {
	text-align: center;
}

section.shopBox .tel {
	color: #528A0F;
	border: solid 1px #528A0F;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
}
section.shopBox .tel span {
	font-size: 11px; font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-color: #528A0F;
	display: inline-block;
	width: 20%;
	padding: 5px 0;
	margin-right: 5px;
}
section.shopBox th {
	width: 20%;
}
section.shopBox .more, section.photoBox .more {
	text-align: right;
	padding-bottom: 0;
	margin-bottom: -10px;
}
section.shopBox .more a, section.photoBox .more a {
	text-decoration: underline;
	display: block;
	padding: 10px;
}
section.shopBox .more a:after, section.photoBox .more a:after {
	color: #338ADF;
	content: " >";
}
#map {
	background-color: #EEE;
	width: 100%;
	height: 300px;
}

/* レビュー */
section.reviewBox ul {
	padding: 0 10px 10px 10px;
}
section.reviewBox li {
	border: solid 1px #DDD;
	border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px;
	box-shadow: 0 0 5px rgba(0,0,0,0.07); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.07);
	padding: 10px;
	margin-bottom: 10px;
}
section.reviewBox li:last-child {
	margin-bottom: 0;
}
section.reviewBox .name {
	font-size: 13px; font-size: 1.3rem;
	font-weight: bold;
	padding: 2px 0;
}
section.reviewBox .name span {
	font-size: 10px; font-size: 1.0rem;
	padding-left: 3px;
}
section.reviewBox .state {
	font-size: 10px; font-size: 1.0rem;
	color: #999;
}
section.reviewBox dl {
	border: solid 1px #FFC926;
	margin: 10px 0;
}
section.reviewBox .star {
	text-align: left;
	background-color: #FFFBEE;
	padding: 5px 5px;
	/*margin: 10px 0;*/
}
section.reviewBox .star span {
	font-size: 14px; font-size: 1.4rem;
	color: #FFC926;
	float: right;
}
section.reviewBox .note span {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

/* AIS評価
------------------------------------------------------------ */
.ais {
	margin: 10px 10px 0 10px;
}
.ais div {
	float: left;
}
.ais p {
	text-align: center;
	color: #FFF;
	background-color: #193194;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.ais a {
	color: #FFF;
	background: url(../img/common/ico_link.png) no-repeat right center;
	background-size: 6px 12px; -webkit-background-size: 6px 12px; -moz-background-size: 6px 12px; -o-background-size: 6px 12px;
	display: block;
	padding: 10px 10px;
}
.ais a span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffff00;
	padding: 0 10px;
}
#aisBox {
	background: url(/img/ucar/ais/img_aucnet.png) no-repeat 20px bottom;
	position: relative;
}
#aisBox .scoreSet {
	padding: 10px 7% 10px 6px;
}
#aisBox .scoreSet img {
	float: left;
}
#aisBox .scoreSet p {
	text-align: center;
	color: #FFF;
	background-color: #193194;
	padding: 15px 10px;
}
#aisBox .scoreSet .score {
	font-size: 20px;
	color: #FFD926;
	padding: 0 0 20px 0;
}
#aisBox .scoreSet p span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffff00;
	padding: 0 10px;
}
#aisBox .rankSet {
	/* width: 500px; */
	padding: 0 5px 0 5px;
}
#aisBox .rankSet dl {
	padding: 15px 0 10px 0;
}
#aisBox .rankSet dt {
	font-weight: bold;
	float: left;
	clear: left;
	/* width: 90px; */
}
#aisBox .rankSet dt img {
	padding-left: 7px;
}
#aisBox .rankSet dd {
	padding: 0 0 0 90px;
}
#aisBox .linkIco {
	margin-left: 20px;
}
#aisBox .linkIco li {
	display: inline-block;
	width: 45%;
}
#aisBox .notes {
	border-top: dotted 1px #DDD;
	padding: 10px 20px 50px 20px;
}

/* SNS(物件詳細用)
------------------------------------------------------------ */
.snsDetail {
	text-align: center;
	margin-top: 10px;
}
.snsDetail li {
	height: 35px;
}

/* スクロール下部固定
------------------------------------------------------------ */
#fixBox {
	color: #FFF;
	background: #333;
	position: fixed;
	width: 100%;
	bottom: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.9;
}
/* ボタン */
#fixBox .action, .consider .action {
	display: box; display: -webkit-box; display: -moz-box; display: -o-box;
	width: 100%;
	padding: 10px 0 0 0;
}
#fixBox .action li, .consider .action li {
	font-size: 11px; font-size: 1.1rem;
	box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1;
	width: 33%;
	padding: 7px 0;
	margin-bottom: 10px;
}
#fixBox .action li+li, .consider .action li+li {
	margin-left: 10px;
}
#fixBox .action li .icon, .consider .action li .icon {
	background-size: 50px 80px; -webkit-background-size: 50px 80px; -moz-background-size: 50px 80px; -o-background-size: 50px 80px;
	width: 20px;
	height: 20px;
	margin-right: 0;
}
#fixBox .telBtn .icon, .consider .telBtn .icon           { background-position: -30px 0; }
#fixBox .mailBtn .icon, .consider .mailBtn .icon         { background-position: -30px -20px; }
#fixBox .considerBtn .icon, .consider .considerBtn .icon { background-position: -30px -40px; }
#fixBox .deleteBtn .icon, .consider .deleteBtn .icon     { background-position: -30px -60px; }


/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* clearfix
------------------------------------------------------------ */
section.dataBox ul:after,
section.photoBox ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.nensiki, .soukou {
	font-size: 1.8rem;
	font-weight: bold;
}
.help:not(.off) a{
	color: #333;
}
.help.off a {
	color: #B8B8B8;
}
.help span {
	background-color: #CCC;
	color: #FFF;
	border-radius: 5px;
}


/* --------------------------------------------------------- */
/* YouTube 調整用
/*---------------------------------------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin:0px 10px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------------------------------- */
/* 物件詳細h1、h2調整用
------------------------------------------------------------ */
h1.maker-carname {
	margin-left: 68px;
	line-height: 32px;
}

h2.gradename {
    background-color: #D9BC66;
    padding-left: 12px;
	line-height: 32px;
}
/* --------------------------------------------------------- */
/* 物件詳細クーポン注意文調整用
------------------------------------------------------------ */
.qupon_attention a:link	{ color: #F00;text-decoration: underline; }
.qupon_attention a:visited	{ color: #F00;text-decoration: underline; }
.qupon_attention a:hover	{ color: #F00;text-decoration: underline; }
.qupon_attention a:active	{ color: #F00;text-decoration: underline; }


/* --------------------------------------------------------- */
/* ココに注目調整用
------------------------------------------------------------ */
#CheckThis {
	margin: 10px;
}
#StaffHitokoto h4,
#CheckThis h4 {
	color: #F00;
	margin-bottom: 5px;
	font-size: 1.3em;
}
#CheckThisPhoto {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin:0px auto 20px;
}
#CheckThisPhoto .flex-item {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#CheckThisPhoto .flex-item p {
	padding-right: 3px;
	padding-left: 3px;
}

.flex-item{
	font-size: 1.1rem;
}
/* --------------------------------------------------------- */
/* 私がオススメします！
------------------------------------------------------------ */
#StaffHitokoto {
	margin: 10px;
}

#StaffHitokoto .staffphoto {
	float: left;
	width: 30%;
	text-align: center;
}

#StaffHitokoto .staffphoto img {
	width: 100%;
}
#StaffHitokoto .staffcmt {
	float: right;
	width: 65%;
}

/* --------------------------------------------------------- */
/* キズ使用感
------------------------------------------------------------ */
#CheckThis .kizuarimasu dt {
	width: 33%;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------- */
/* 修復歴内容
------------------------------------------------------------ */
th.repairThDetailSmart {
   color: #F00;
   font-weight: bold!important;
}

