@charset "UTF-8";
/* 全体の初期設定 */
*{
margin:0px;
padding:0px;
text-decoration:none;
background-repeat:no-repeat;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

@media only screen and (min-width:1100px){
    span.anchorlink {
       position: relative;
       top: -200px;
       display: block;
    }
}

ul , li{
list-style:none;
}
img{
vertical-align:bottom;
border:none;
}
body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
font-size:12px;
text-align:center;
background-color:#ffffff;
color:#000000;
margin:0px;
padding:0px;
}
h1 , h2 , h3 , h4 , h5 , h6{
font-size: 100%;
}

/* floatの解除設定 */
.clearfix:before , .clearfix:after{
content: " ";
display:table;
}
.clearfix:after{
clear:both;
}
.clearfix{
*zoom:1;
}



.wrap {
width:100%
height:auto;
margin:0 auto;
margin-top:220px;
}

/* 上部*/

/* タイトル*/
.title_wrap{
width:1100px;
margin:0 auto;
}

.title{
width:1100px;
height:36px;
margin:50px 0px 50px 0px;
background-image: url("images/border.png");
}

.title h2{
width:100px;
height:36px;
line-height:36px;
font-size:20px;
background-color:#fff;
margin:0 auto;
}

/* 買取品目*/
.list{
width:100%;
background-color:#FFFBF1;
}
.list_wrap{
padding:30px 0px 30px 0px;
width:990px;
height:auto;
margin:0 auto;
overflow:hidden;
}
.list_wrap ul{
width:990px;
height:auto;
margin:0 auto;
}
.list_wrap li{
margin:0px 16px 16px 0px;
width:314px;
height:100px;
background-color:#fff;
float:left;
}

.list_wrap li img{
-webkit-filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

/* 買取品目詳細*/

.list2{
width:980px;
margin-right: auto;
margin-left : auto;
background-image: url("images/border.png");
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:40px;
}

/*基礎構成*/
.box_main{
background-image: url("images/border.png");
background-repeat:no-repeat
background-position:left top;
padding-top:40px;
width:100%;
}

.box_photo{
float:left;
width:225px;
height:280px;
padding-left:30px;
overflow: hidden;
position: relative;
}

.box_photo img {
  width:200px;
  height:auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  }

.box_txt_1{
text-align:left;
width:755px;
min-height:280px;
height:auto !important;
height:280px;
float:left;
background-image: url("images/border2.png");
background-repeat:no-repeat
background-position:left top;
padding:20px 5px 20px 50px;
word-wrap: break-word;
}

.box_txt_1 .box_height > p{
letter-spacing: -0.1 em;
font-size:27px;
margin-bottom:15px
}

.box_txt_2{
text-align:left;
width:510px;
font-size:16px;
word-wrap: break-word;
}

.box_height{
padding-top:20px;
min-height:280px;
height:auto !important;
height:280px;
}


/* 背景画像切り替え*/

#box_bg_gold{
background-image: url("images/list2_gold.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_dia{
height:280px;
background-image: url("images/list2_dia.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_bag{
height:280px;
background-image: url("images/list2_bag.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_watch{
height:280px;
background-image: url("images/list2_watch.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_cup{
height:280px;
background-image: url("images/list2_cup.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_plate{
height:280px;
background-image: url("images/list2_plate.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_art{
height:280px;
background-image: url("images/list2_acc.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_stamp{
height:280px;
background-image: url("images/list2_stamp.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_min{
height:280px;
background-image: url("images/list2_min.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_mon{
height:280px;
background-image: url("images/list2_mon.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_money{
height:280px;
background-image: url("images/list2_money.jpg");
background-position:right top;
background-size: contain;
}

#box_bg_china{
height:280px;
background-image: url("images/list2_china.jpg");
background-position:right top;
background-size: contain;
}

.hanbai_txt {
  text-align: center;
  margin: 20px auto 40px;
}

.hanbai_txt p {
  font-size: 16px;
  line-height: 1.8;
}
