@charset "utf-8";

/* ファミコンハウス

[flow.css]
	|-flow.php

*/


.text-area {
	padding-left: 5px;
	margin-bottom: 15px;
	line-height: 140%;
}
.text-area-end {
	padding-left: 5px;
	line-height: 140%;
}
.text-orange {
	font-weight: bold;
	color: #FF3300;
}

#list-3-bottom {
	margin-bottom: 15px;
}

/* =====「買取の流れ」ページのリスト===== */
.list-1-flow {
	padding-left: 5px;
	margin-bottom: 10px;
}
.list-1-flow li {
	background: url(../image/list-1.jpg) no-repeat 0px 0px;
	text-indent: 18px;
	line-height: 100%;
	font-size: 12px;
	padding: 1px 0px 5px 0px;
}
.list-1-flow li.list-1-flow-li-end {
	padding: 1px 0px 0px 0px;
}

/* =====家庭用ゲーム機 table===== */
table#kaitori {
	background-color: #DEB40E;
	margin: 15px 0px 1px 0px;
}
table#kaitori th, table#kaitori td {
	font-size: 12px;
	text-align: center;
	padding: 4px;
}
table#kaitori th {
	background-color: #F5E492;
}
table#kaitori td {
	background-color: #FFFFFF;
}
table#kaitori th.th-1 {
	width: 135px;
}
table#kaitori th.th-2 {
	width: 60px;
}
table#kaitori th.th-3 {
	width: 235px;
}
table#kaitori td.td-1 {
	text-align: left;
}
#kaitori-hitokoro {
	font-size: 12px;
	color: #666666;
}
