@charset "utf-8";

/* --------------------------------------------------------- */
/* 買取査定 - buy.css
------------------------------------------------------------ */

.sectionBox {
	background: url(../img/buy/bac_section.png) repeat-y 0 0;
}
.section {
	background: url(../img/buy/bac_section_btm.png) no-repeat 0 bottom;
	border: none;
}
.borderBox {
	padding: 10px;
	margin-bottom: 35px;
}

/* タイトル
------------------------------------------------------------ */
h2 {
	background: url(../img/common/contents/tit_default.png) no-repeat right -57px !important;
	border-bottom: solid 2px #0059B2;
}

/* 査定
------------------------------------------------------------ */
.assess {
	background: url(../img/buy/bac_assess.png) no-repeat 0 0;
	width: 588px;
	height: 140px;
	padding: 0 12px 0 2px;
	margin: 0 auto 10px auto;
}

/* 90分以内 */
.assess .check {
	text-align: center;
	float: left;
	width: 34px;
	height: 34px;
	padding: 61px 0 0 0;
}
.assess .check input {
	margin: 0;
}
.assess .photo {
	background: url(../img/buy/lin_fade.png) no-repeat left 0;
	float: left;
	width: 140px;
	height: 105px;
	padding: 15px;
	overflow: hidden;
}
.assess .photo img {
	width: 140px;
}
.assess .shop {
	padding: 17px 15px 5px 204px;
}
.assess .shop span {
	color: #D90000;
	display: block;
}
.assess .shop a {
	font-size: 13px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.assess .comment {
	padding: 0 15px 15px 204px;
}
.premium {
	background: url(../img/buy/ico_premium.png) no-repeat right 10px;
	padding-right: 80px !important;
}

/* 簡単入力 */
.assess h5 {
	float: left;
	width: 100px;
	padding: 23px 0 0 38px;
}
.assess dl {
	line-height: 33px;
	float: right;
	width: 400px;
	padding: 17px 0 0 0;
}
.assess dt {
	font-size: 14px;
	font-weight: bold;
	color: #8C4600;
	float: left;
	clear: both;
	width: 100px;
	padding: 10px 0;
}
.assess dd {
	display: block;
	padding: 10px 0 10px 100px;
}
.assess dd:nth-of-type(2) {
	border-top: dotted 1px #DADADA;
}
.assess dd select {
	font-size: 14px;
	width: 90%;
}

/* 査定ボタン */
.assessBtn {
	text-align: center;
	height: 139px;
	padding-top: 15px;
}
.assessBtn span {
	font-size: 11px;
	display: block;
}

/* 流れ
------------------------------------------------------------ */
.flow {
	border-bottom: solid 1px #DADADA;
	border-right: solid 1px #DADADA;
}
.flow li {
	text-align: center;
	background-color: #FFF;
	border-top: solid 1px #DADADA;
	border-left: solid 1px #DADADA;
	float: left;
	width: 190px;
	min-height: 280px;
	padding: 11px;
}
.flow li img {
	padding-bottom: 7px;
}
.flow li span {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	display: block;
	padding: 5px 10px;
}

/* サイドカラム
------------------------------------------------------------ */
#side .listBox {
	background-color: #0059B2;
	border: none;
	padding-bottom: 10px;
}
#side .listBox h3 {
	background: none;
	padding: 10px 10px 0 10px;
	margin: 0;
}
#side .list {
	padding: 0 10px !important;
}
#side .list li {
	background-color: #FFF;
	border: none !important;
	padding: 10px;
	margin: 10px 0 0 0 !important;
}
#side .list li .shop {
	padding-bottom: 8px;
}
#side .list li .comment {
	font-size: 11px;
	line-height: 16px;
	background: url(../img/icon/ico_balloon.png) no-repeat 0 7px;
	border-top: dotted 1px #0059B2;
	clear: both;
	padding: 8px 0 0 20px;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* clearfix
------------------------------------------------------------ */
.assess:after,
.flow:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .assess,
* html .flow { zoom: 1; } /* IE6 */

*:first-child+html .assess,
*:first-child+html .flow { zoom: 1; } /* IE7 */
