@charset "UTF-8";
/* CSS Document */

/*
==================================================================
* パン屑
==================================================================
*/

div#pankuzu {
	text-align: right;
	margin-bottom: 5px;
}


/*
==================================================================
* コンテンツタイトル
==================================================================
*/

div.contsttl{
	background: url("http://image.kaitoriman.jp/images/bg_contsttl.gif") no-repeat;
	width: 100%;
	height: 46px;
	margin-bottom: 25px;
	padding: 20px 12px 0 12px;
	color: #fff;
}

div.contsttl h2{
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

.section {
	width:690px;
	text-align:left;
	margin:0;
	padding:0;
	line-height:160%;
	clear:left;
}
/*
==================================================================
* オーダー
==================================================================
*/
#order_ttl {
	padding: 10px;
	border-bottom: 1px dashed #333;
}
p#inq {
	font-size: 110%;
	margin-top: 15px;
}
input#inq {
	font-size: 110%;
}
select#inq {
	font-size: 110%;
}
table#inqform{
	color: #333333;
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 1px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	vertical-align: top;
}
td#inqlbl {
	width: 140px;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #00054B;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
	text-align: left;
	text-decoration: bold;
}
td#inqlbl a {
	color: #fff;
}
td#inqval {
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	text-align: left;
}
td#inqinfo {
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #dee9ff;
	vertical-align: top;
	text-align: left;
	color: #cc0000;
}
div#kiyaku{
	margin:0;
	padding:0;
	color:#fff;
	font-size:85%;
	border: 1px solid #CCCCCC;
}

div#kiyakutexts{
	font-size:85%;
	text-align: left;
}


/*
==================================================================
* ご利用手順
==================================================================
*/

div#tab {
	width: 710px;
	height: 45px;
	background: url("http://image.kaitoriman.jp/images/bg_tab.gif") repeat-x;
	position: relative;
	margin-bottom: 15px;
}

div#tab img#tab1 {
	position: absolute;
	left: 15px;
}

div#tab img#tab2 {
	position: absolute;
	left: 225px;
}

div#tab img#tab3 {
	position: absolute;
	left: 435px;
}

div#first_copy {
	width: 680px;
	height: 140px;
	margin: 0 15px 30px 15px;
	background: url("http://image.kaitoriman.jp/images/ph_watch.jpg") no-repeat right;
}

div#first_copy img#copy {
	margin-top: 35px;
}

div#first_step1 {
	width:　680px;
	height: 180px;
	background:url("http://image.kaitoriman.jp/images/first_step_1.gif") no-repeat;
	margin: 0 15px 0 15px;
	position: relative;
}

div#first_step1_txt {
	width: 555px;
	position: absolute;
	left: 110px;
	top: 15px;
}

div#first_step2 {
	width:　680px;
	height: 126px;
	background:url("http://image.kaitoriman.jp/images/first/first_step_2.gif") no-repeat;
	margin: 0 15px 0 15px;
	position: relative;
}

div#first_step2_txt {
	width: 380px;
	position: absolute;
	left: 110px;
	top: 15px;
}

div#first_step3 {
	width:　680px;
	height: 108px;
	background:url("http://image.kaitoriman.jp/images/first_step_3.gif") no-repeat;
	margin: 0 15px 0 15px;
	position: relative;
}

div#first_step4 {
	width:　680px;
	height: 108px;
	background:url("http://image.kaitoriman.jp/images/first_step_4.gif") no-repeat;
	margin: 0 15px 0 15px;
	position: relative;
}

div#first_step34_txt {
	width: 380px;
	position: absolute;
	left: 110px;
	top: 30px;
}

div.arw_down {
	width:　58px;
	height: 30px;
	background:url("http://image.kaitoriman.jp/images/arw_down.gif") no-repeat;
	margin-left: 15px;
}

div#schedule {
	width: 680px;
	margin: 30px 15px 0 15px;
}

div#schedule img {
	margin-bottom: 10px;
}

/*
==================================================================
* 買取価格差
==================================================================
*/
.difference {
	width: 680px;
	float: center;
	text-align: left;
	margin: 0 15px 10px 15px;
	padding:0;
}
.difference .photo {
	margin: 0 10px 0 0;
	padding:0;
}
.difference .txt {
	margin: 10px;
	padding: 0;
}
.difference .imgLeft {
	margin: 20px 0 5px 0 ;
	padding: 0;
}
.difference img.graph {
	margin: 20px 0 0 0;
	padding: 0;
}
.difference img#img02 {
	margin: 20px 0 35px 0;
	padding: 0;
}
.difference span {
	font-weight: bold;
	font-size: 110%;
}


/*---------------------------------------------------
/*ページトップ
/*---------------------------------------------------*/
div.pagetop {
	clear:left;
	width:43px;
	height:24px;
	text-align:right;
	margin:0 0 3px auto;
	padding:10px 0 0 0;
}
*html body div.pagetop {				/*IE6 CSS hack*/
	width:630px;
}
img.back {
	display: none;
	position: absolute;
}
.pagetop a:hover {
	position:relative;
}
.pagetop a:hover .back {
	display: block;
	position:absolute;
	top:0px;
	left:0px;
}
html>/**/body .pagetop a:hover .back {		/*Firefox CSS hack*/
	display: block;
	position:absolute;
	top:-5px;
	left:0px;
}

/*
==================================================================
* ブランド一覧
==================================================================
*/
#brand_list_sttl {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}
.brand_bold {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
td.brand_line {
	border-bottom: dashed 1px #999;
	padding: 20px 0 20px 0;
}
td.brand_line span {
	margin: 0 30px 0 0;
	white-space: nowrap;
	font-size: 85%;
}
td.brand_line img {
	margin: 0 50px 0 20px;
}


/*
==================================================================
* 来店でのご利用
==================================================================
*/
div#store_step2 {
	width:　680px;
	height: 108px;
	background:url("http://image.kaitoriman.jp/images/store/store_step_2.gif") no-repeat;
	margin: 0 15px 0 15px;
	position: relative;
}

div#store_step2_txt {
	width: 380px;
	position: absolute;
	left: 110px;
	top: 20px;
}

div#store_step3 {
	width:　680px;
	height: 130px;
	background:url("http://image.kaitoriman.jp/images/store/store_step_3.gif") no-repeat;
	margin: 0 15px 0 15px;
	position: relative;
}

div#store_step3_txt {
	width: 380px;
	position: absolute;
	left: 110px;
	top: 20px;
}

div#inquiry {
	width:　660px;
	height: 140px;
	margin: 30px 15px 15px 15px;
	padding: 10px;
	background: url("http://image.kaitoriman.jp/images/store/inquiry_ttl.gif") no-repeat center 20px;
	border: solid 1px #7a0006;
	position: relative;
}
div#inquiry  img {
	position: absolute;
	top: 90px;
	left: 154px;
}

/********************************************************/
/** ■　会社概要                                      **/
/******************************************************/
#company {
	width: 690px;
	float: center;
	text-align: left;
	margin: 10px;
	padding:0;
}
.com_txt {
	border-top: dashed 1px #cccccc;
	text-align:left;
	margin:0;
	padding:0;
	line-height:160%;
	clear:left;
}
.com_txt_last {
	border-top: dashed 1px #cccccc;
	margin:0 0 40px 0;
	padding:0;
	line-height:160%;
	clear:left;
}
.com_txt .map_icon {
	text-align:right;
	vertical-align:middle;
}
/* テキスト:左 */
.com_txt .l_txt,  .com_txt_last .l_txt {
	float:left;
	margin:0;
	padding:10px 0;
	width:150px;
	font-weight:bold;
	color: #00043c;
}
/* テキスト:真ん中 */
	.com_txt .m_txt {
	float:left;
	margin:0;
	padding:5px 0;
	width:153px;
	border-bottom: dashed 1px #cccccc;
}
.com_txt .m_txt_s {
	float:left;
	margin:0 0 0 165px;
	padding:5px 0;
	width:153px;
	border-bottom: dashed 1px #cccccc;
}
.com_txt .m_txt_l,  .com_txt_last .m_txt_l {
	float:left;
	margin:0;
	padding:10px 0;
	width:520px;
}
.com_txt .m_txt_b {
	float:left;
	margin:0 0 0 165px;
	padding:5px 0;
	width:153px;
}
/* テキスト:右 */
.com_txt .r_txt {
	float:left;
	margin:0;
	padding:5px 0;
	border-bottom: dashed 1px #cccccc;
}
.com_txt .r_txt_s {
	float:left;
	margin:0 0 0 318px;
	padding:5px 0;
	border-bottom: dashed 1px #cccccc;
}
.com_txt .r_txt_b {
	float:left;
	margin:0 0 0 318px;
	padding:5px 0;
}
*html body .com_txt .r_txt_b {
	float:left;
	margin:0 0 0 160px;
	padding:5px 0;
}
.com_txt .r_txt_b2 {
	float:left;
	margin:0;
	padding:5px 0;
}
.com_txt .r_txt_l,  .com_txt_last .r_txt_l {
	float:left;
	margin:0;
	padding:5px 0;
	border-bottom: dashed 1px #cccccc;
}
/*--- IE6対応 ---*/
	*html body .com_txt .m_txt_s {
	float:left;
	margin:0 0 0 83px;
	padding:5px 0;
	width:153px;
	border-bottom: dashed 1px #cccccc;
}
*html body .com_txt .m_txt_b {
	float:left;
	margin:0 0 0 83px;
	padding:5px 0;
	width:153px;
}
*html body .com_txt .r_txt {
	width:392px;
}
*html body .com_txt .r_txt_s {
	float:left;
	margin:0 0 0 160px;
	padding:5px 0;
	width:392px;
	border-bottom: dashed 1px #cccccc;
}
/* MAP */
	.map {
	margin:5px auto;
}
/* PHOTO */
#photo {
	margin:5px auto 20px auto;
	overflow:hidden;
}
*html body #photo {
	height:1%;
}
.photo_l {
	margin: 15px 20px 15px 0;
	padding:0;
	float:left;
}
.photo_r {
	margin: 15px 0;
	padding:0;
	float:left;
}
/*運営者*/
.manager {
	float:right;
	height:auto;
	padding:0;
	margin:0;
}
.mng_txt {
	float:left;
	margin:0;
	padding:10px 0 15px 10px;
	width:170px;
}

.mng_photo_txt {
	font-size:95%;
	line-height:130%;
}

img.mng_comb_photo {
	padding: 10px 10px 0 0;
}
.mng_comb_txt {
	padding: 10px 0 0 0;
}

/********************************************************/
/** ■　沿革                                          **/
/******************************************************/
.h_year {
	margin:0;
	padding: 0 0 5px 0;
	font-weight:bold;
	color: #00043c;
	border-bottom: dashed 1px #cccccc;
}
.h_date {
	float:left;
	text-align:right;
	color: #9a5000;
	margin:0;
	padding:3px 25px 3px 0;
	width:140px;
}
*html body .h_date {			/* IE6だけ適用 */
	float:left;
	text-align:right;
	margin:0;
	padding: 5px 25px 3px 0;
	width:165px;
}
.h_txt {
	float:left;
	margin:0 0 15px 0;
	padding: 5px 0;
	width:520px;
}
.h_txt2 {
	float:left;
	margin:0;
	padding: 5px 0;
	width:520px;
}
.h_txt_last {
	float:left;
	margin:0 0 35px 0;
	padding: 5px 0;
	width:520px;
}
/********************************************************/
/** ■　メディア掲載実績                                          **/
/******************************************************/
div#media {
	padding: 15px;
	border: solid 1px #00043c;
	margin-bottom: 30px;
}
#media_ttl {
	font-size: 16px;
	font-weight:bold;
	color: #00043c;
	margin-bottom: 10px;
}
div#media img {
	margin: 15px 0 15px 0;
}
p.m_list {
	margin:0;
	padding: 0 0 15px 0;
	font-weight:bold;
}
dt.m_date {
	float: left;
	text-align:right;
	width:150px;
	padding: 7px 25px 7px 0;
	color: #9a5000;
	border-bottom: dashed 1px #cccccc;
}
dd.m_txt {
	text-indent: 5px;
	padding: 7px 10px 7px 0;
	border-bottom: dashed 1px #cccccc;
}
/*
==================================================================
* コピーについて・利用規約
==================================================================
*/
div#kiyaku_txt {
	padding: 15px;
	line-height: 180%;
}
p.h180 {
	padding-bottom: 15px;
	line-height: 180%;
}
div#kiyaku_txt p.kiyakuttl {
	font-size: 110%;
	font-weight: bold;
	margin-top: 15px;
}
span.red_txt {
	color: #7a0006;
}
div#kiyaku_txt h3 {
	font-size: 110%;
	font-weight: bold;
}
div#kiyaku_txt ul {
	margin: 0 0 10px 30px;
}

span.red{
	color: #cc0000;
	font-size: 120%;
}

/*********************************************************
*個人情報保護のページ
*********************************************************/
.prv_txt{
	width:680px;
	height:200px;
	text-align:left;
	background-color: #dce8ff;
	}
.prv_img {
	float:left;
	width:300px;
	height:170px;
	margin:10px 0 0 25px;
}
.prv_subtxt {
	float:right;
	width:330px;
	font-size:96%;
	line-height:160%;
	margin:20px 10px 10px 10px;
	color:#00043c;
	letter-spacing:2px;
}
p#privacy_txt {
	margin-top: 25px;
	text-align: center;
}


/*********************************************************
*ブランド別
*********************************************************/
h4.brand_d_sttl {
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0 10px 0;
}
img#watch_img {
	float: right;
	margin-left: 15px;
}

/*********************************************************
*外国語
*********************************************************/
div#google_map {
	text-align: center;
	margin-top: 30px;
}
img.imgright {
	float: right;
	margin-left: 10px;
}
#tel_number {
	font-weight: bold;
	font-size: 150%;
	line-height: 180%;
	margin: 15px 0 10px 0;
}
img#airport_map {
	margin-top: 20px;
}


