/* -------------------- 県リスト（2017-04-29追加） */
#contents .area-list ul {
  margin: 0;
  padding: 0;
}
#contents .area-list ul:after {
  content: "";
  display: block;
  clear: both;
}
#contents .area-list ul li {
  background: #F7F7F7;
  border: 1px #666 solid;
  border-radius: 5px;
  list-style: none;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  padding: 0;
}
#contents .area-list ul li span {
  display: inline-block;
  font-size: 1.2em;
  padding: 0.6em 1em;
  width: 60%;
}
#contents .area-list ul li a {
  background: #666;
  color: #FFF;
  display: inline-block;
  text-align: right;
  padding: 0.8em 1.5em 0.8em 0.5em ;
  position: relative;
  width: 40%;
}
#contents .area-list ul li a:hover {
  opacity: 0.8;
}
#contents .area-list ul li a:after {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  box-sizing: content-box;
  top: 40%;
  right: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  height: 4px;
  width: 4px;
}

@media (min-width:730px){
  #contents .area-list ul li {
    float: left;
    margin-left: 3%;
    width: 48%;
  }
  #contents .area-list ul li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
} /* Eo min730 */


/* 骨董品買取強化エリアボタン */
#contents p.btn {
  text-align:center;
  font-size:1.2em;
}
#contents p.btn a {
  display:block;
  width:90%;
  margin:0 auto;
  border-radius:5px;
  background: #2D286A;
  background: -webkit-linear-gradient(top, #49448c, #2D286A);
  background: linear-gradient(#49448c, #2D286A);
  color:#fff;
  line-height:2.5em;
}
#contents p.btn a:hover {
  background: -webkit-linear-gradient(top, #2D286A, #49448c);
  background: linear-gradient(#2D286A, #49448c);
}
@media (min-width:690px){
  #contents p.btn a {
    width:300px;
  }
}

/* -------------------- ５０音順のリスト */

#contents .area-pref dl {
  margin: 0;
}
#contents .area-pref dl dt {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-weight: bold;
  padding-left: 15px;
  margin: 0 0 1em;
}
#contents .area-pref dl dt:first-letter {
  font-size: 1.3em;
}
#contents .area-pref dl dd {
  margin: 0 0 2em;
}

#contents .area-pref ul {
  margin: 0 0 0 0.5em;
}
#contents .area-pref ul li {
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  white-space: nowrap;
  width: auto;
}