@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.5;
	letter-spacing:0.05em;
	color:#666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%; 
} 
body img{border:0;}

ul,ol{
	list-style:none;
	margin:0;
	padding:0;
}

p{
	margin:0;
	padding:0;
}

/*リンク画像透明*/
a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70 )";
	background:#FFF;
}
/*リンク画像透明*/

/*リンク下線無し*/
a{text-decoration:none;}
/*リンク下線無し*/

/*リンク色*/
a:link{color:#0000ff;/*デフォルト*/}
/*リンク色*/

/*リンクhover時下線*/
a:hover{text-decoration:underline !important;} 
/*リンクhover時下線*/



/* ---ClearFix--- */ 
.clearfix:after{
	content: ".";
	display: block;
	 height: 0px;
	 clear: both;
	 visibility: hidden; 
} 
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac \*/ 
* html .clearfix{
	height: 1px; 
} 
.clearfix{
    display: block;
} 
/* ---ClearFix--- */

/*float解除*/
.clear{clear:both;}   
/*float解除*/

.bold{font-weight:bold;}
.red{color:#F00;}
.blue{color:#00F;}
.green{color:#0C0;}
.yellow{color:#FF0;}

/*上下margin*/
.updown-margin10{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.updown-margin15{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.updown-margin20{
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.updown-margin30{
	margin-top:30px !important;
	margin-bottom:30px !important;
}
.updown-margin40{
	margin-top:40px !important;
	margin-bottom:40px !important;
}
.updown-margin50{
	margin-top:50px !important;
	margin-bottom:50px !important;
}
.updown-margin60{
	margin-top:60px !important;
	margin-bottom:60px !important;
}
.updown-margin70{
	margin-top:70px !important;
	margin-bottom:70px !important;
}
/*上下margin*/

/*上下margin*/
.margin-bottom10{
	margin-bottom:10px !important;
}
.margin-bottom15{
	margin-bottom:15px !important;
}
.margin-bottom20{
	margin-bottom:20px !important;
}
.margin-bottom25{
	margin-bottom:25px !important;
}
.margin-bottom30{
	margin-bottom:30px !important;
}
.margin-bottom40{
	margin-bottom:40px !important;
}
.margin-bottom50{
	margin-bottom:50px !important;
}
/*上下margin*/



/* ▼全体センター寄せ▼ */
#container{
	clear:both;
	width:920px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
}
/* ▲全体センター寄せ▲ */



/* ▼ヘッダー▼ */
#header_background{
	background:url(../img/background-header.gif) repeat-x;
	width:100%;
	height:141px;
	margin:0;
	padding:0;
}
#header{
	width:920px;
	height:126px;
	margin:0 auto 0 auto;
	padding:15px 0 0 0;
	line-height:1.5em;	
}
/* ▼ヘッダーロゴ▼ */
p#top-logo{
	display:block;
	width:275px;
	height:77px;
	margin:0 50px 0 0;
	padding:0;
	float:left;
}
/* ▲ヘッダーロゴ▲ */

/* ▼ヘッダーメニュー▼ */
ul#header-menu{
	width:595px;
	height:42px;
	margin:0;
	padding:35px 0 0 0;
	font-size:13px;
	line-height:1.5em;
	color:#FFF;
	float:right;
}
ul#header-menu li{
	display:block;
	margin:0 30px 0 0;
	float:left;
}
ul#header-menu li.header-menu1{
	background:url(../img/arrow-white.jpg) no-repeat;
	height:13px;
	padding:0 0 0 15px;
	line-height:13px;
}
ul#header-menu li.header-menu2{
	background:url(../img/arrow-white.jpg) no-repeat;
	height:13px;
	padding:0 0 0 15px;
	line-height:13px;
}
ul#header-menu li.header-menu3{
	background:url(../img/arrow-yellow.jpg) no-repeat;
	height:13px;
	padding:0 0 0 15px;
	line-height:13px;
	color:#FF0;
}
ul#header-menu li.header-menu4{
	background:url(../img/arrow-white.jpg) no-repeat;
	height:13px;
	margin:0;
	padding:0 0 0 15px;
	line-height:13px;
}
li.header-menu1 a:link,
li.header-menu2 a:link,
li.header-menu4 a:link{color:#FFF;}
li.header-menu1 a:visited,
li.header-menu2 a:visited,
li.header-menu4 a:visited{color:#FFF;}
li.header-menu1 a:hover,
li.header-menu2 a:hover,
li.header-menu4 a:hover{color:#CCC;}
li.header-menu1 a:active,
li.header-menu2 a:active,
li.header-menu4 a:active{color:#CCC;}

li.header-menu3 a:link{color:#FF0;}
li.header-menu3 a:visited{color:#FF0;}
li.header-menu3 a:hover{color:#FF6;}
li.header-menu3 a:active{color:#FF6;}
/* ▲ヘッダーメニュー▲ */


/* ▼ナビ▼ */
#navi{
	clear:both;
	width:920px;
	height:48px;
	margin:0 auto 0 auto;
	padding:0;
	line-height:1.5em;
}	
#navi li{
	margin:0;
	padding:0;
	float:left;
}
/* ▼ロールオーバー▼ */
#navi li#navi1 a,
#navi li#navi2 a,
#navi li#navi3 a,
#navi li#navi4 a,
#navi li#navi5 a{
	display:inline-block;
}
#navi li#navi1 a:hover,
#navi li#navi2 a:hover,
#navi li#navi3 a:hover,
#navi li#navi4 a:hover,
#navi li#navi5 a:hover{
	background-color:transparent;
}
#navi li#navi1 a:hover img,
#navi li#navi2 a:hover img,
#navi li#navi3 a:hover img,
#navi li#navi4 a:hover img,
#navi li#navi5 a:hover img{
	visibility:hidden;
}
li#navi1{
	background:url(../img/navi11.jpg) no-repeat;
	width:184px;
	height:48px;
	margin:0;
	padding:0;
}
li#navi2{
	background:url(../img/navi22.jpg) no-repeat;
	width:184px;
	height:48px;
	margin:0;
	padding:0;
}
li#navi3{
	background:url(../img/navi33.jpg) no-repeat;
	width:184px;
	height:48px;
	margin:0;
	padding:0;
}
li#navi4{
	background:url(../img/navi44.jpg) no-repeat;
	width:184px;
	height:48px;
	margin:0;
	padding:0;
}
li#navi5{
	background:url(../img/navi55.jpg) no-repeat;
	width:184px;
	height:48px;
	margin:0;
	padding:0;
}
/* ▲ロールオーバー▲ */
/* ▲ナビ▲ */
/* ▲ヘッダー▲ */


/* ▼パンくず▼ */
#pankuzu{
	clear:both;
	width:920px;
	margin:0;
	padding:0;
	height:35px;
	line-height:35px;
	font-size:11px;
	color:#666;
}
#pankuzu ol{
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
#pankuzu li{
	display:inline;
	margin:0;
	padding:0;
}
#pankuzu a:link{color:#963;}
#pankuzu a:visited{color:#963;}
#pankuzu a:hover{color:#930;}
#pankuzu a:active{color:#963;}
/* ▲パンくず▲ */



/* ▼トップ検索窓▼ */
#top-search{
	background:#CCC;
	width:920px;
	height:34px;
	margin:0 0 10px 0;
	padding:0;
}
#top-search-form{
	width:480px;
	height:34px;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	line-height:34px;
	float:left;
}
/* form action部分 */	
#top-search-form #top-form-window{
	background:#FFF;
	width:400px;
	height:30px;
	margin:0px 0 0 0;
	padding:0 0 0 10px;
	border:2px solid #09F;
}
#top-search-form #top-search-btn{
	position:absolute;
	margin:0 0 0 -4px;
	padding:0;
} 
/* form action部分 */
p#top-search-text{
	display:block;
	width:420px;
	height:34px;
	margin:0 0 0 20px;
	padding:0;
	font-size:13px;
	line-height:34px;
	float:left;
}	
/* ▲トップ検索窓▲ */


/* ▼スライド▼ */
#slide{
	width:735px;
	height:283px;
	margin:0 0 10px 0;
	padding:0;
	float:left;
}
/* ▲スライド▲ */

/* ▼スライドの右側▼ */
ul#slide_right{
	width:175px;
	height:280px;
	margin:3px 5px 0 5px;
	padding:0;
	line-height:1.4em;
	float:right;
}
ul#slide_right li{
	margin:0;
	padding:0;
}
/* ▲スライドの右側▲ */

/* =======================================
    スライドショー
======================================= */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* slideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}

/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}
/* =======================================
    スライドショー
======================================= */


/* ▼コンテンツ▼ */
#contents{
	clear:both;
	width:920px;
    margin:0 0 100px 0;
	padding:0;
	line-height:1.5em;
}


/* ▼吹き出し▼ */
#contents-top{
	background:url(../img/h1comment.jpg) no-repeat;
	width:761px;
	height:105px;
	margin:0 0 15px 0;
	padding:20px 0 0 159px;
	font-size:14px;
	color:#666;
}
/* h1 */
h1{
	margin:0 0 15px 0;
	padding:0;
	font-size:16px;
	letter-spacing:0.1em;
}
/* h1 */
/* ▲吹き出し▲ */


/* ▼４メニュー▼ */
ul#menu{
	width:920px;
	height:242px;
	margin:0 0 10px 0;
	padding:0;
}
ul#menu li{
	float:left;
	margin:0 5px 0 0;
	padding:0;
	line-height:0.7em;
}
/* ▲４メニュー▲ */


/* ▼他ページへのリンク▼ */
p.next-link{
	clear:both;
	background:url(../img/arrow.jpg) no-repeat;
	width:880px;
	height:21px;
	margin:0 0 20px 20px;
	padding:1px 0 0 20px;
	font-size:16px;
	line-height:22px;
}
p.next-link2{
	clear:both;
	background:url(../img/arrow.jpg) no-repeat;
	width:840px;
	height:21px;
	margin:0 0 20px 60px;
	padding:1px 0 0 20px;
	font-size:16px;
	line-height:22px;
}
/* ▲他ページへのリンク▲ */


/* ▼宅配キット取り寄せ▼ */
.kit-order{
	clear:both;
	width:674px;
	margin:50px 123px 50px 123px;
	padding:0;
	font-size:14px;
	line-height:1.5em;
	
}
.kit-order ul{
	margin:5px 0 0 10px;
	padding:0;
}
.kit-order a{text-decoration:underline;}
.kit-order a:hover{color:#03F;}
/* ▲宅配キット取り寄せ▲ */


/* ▼最短３秒検索、黄色背景▼ */
p#price-check{
	background:url(../img/priceback1.jpg) no-repeat;
	width:670px;
	height:44px;
	margin:0;
	padding:160px 0 0 250px;
	font-size:12px;
	line-height:1.5em;
	letter-spacing:0.1em;
}
/* ▲最短３秒検索、黄色背景▲ */

/* ▼検索窓▼ */
#price-search-window{
	width:900px;
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	line-height:1.5em;
	color:#666;
	border-left:10px solid #FF0;
	border-right:10px solid #FF0;
	border-bottom:10px solid #FF0;
}

/* ▼form action付近▼ */
#search-form{
	background:url(../img/tagheuer-achivement.jpg) no-repeat;
	width:550px;
	height:152px;
	margin:0 0 15px 0;
	padding:80px 0 0 350px;
}
/* ▼form action部分▼ */	
#search-form #form-window{
	background:#FFF;
	width:370px;
	height:44px;
	margin:1px 0 0 0;
	padding:0 0 0 10px;
	border:1px solid #999;
}
#search-form #search-btn{
	position:absolute;
	margin:0 0 0 -3px;
	padding:0;
}  
/* ▲form action部分▲ */	
p#search-form-example{
	margin:10px 0 0 0;
	padding:0;
	font-size:15px;
	line-height:1.5em;
}
/* ▲form action付近▲ */

/* 
--------------------------------------------
--------------------------------------------
index＆junk＆not-move＆kaitori-kakakuは共通
--------------------------------------------
--------------------------------------------
 */
/* ▼買取実績▼ */	
#results{
	clear:both;
	width:900px;
	margin:0;
	padding:0;
}
/* ▲買取実績▲ */
/* 
--------------------------------------------
--------------------------------------------
index＆junk＆not-move＆kaitori-kakakuは共通
--------------------------------------------
--------------------------------------------
 */


/* =======================================
     ▼PHP▼ 
======================================= */
/* ▼PHP買取実績▼ */
.sample-kaitori{
	clear:both;
	width:883px;
	height:100px;
	margin:0 0 10px 0;
	padding:10px 10px 10px 5px;
	border:1px solid #999;
}
.sample-img-box{/*左側画像*/
	width:90px;
	height:122px;
	margin:0 5px 0 0;
	padding:0;
	float:left;
}
.sample-img-box img{
	width: 80px;
	height:80px;
  object-fit: contain;
}
p.control-number{/*管理番号・日付け*/
	width:80px;
	margin:0;
	padding:0;
	color:#CCC;/*薄いグレー*/
	font-size:8px;
	text-align:center;
	line-height:1.3em;
}
p.brand-name{/*ブランド名*/
	margin:2px 0 10px 0;
	padding:0;
	color:#000;/*黒*/
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.1em;
}
p.condition{/*状態*/
	margin:0 0 15px 0;
	padding:0;
	color:#666;/*薄い黒*/
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.1em;
}
.sample-kaitori span.red{/*赤文字金額表示*/
	color:#F00;/*赤*/
	font-weight:bold;
	font-size:14px;
	line-height:1.5em;
	letter-spacing:0.1em;
}
p.next-detail{/*詳細は写真をクリック*/
	margin:0;
	padding:0;
	color:#C63;/*オレンジ*/
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.15em;
}
/* ▲PHP買取実績▲ */
/* =======================================
     ▲PHP▲
======================================= */


/* ▼買取実績詳細▼ */
#results-detail{
	width:640px;
	margin:0 40px 30px 0;
	padding:0;
	float:left;
}
#detail-img{/*左側画像*/
	width:90px;
	height:122px;
	margin:5px 10px 0 0;
	padding:0;
	float:left;
}
#detail-img p.control-number{/*管理番号・日付け*/
	width:80px;
	margin:0;
	padding:0;
	color:#CCC;/*薄いグレー*/
	font-size:8px;
	text-align:center;
	line-height:1.3em;
}
#detail-condition{
	width:540px;
	margin:10px 0 0 0;
	padding:0;
	float:right;
	overflow:hidden;
}
#detail-condition p{/*状態*/
	width:508px;
	height:40px;
	margin:0 0 25px 0;
	padding:10px 10px 10px 20px;
	color:#666;/*薄い黒*/
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.1em;
	border:1px solid #999;
}
#detail-condition span.red{/*赤文字金額表示*/
	color:#F00;/*赤*/
	font-size:14px;
	line-height:1.5em;
	letter-spacing:0.1em;
}

/* ▼詳細ページモデル別買取価格▼ */
#go-by-model{
	width:238px;
	margin:10px 0 0 0;
	padding:0;
	border:1px solid #999;
	float:right;
}
#go-by-model p{
	background-color:#630;
	width:238px;
	height:40px;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	letter-spacing:0.1em;
	color:#FFF;
	border-bottom:1px solid #999;
}
#go-by-model ul{
	width:238px;
	margin:20px 0 20px 0;
	padding:0;
}
#go-by-model li{
	width:228px;
	height:30px;
	margin:0 0 15px 10px;
	padding:0;
	font-size:14px;
	line-height:30px;
}
#go-by-model img{
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
/* ▲詳細ページモデル別買取価格▲ */
/* ▲買取実績詳細▲ */


/* ▼モデル別買取価格▼ */
#by-model{
	clear:both;
	background:url(../img/tagheuer-by-model.jpg) no-repeat;
	width:630px;
	height:260px;
	margin:0 0 15px 0;
	padding:15px 0 0 270px;
}
#by-model h3{
	margin:0 0 20px 0;
	padding:0;
	font-size:30px;
	line-height:1.5em;
	color:#630;
}
#by-model ul{
	margin:0;
	padding:0;
}
#by-model li{
	display:block;
	background:url(../img/arrow.jpg) no-repeat;
	width:600px;
	height:17px;
	margin:0 0 10px 10px;
	padding:2px 0 0 20px;
	font-size:16px;
	line-height:16px;
}
/* ▲モデル別買取価格▲ */
/* ▲検索窓▲ */


/* ▼２つの宅配買取コース▼ */
#deliverback1{
	background:url(../img/deliverback1.jpg) no-repeat;
	width:880px;
	height:170px;
	margin:0;
	padding:110px 0 0 40px;
	font-size:16px;
	line-height:16px;
}
#deliverback1 ul{
	margin:0 0 20px 0;
	padding:0;
}
#deliverback1 li{
	background:url(../img/check-yellow.jpg) no-repeat;
	width:880;
	height:25px;
	margin:0 0 7px 0;
	padding:1px 0 0 26px;
	font-size:20px;
	font-weight:bold;
	line-height:26px;
}	
#deliverback1 p{
	margin:0;
	padding:0;
	font-size:14px;
	color:#F00;
}
/* ▲２つの宅配買取コース▲ */

/* ▼自分で送るコース・宅配キットコース▼ */
ul#course{
	clear:both;
	margin:0;
	padding:0;
	color:#333;
}
/* ▼自分で送るコース▼ */
ul#course li#deliverback2{
	background:url(../img/deliverback2.jpg) no-repeat;
	width:785px;
	height:152px;
	margin:0 0 5px 0;
	padding:260px 0 0 135px;
	font-size:15px;
	line-height:1.4em;
}	
/* ▲自分で送るコース▲ */
/* ▼宅配キットコース▼ */
ul#course li#deliverback3{
	background:url(../img/deliverback3.jpg) no-repeat;
	width:785px;
	height:152px;
	margin:0 0 10px 0;
	padding:260px 0 0 135px;
	font-size:15px;
	line-height:1.4em;
}	
/* ▲宅配キットコース▲ */
ul#course ol.flow{
	margin:0 0 15px 0;
	padding:0;
}
ul#course ol.flow li{
	display:block;
	width:175px;
	height:50px;
	margin:0 13px 0 0;
	padding:0;
	letter-spacing:0.1em;
	float:left;
}
ul#course p{
	clear:both;
	background:url(../img/arrow.jpg) no-repeat;
	width:765px;
	height:18px;
	margin:0 0 15px 0;
	padding:1px 0 0 20px;
	font-size:15px;
	line-height:19px;
}
ul#course a:link{
	text-decoration:underline;
	color:#00F;
}
ul#course a:hover{
	color:#06F;
}
/* ▲自分で送るコース・宅配キットコース▲ */


/* ▼下部メニュー▼ */
ul.bottom-menu{
	width:720px;
	height:118px;
	margin:50px 95px 50px 105px;
	padding:0;
}
ul.bottom-menu li{
	width:230px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}
/* ▲下部メニュー▲ */


/* ▲コンテンツ▲ */



/* ▼フッター上の ページトップへ▼ */	
#footer-pagetop{
	clear:both;
	margin:0 5px -5px 0;
	padding:0;
	line-height:1.5em;
	text-align:right;
}
/* ▲フッター上の ページトップへ▲ */	



/* ▼フッター▼ */
#footer-background{
	background:url(../img/background-footer.jpg) repeat-x;
	clear:both;
	width:100%;
	height:245px;
	margin:0;
	padding:0;
}
#footer{
	width:920px;
	height:245px;
	text-align:left;
	margin:0 auto 0 auto;
	padding:0;
	font-size:11px;
	line-height:1.5em;
	color:#FFF;
}
/*フッターリンクの色*/
#footer a{text-decoration:none;}
#footer a:link{color:#FFF;}
#footer a:visited{color:#FFF;}
#footer a:hover{color:#999;}
#footer a:active{color:#FFF;}
/*フッターリンクの色*/


#footer-left{
	width:240px;
	height:225px;
	margin:0 20px 0 0;
	padding:0;
	float:left;
}
#footer-left ul{
	margin:10px 0 0 40px;
	padding:0;
}
#footer-left li{
	margin:0 0 10px 0;
	padding:0;
}

#footer-right{
	width:660px;
	height:175px;
	margin:50px 0 0 0;
	padding:0;
	float:right;
}
ul.footer-right-top{
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
}
ul.footer-right-top li{
	display:inline;
	margin:0 30px 10px 0;
	padding:0;
}
ul#footer-right-bottom{
	margin:25px 0 10px 0;
	padding:0;
}
ul#footer-right-bottom li{
	display:block;
	width:213px;
	margin:0 0 10px 0;
	padding:0;
	float:left;
}

p#copyright{
	clear:both;
	margin:0;
	padding:0;
	font-size:12px;
	text-align:center;
}
/* ▲フッター▲ */