@charset "utf-8";
@import url("mailform.css");

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         Maeda
 Ver. ：　　　　 2009/07/27 21:15
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

.clearB {
	clear:both;
}
.right {
	text-align:right;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/
body {
	background: #fff;
	color: #666;
	font-size: 13px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	letter-spacing:0.1em;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a {
	text-decoration: none;
	color:#b31c21;
}
a:hover {
	color:#b31c21;
	text-decoration: underline;
}


/*----------------------------------------------------
	#container
----------------------------------------------------*/

#container {
	border-top:3px solid #b31c21;
	width:100%;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	width:100%;
	height:100px;
	background:url(/img/header_bg.gif) repeat-x;
}
.headerbox {
	margin:0 auto;
	width:770px;
}
.headerbox h1 {
	padding-top:5px;
	height:15px;
}
.headerbox h1 em {
	float:left;
}
.headerbox h1 span {
	float:left;
}
.headerbox .logo {
	clear:both;
	float:left;
}
.headerbox .bn {
	float:right;
}

/*----------------------------------------------------
	#flowNavi
----------------------------------------------------*/
#flowNavi {
	padding:0px 10px;
}
#flowNavi ul {
	height:10px;
	font-size:x-small;
}
#flowNavi ul li {
	margin-right:10px;
	display:inline;
}
#flowNavi ul li a {
	padding-right:15px;
	background: url(/img/icn_right.gif) right no-repeat;
	text-decoration:underline;
}


/*----------------------------------------------------
	#topcontentbox
----------------------------------------------------*/
#topcontentbox {
	position: static;
	margin:0px auto;
	clear:both;
	width: 770px;
	height:430px;
}
#topcontentbox .topimg {
	margin:10px 0;
}
#topcontentbox .navi {
	padding:10px 0px 0px 10px;
	height:150px;
	width:760px;
	background: url(/img/topcontentbox_navi_bg.gif) no-repeat;
	display:block;
	overflow:hidden;
}
#topcontentbox .navi dl {
	margin-right:10px;
	width:180px;
	height:130px;
	background: #fff url(/img/topcontentbox_navi_dl_bg.gif) bottom no-repeat;
	float:left;
}
#topcontentbox .navi dt {
	height:30px;
	width:180px;
}
#topcontentbox .navi dt a {
	padding-top:30px;
	height:0px !important;
	width:180px;
	display:block;
	overflow:hidden;
}
#topcontentbox .navi dt a:hover {
/*	background-position:0 -30px; */
}
#topcontentbox .navi dt.title01 a {
	background: url(/img/topcontentbox_navi_title01.gif) no-repeat;
}
#topcontentbox .navi dt.title02 a {
	background: url(/img/topcontentbox_navi_title02.gif) no-repeat;
}
#topcontentbox .navi dt.title03 a {
	background: url(/img/topcontentbox_navi_title03.gif) no-repeat;
}
#topcontentbox .navi dt.title04 a {
	background: url(/img/topcontentbox_navi_title04.gif) no-repeat;
}
#topcontentbox .navi dd {
	line-height:16px;
	letter-spacing:1px;
	display:block;
}
#topcontentbox .navi dd em {
	color:#b31c21;
	font-weight:bold;
}
#topcontentbox .navi dd a {
	padding:4px;
	height:92px;
	background: #fff url(/img/topcontentbox_navi_dl_bg.gif) bottom no-repeat;
	color:#666;
	text-decoration:none;
	display:block;
}
#topcontentbox .navi dd a:hover {
	color:#b31c21;
	background: url(/img/topcontentbox_dd_bg.gif) 160px 80px no-repeat;
	text-decoration:none;
}



/*----------------------------------------------------
	#contents, #contentArea
----------------------------------------------------*/
#contents {
	position: static;
	margin:10px auto;
	clear:both;
	width: 770px;
	height:auto;	
}

#contentArea {
	width: 540px;
	float:right;
}


/*----------------------------------------------------
	#contentbox
----------------------------------------------------*/
.contentbox {
	background: url(/img/contentbox_bg.gif) repeat-y;
	clear:right;

}
.contentbox_head {
	margin:0;
	padding:10px 10px 0 10px;
	height:30px;
	background: url(/img/contentbox_head_h2_bg.gif) no-repeat;
	border-bottom:1px solid #ddd;
}

.contentbox_head h2 {
	padding:7px 0 0px 30px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.contentbox_head h2.title {
	background: url(/img/ico_title.gif) 5px 5px no-repeat;
}
.contentbox_head h2.rank {
	background: url(/img/ico_rank.gif) 5px 5px no-repeat;
}
.contentbox_head h2.news {
	background: url(/img/ico_news.gif) 5px 5px no-repeat;
}
.contentbox_head h2.price {
	background: url(/img/ico_price.gif) 5px 5px no-repeat;
}
.contentbox_head h2.beginner {
	background: url(/img/ico_beginner.gif) 5px 5px no-repeat;
}
.contentbox_head h2.purchase {
	background: url(/img/ico_purchase.gif) 5px 5px no-repeat;
}
.contentbox_head h2.faq {
	background: url(/img/ico_faq.gif) 5px 5px no-repeat;
}
.contentbox_head h2.assessment {
	background: url(/img/ico_assessment.gif) 5px 5px no-repeat;
}
.contentbox_head h2.rule {
	background: url(/img/ico_rule.gif) 5px 5px no-repeat;
}
.contentbox_head h2.mail {
	background: url(/img/ico_mail.gif) 5px 5px no-repeat;
}
.contentbox_head h2 a {
	font-weight:bold;
	color:#fff !important;
	text-decoration:none !important;
}
.contentbox_head h2 a:hover {
	color:#fff !important;
	text-decoration:underline !important;
}

.contentbox_main {
	padding:10px;
	background: url(/img/contentbox_foot_bg.gif) bottom no-repeat;
}
.padd10 {
	padding:10px 20px;
}
.contentbox_main a {
	text-decoration:underline !important;
}
.contentbox_main a:hover {
	text-decoration:none !important;
}
.contentbox_main h3 {
	clear:both;
}
.contentbox_main h3.title2 {
	margin-bottom:5px;
	padding:5px 7px;
	background:#b31c21;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	display:block;
}
.contentbox_main h3.no1 {
	padding-left:30px;
	background: url(/img/ico_1.gif) 7px 2px no-repeat;
	border-bottom:1px solid #b31c21;
	border-left:3px solid #b31c21;
	color:#666 !important;
}
.contentbox_main h3.no2 {
	padding-left:30px;
	background: url(/img/ico_2.gif) 7px 2px no-repeat;
	border-bottom:1px solid #b31c21;
	border-left:3px solid #b31c21;
	color:#666 !important;
}
.contentbox_main h3.no3 {
	padding-left:30px;
	background: url(/img/ico_3.gif) 7px 2px no-repeat;
	border-bottom:1px solid #b31c21;
	border-left:3px solid #b31c21;
	color:#666 !important;
}
.contentbox_main h3.no4 {
	padding-left:30px;
	background: url(/img/ico_4.gif) 7px 2px no-repeat;
	border-bottom:1px solid #b31c21;
	border-left:3px solid #b31c21;
	color:#666 !important;
}
.contentbox_main h3.no5 {
	padding-left:30px;
	background: url(/img/ico_5.gif) 7px 2px no-repeat;
	border-bottom:1px solid #b31c21;
	border-left:3px solid #b31c21;
	color:#666 !important;
}

.contentbox_main h4 {
	padding:3px 0px;
	margin-bottom:5px;
	border-bottom:1px dashed #ddd;
	font-size:12px;
	font-weight:bold;
	color:#666;
	display:block;
}
.contentbox_main p {
	line-height:20px;
}
.contentbox_main p strong {
	color:#333;
	font-size:13px;
	font-weight:bold;
}
.contentbox_main p em {
	color:#b31c21;
	font-weight:bold;
}
.contentbox_main p.attention {
	padding:7px;
	background:#fafafa;
	border:3px double #ccc;
	font-size:13px;
	font-weight:bold;
}
.contentbox_main p.btn {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.contentbox_main p.btn a {
	padding:10px;
	width:250px;
	background:#eee;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	display:block;
}
.contentbox_main p.btn a:hover {
	padding:10px;
	background:#ddd;
	border-top:1px solid #666;
	border-left:1px solid #666;
	display:block;
}
.contentbox_main ul.privacy {
	margin-bottom:16px;
	padding-left:20px;
}
.contentbox_main ul.privacy em {
	color:#b31c21;
	font-weight:bold;
}
.published {
	margin:10px 0;
	height:15px;
	width:500px;
	border-top:1px solid #ddd;
	text-align:right;
	display:block;
}

.contentbox_foot {
	margin-bottom:10px;
	height:20px;
}

/*----------------------------------------------------
	最新機種買取一覧表
----------------------------------------------------*/
table.price {
	margin:10px auto;
	width:100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.price th {
	padding: 3px;
	width:25%;
	background:#b31c21;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
table.price td {
	padding: 3px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}




/*----------------------------------------------------
	買取の流れ
----------------------------------------------------*/
table.purchase {
	margin:10px auto;
	line-height:16px;
	border-top: 1px solid #ddd;
}
table.purchase th {
	padding: 3px 0 3px 0;
	background:#b31c21;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	text-align:center;
	color:#fff;
}
table.purchase th.thPeriod {
	width:100px;
	border-right: 1px solid #ddd;
}
table.purchase th.thRank {
	width:80px;
	border-right: 1px solid #ddd;
}
table.purchase td {
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
table.purchase td.tdPeriod {
	width:100px;
	border-right: 1px solid #ddd;
}
table.purchase td.tdRank {
	width:80px;
	border-right: 1px solid #ddd;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.contentbox_main h3.question {
	margin:0 10px 5px 5px;
	padding:5px 0 5px 25px;
	background: url(/img/ico_q.gif) 0px 2px no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#333;
	display:block;
}
.contentbox_main .answer {
	margin:0 10px 5px 5px;
	padding:5px 0 5px 25px;
	background: url(/img/ico_a.gif) 0px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}


/*----------------------------------------------------
	無料査定申し込み・本契約申し込み
----------------------------------------------------*/
table.assessment {
	margin:10px auto;
	width:100%;
}
table.assessment th {
	padding: 5px 0;
	background:url(/img/ico_title.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}
table.assessment th p {
	padding-left:30px;
	color: #666;
	font-weight:bold;
	display: block;
}
table.assessment td {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
table.assessment td p {
	padding-right: 10px;
	padding-bottom:2px;
	padding-left:5px;
	height:auto;
	line-height:normal;
	display: block;
}
table.assessment td p.indispensable {
	margin-right:5px;
	padding-right:10px;
	background: url(../img/ico_indispensable.gif) right 3px no-repeat;
}
table.assessment td span {
	font-size: 10px;
	color: #eb8f10;
}



/*----------------------------------------------------
	特定商取引法に基づく表記
----------------------------------------------------*/
table.unei {
	margin:10px auto;
	line-height:16px;
	width:480px;
	border-top: 1px solid #ddd;
}
table.unei td {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
table.unei td.tdTitle {
	width:80px;
}

table.unei td.tdSeparate {
	width:10px;
}


/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
table.mailform {
	margin:10px auto;
	width:100%;
}
table.mailform td {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
table.mailform td p {
	padding-right: 10px;
	padding-bottom:2px;
	padding-left:5px;
	height:auto;
	line-height:normal;
	display: block;
}
table.mailform td p.indispensable {
	margin-right:5px;
	padding-right:10px;
	background: url(../img/ico_indispensable.gif) right 3px no-repeat;
}

/*----------------------------------------------------
	ランキング
----------------------------------------------------*/
.contentbox .top_ranking {
	margin:10px auto;
	width:500px;
}
.contentbox .top_ranking ul.ranking {
	margin:40px 0 0;
	width:50px;
	height:auto;
	float:left;
}
.contentbox .top_ranking ul.ranking li {
	padding-top:88px;
	width:46px;
	height:0px;
	display:block;
	overflow:hidden;
	border:2px solid #ddd;
}
.contentbox .top_ranking ul.ranking li#rank1 {
	background:url(../img/top_ranking_rank1.gif) no-repeat;
	border-bottom:0;
}
.contentbox .top_ranking ul.ranking li#rank2 {
	background:url(../img/top_ranking_rank2.gif) no-repeat;
	border-bottom:0;
}
.contentbox .top_ranking ul.ranking li#rank3 {
	background:url(../img/top_ranking_rank3.gif) no-repeat;
}
.contentbox .top_ranking dl.carrier {
	width:150px;
	height:auto;
	display:block;
	overflow:hidden;
	float:left;
}
.contentbox .top_ranking dl.carrier dt {
	width:150px;
	height:40px;
	display:block;
	overflow:hidden;
}
.contentbox .top_ranking dl.carrier dt a {
	padding-top:40px;
	width:150px;
	height:0px;
	display:block;
	overflow:hidden;
}
.contentbox .top_ranking dl.carrier dt#docomo {
	background:url(../img/logo_docomo.gif) no-repeat;
}
.contentbox .top_ranking dl.carrier dt#au {
	background:url(../img/logo_au.gif) no-repeat;
}
.contentbox .top_ranking dl.carrier dt#softbank {
	background:url(../img/logo_softbank.gif) no-repeat;
}
.contentbox .top_ranking dl.carrier dd.rank1,
.contentbox .top_ranking dl.carrier dd.rank2 {
	width:148px;
	height:88px;
	display:block;
	border:2px solid #ddd;
	border-bottom:0;
	border-left:0;
}
.contentbox .top_ranking dl.carrier dd.rank3 {
	width:148px;
	height:88px;
	display:block;
	border:2px solid #ddd;
	border-left:0;
}
.contentbox .top_ranking dl.carrier h3 {
	display:table-cell;
}
.contentbox .top_ranking dl.carrier dd.rank1 a,
.contentbox .top_ranking dl.carrier dd.rank2 a,
.contentbox .top_ranking dl.carrier dd.rank3 a {
	padding:8px 4px;
	width:140px;	
	height:72px;
	font-size:16px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	vertical-align:bottom;
}
.contentbox .top_ranking dl.carrier dd.rank1 em,
.contentbox .top_ranking dl.carrier dd.rank2 em,
.contentbox .top_ranking dl.carrier dd.rank3 em {
	color:#333;
	display:block;
}
.contentbox .top_ranking dl.carrier dd.rank1 a,
.contentbox .top_ranking dl.carrier dd.rank2 a,
.contentbox .top_ranking dl.carrier dd.rank3 a {
	text-decoration:none !important;
}
.contentbox .top_ranking dl.carrier dd.rank1 a:hover,
.contentbox .top_ranking dl.carrier dd.rank2 a:hover,
.contentbox .top_ranking dl.carrier dd.rank3 a:hover {
	text-decoration:none !important;
	background:#ffc;
}
.contentbox .top_ranking dl.carrier dd.more {
	width:150px;
	height:40px;
}
.contentbox .top_ranking dl.carrier dd.more a {
	margin:5px auto 0;
	padding-top:30px;
	width:120px;
	height:0;
	background:url(../img/top_ranking_more.gif) no-repeat;
	display:block;
	overflow:hidden;
}
.contentbox dl.ranking {
	margin:10px auto;
	width:480px;
	height:auto;
	background:#ddd;
	border:1px solid #ddd;
}
.contentbox dl.ranking:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.contentbox dl.ranking dt {
	padding:5px;
	width:60px;
	height:16px;
	background:#eee;
	display:block;
	font-size:12px;
	text-align:center;
	border:1px solid #ddd;
	border-bottom:0;
	float:left;
}
.contentbox dl.ranking dd {
	padding:5px;
	background:#fff;
	border:1px solid #ddd;
	border-bottom:0;
	border-left:0;
	display:block;
	float:left;
}
.contentbox dl.ranking dd.ranking_title {
	width:285px;
	height:16px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.contentbox dl.ranking dd.ranking_price {
	width:100px;
	height:16px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#b31c21;
}

/*----------------------------------------------------
	最新情報
----------------------------------------------------*/
.contentbox_main ul.news {
	padding-bottom:10px;
}
.contentbox_main ul.news li {
	padding:7px 0  6px 25px;
	border-top:1px dashed #ddd;
	background: url(/img/contentbox_li_bg.gif) 7px 7px no-repeat;
	list-style:none;
}
.contentbox_main ul.news li.new {
	border-top:0px dashed #ddd;
}	
	
/*----------------------------------------------------
	左ナビ
----------------------------------------------------*/
#topsideArea {
	width: 220px;
	float:left;
}
#sideArea {
/*	padding-top:3px; */
	width: 220px;
	float:left;
}
#topsideArea h2, #sideArea h2 {
	height:0;
	overflow:hidden;
}
.sidebox {
	margin-bottom:10px;
	width: 220px;
	background: url(/img/sidebox_head_bg.gif) top no-repeat;
}

.sidebox ul {
	padding:10px;
	height:240px;
	width: 200px;
	background: url(/img/sidebox_foot_bg.gif) bottom no-repeat;
}
.sidebox ul li {
	height:29px;
	width: 200px;
	font-weight:bold;
	list-style:none;
}
.sidebox ul li a {
	padding:9px 0 8px 30px;
	height:12px;
	width: 170px;
	display:block;
}

/*----------------------------------------------------
	左ナビ（広告エリア）
----------------------------------------------------*/
#sideArea .adsbox {
	padding:0 !important;
	margin-bottom:10px;
	width: 220px !important;
	background: url(/img/sidebox_head_bg.gif) top left no-repeat;
}
#sideArea .ads {
	padding:0 !important;
	width: 220px !important;
	height:130px;
	background: url(/img/sidebox_foot_bg.gif) bottom left no-repeat;
}
#sideArea .ads iframe {
	margin:20px 10px;
}

/*----------------------------------------------------
	左ナビ（アイコン）
----------------------------------------------------*/
.sidebox ul li.news {
	background: url(/img/ico_news.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}
.sidebox ul li.price {
	background: url(/img/ico_price.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}
.sidebox ul li.beginner {
	background: url(/img/ico_beginner.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}
.sidebox ul li.purchase {
	background: url(/img/ico_purchase.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}
.sidebox ul li.faq {
	background: url(/img/ico_faq.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}
.sidebox ul li.assessment {
	background: url(/img/ico_assessment.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}
.sidebox ul li.rule {
	background: url(/img/ico_rule.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #ddd;
}
.sidebox ul li.mail {
	background: url(/img/ico_mail.gif) 5px 5px no-repeat;
}



/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
.pagetop {
	clear:both;
	margin:10px auto;
	height:15px;
	width:540px;
	display:block;
	float:right;
	text-align:right;
}
.pagetop a {
	padding-right:13px;
	background: url(/img/ico_pagetop.gif) right no-repeat;
	font-size:10px;
	text-align:right;
}
.pagetop a:hover {
	text-decoration:none;
}


/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
	margin:10px auto 0;
	padding:0;
	width:770px;
	clear:both;
	border-top:3px solid #b31c21;
}
#footer .adsbox {
	margin:0px auto;
	border-bottom:3px solid #b31c21;
}
#footer .ads iframe {
	margin:0px;
}
#footer .bn {
	float:left;
}
#footer ul {
	padding-top:10px;
	height:25px;
	color:#221910;
	text-align:center;
	display:block;
	overflow:hidden;
}
#footer ul {
	width:600px;
	text-align:right;
	float:right;
}

#footer li {
	margin-left:5px;
	display:inline;
	list-style:none;
}
#footer li a {
	padding-left:15px;
	background: url(/img/footer_li_bg.gif) no-repeat;
}
#footer p, #footer address {
	width:600px;
	height:15px;
	font-size:10px;
	display:block;
	text-align:right;
	float:right;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}