@import url("base.css");

/*-----------------------------------
	レイアウト
-----------------------------------*/
/*-----------------------------------
	共通
-----------------------------------*/
/*コンテンツ*/
#contents{
	width:720px;
}
/*ヘッダー*/
#contents .title_wrapper{
	padding:5px 0 11px;
	width:720px;
	height:100%;
	background:url(../img/base/dot_3.gif) bottom repeat-x;
}
#contents .title_wrapper .title{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	float:left;
}
#contents .title_wrapper .page_back{
	float:right;
}
/*-----------------------------------
	売りたい
-----------------------------------*/
/*ヘッダー*/
#contents .sell_header{
	width:702px;
	height:118px;
	margin:10px 0 14px;
	padding-top:18px;
	padding-left:28px;
	background:url(../img/sell/index/header_bg.jpg) top left no-repeat;
}
/*サブタイトル*/
#contents .subtitle{
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	padding-bottom:6px;
	color:#333333;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
/*引渡しまでの簡単な流れ*/
#contents .sell_flow{
	margin:9px 0 5px;
	width:720px;
	height:176px;
	background:url(../img/sell/index/flow_bg2.gif) top left no-repeat;
}
#contents ul.sell_flow li{
	line-height:0px;
	float:left;
}
#contents .sell_flow li.step1{
	padding-left:0px;
	padding-top:0px;
}
#contents .sell_flow li.step2{
	margin-left:26px;
	padding-top:0px;
}
#contents .sell_flow li.step3{
	margin-left:27px;
	padding-top:0px;
}
#contents .sell_flow li.step4{
	margin-left:27px;
	padding-top:0px;
}
#contents .sell_step{
	widows:720px;
	height:24px;
	margin-top:0px;
	font-size:10px;
	text-align:right;
	vertical-align:middle;
}
#contents .sell_space{
	letter-spacing:0.2em;
}

/*不動産買取の流れ*/
#contents .sell_flow_list{
	line-height:20px;
}
#contents .sell_flow_list li{
	width:720px;
	height:100%;
	display:inline-block;
	padding:12px 0 10px;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
#contents .sell_flow_list li.bottom{
	padding-bottom:2px;
	background:none;
}
#contents .sell_flow_list li .text_area{
	width:400px;
	float:right;
}
#contents .sell_flow_list li .text_area dt{
	color:#81C434;
	font-weight:bold;
}
#contents .sell_flow_list li .text_area .point{
	padding-top:20px;
	background:url(../img/sell/index/icon_point.gif) top left no-repeat;
}
/*必要な書類*/
#contents .sell_necessity{
}
#contents .sell_necessity dd{
	background-color:#D9F1F6;
	padding:0 16px 0;
	height:20px;
	line-height:20px;
}
#contents .sell_necessity dd.bottom{
	padding-bottom:14px;
}
#contents .sell_supplement{
	line-height:20px;
	padding:8px 0 20px;
	margin-bottom:20px;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
/*さらに詳しい内容のお問い合わせ*/
#contents .sell_footer{
	width:720px;
	height:130px;
	display:inline-block;
	font-family:Verdana;
	font-size:11px;
	line-height:14px;
	background:url(../img/sell/index/footer_bg.jpg) bottom left no-repeat;
}
#contents .sell_footer dd{
	float:left;
}
#contents .sell_footer dd.tel{
	width:186px;
	padding-top:15px;
	padding-left:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#contents .sell_footer dd.mail{
	width:186px;
	padding-top:15px;
	padding-left:14px;
}
#contents .sell_footer dd.guide{
	width:185px;
	padding-top:15px;
	padding-left:14px;
}
#contents .sell_footer dd.guide_text{
	padding-top:30px;
	color:#FFFFFF;
	font-size:11px;
	line-height:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*-----------------------------------
	ボタン
-----------------------------------*/
/*	PCからのお問い合わせ	*/
#contents a.bt_contact{
	width:170px;
	height:35px;
	display:block;
	background:url(../img/sell/index/bt_contact.gif) top left no-repeat;
}
#contents a.bt_contact:hover{
	background-position:top right;
}
/*	無料査定	*/
#contents a.bt_guide{
	width:171px;
	height:35px;
	display:block;
	background:url(../img/sell/index/bt_guide.gif) top left no-repeat;
}
#contents a.bt_guide:hover{
	background-position:top right;
}
