/* {{{ 参考買取価格
 * ============================================================================================ */

	/* ベース
	---------------------------------------- */
	#contents .newstopics {
		clear: both;
		overflow: hidden;
	}
	#contents .newstopics .section {
		margin-top: 10px;
		min-height: 1000px;
		margin-bottom: 50px;
	}

	/* 一台分
	---------------------------------------- */

		/* ベース
		------------------------------------ */
		#contents .newstopics .entry {
			width: 702px;
			margin: 15px 0;
			padding: 10px;
			background: #fff;
			overflow: hidden;
		}

		/* 写真
		------------------------------------ */
		#contents .newstopics .entry p.photo {
			float: left;
			width: 145px;
			height: 135px;
		}
		#contents .newstopics .entry p.photo a img {
			width: 131px;
			border: 2px solid #bfbfbf;
		}

		#contents .newstopics .entry .body {
			float: right;
			width: 557px;
		}
		/* タイトルベース
		------------------------------------ */
		#contents .newstopics .entry h3.title {
			height: 26px;
			line-height: 26px;
			padding-left: 30px;
			font-size: 92.4%;
			background: url(../img/top/list.png) no-repeat #a40000;
			background-position: 10px 8px;
			color: #fff;
			font-weight: bold;
		}
		/* 本文
		------------------------------------ */
		#contents .newstopics .entry .text {
			margin-top: 10px;
			line-height: 1.5;
			font-size: 90%;
		}

		#contents .newstopics .page {
			margin-top: 10px;
			text-align: center;
			font-size: 90%;
			color: #fff;
		}
		#contents .newstopics .page a {
			color: #fff;
		}
/* }}} ======================================================================================== */
