/* TOPページ */

#news{
	margin-bottom: 20px;
	}

#news img{
	margin-bottom: 8px;
	}

#news ul li{
	margin-left: 20px;
	list-style-image: url(../image/common/brown_arrow.gif);
	}

#new_product img{
	margin-bottom: 12px;
	}

#new_product dl{
	width: 400px;

	}

#new_product dl dt{
	margin-right: 12px;
	float: left;
	}

/* 会社概要ページ */

.company_head{
	margin-top: 10px;
	margin-left: 1px;
	margin-bottom: 20px;
	border-left: 3px #FF9A10 solid;
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	}

.com_info{
	clear: both;
	width: 500px;
	margin: 0px auto;
	}
.com_info dt{
	float: left;
	width: 88px;
	border-right: 2px #CCC solid;
	margin-bottom: 2px;
	font-weight: bold;
	}
.com_info dd{
	width: 400px;
	float: right;
	margin-bottom: 2px;
	}
.com_info table{
	width: 400px;
	margin-bottom: 4px;
	}

.com_info th, td{
	font-size: 12px;
	padding: 2px;
	}


.dotline{
	width: 500px;
	clear: both;
	margin: 0px auto 10px;
	border-bottom: 1px #CCC dotted;
	}

/* 買取査定ページ */

.survey_step{
	width: 500px;
	margin-bottom: 20px;
	border-bottom: 1px #CCC dotted;
	}

.survey_step dl dd{
	font-size: 14px;
	font-weight: bold;
	}

.survey_step dl dt{
	float: left;
	}

.survey_step p{
	clear: both;
	}
p#desc{font-size:14px; margin:10px 0px 15px 0px;}



/* 購入方法ページ */

.buy_head{
	margin-top: 10px;
	margin-left: 1px;
	margin-bottom: 20px;
	border-left: 3px #FF9A10 solid;
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	}

.buy_step{
	width: 500px;
	margin-bottom: 20px;
	border-bottom: 1px #CCC dotted;
	}

.buy_step dl dd{
	font-size: 14px;
	font-weight: bold;
	}

.buy_step dl dt{
	float: left;
	}

.buy_step p{
	clear: both;
	}

.buy_step ul{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	}
.buy_step ul li{
	list-style-type: circle;
	}





/* 商品ページ */

.list_link{
	font-weight: bold;
	}
.genre_list{
	color: #999999;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

.genre_list td{
	background-color: #FFFFFF;
	}

.item_list{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
.item_list td{
	background-color: #FFFFFF;
	}


/* 詳細ページ */

#item_detail{
	width: 760px;
	margin: 10px auto;
	}


/* メールフォーム */

.mail{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	}

/* プライバシーポリシー */

.privacy{
	margin-top: 8px;
	margin-bottom: 16px;
	}

.privacy dt{
	border-left: 6px #FF9A10 solid;
	padding-left: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	}

.privacy dd{
	margin-left: 12px;
	font-size: 12px;
	}

.privacy ul{
	margin: 10px 20px;
	}

.privacy ul li{
	list-style: disc;
	}

#privacy_contact{
	font-size: 12px;
	margin-bottom: 40px;
	margin-left: 20px;
	}

/* サイトマップ */

#sitemap{
	margin-top: 10px;
	margin-left: 20px;
	}

#sitemap li{
	list-style-image: url(../image/common//orange_arrow.gif);
	margin-bottom: 6px;
	}
	









