@charset "utf-8";
/* ab商品コードをフッター下部へ表示したため、デフォルトスタイルを記載 */
div.agencies {
  margin-bottom: 25px;
  padding: 20px;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  behavior: url("/store/css/border-radius.htc");
}

/* 仕様書の出力は非表示 */
#step4 .button a.button-specification {
  display: none;
}

div.agencies dt,
div.agencies dd {
  float: left;
  height: auto;
  line-height: 35px;
}

div.agencies dd {
  color: #000;
  font-size: 2em;
  font-weight: bold;
  margin-left: 1em;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}

div.brj {
  background-color: #e5e5e5;
}
div.brj dd {
  height: auto;
}


/* bottom_area */
.bottom_area {
  background-color: #413737;
  color: #fff;
  text-align: center;
  padding: 25px 15px;
}
.bottom_area .desc {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bottom_area .order {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  min-width: 330px;
  margin-left: 5px;
  margin-right: 5px;
}
/* bg color */
.bottom_area .active .order {
  background-color: #E40B05;
  cursor: pointer;
}
.bottom_area a.active .order:hover {
  background-color: #e02e29;
}
.bottom_area a {
  cursor: auto;
}
.bottom_area .order {
  background-color: #777;
}

/* matching_info */
.matching_info label {
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 19px;
}

/* usappy_footer */
#brj_footer {
  min-width: 960px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width:1000px) {
  #brj_footer {
    min-width: 100%;
  }

}

@media screen and (max-width:768px) {

  .bottom_area .matching_info_net_link {
    display: block;
  }
  .bottom_area .matching_info_shop_link {
    display: block;
    margin-bottom: 10px;
  }

}
@media screen and (max-width:414px) {
  .bottom_area .desc {
    font-size: 20px;
  }
  .bottom_area .order {
    min-width: 280px;
    font-size: 20px;
  }
  .matching_info label {
    font-size: 15px;
  }

}
@media screen and (max-width:374px) {
  .bottom_area .desc {
    font-size: 16px;
  }
  .bottom_area .order {
    font-size: 16px;
    min-width: 240px;
  }

}
