@charset "euc-jp";
/* グーバイクピット */
/* -------------------------
地図を見るボタン設置
------------------------- */
#gbp #shop_contents .shop_date dd.first {
  position: relative;
  padding: 10px 125px 10px 8px;
}

#gbp #shop_contents .shop_date dd.first span.btn_map {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 12px;
  padding: 5px 13px 4px 36px;
  background: url("/newbike/static/goobike/common/img/iphone/icon_map_sp.png") no-repeat 11px center #0fb2fe;
  background-size: 11px 18px;
	-moz-background-size: 11px 18px;
	-webkit-background-size: 11px 18px;
  color: #fff;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
  box-shadow: 0px 1px 3px 0px #a5a5a5;
	-moz-box-shadow: 0px 1px 3px 0px #a5a5a5;
	-webkit-box-shadow: 0px 1px 3px 0px #a5a5a5;
}

#gbp #shop_contents .review_box_head {
  padding-bottom: 0;
}

#gbp #shop_contents .review_synthesis dl:last-child {
  border: none;
}
#gbp #shop_contents .review_synthesis .synthesis {
  width: 185px;
  padding-right: 10px;
}
#gbp #shop_contents .review_synthesis .synthesis dt,
#gbp #shop_contents .review_synthesis .synthesis dd {
  display: inline-block;
  vertical-align: middle;
}
#gbp #shop_contents .review_synthesis .synthesis dt {
  margin-bottom: 5px;
}
#shop_contents .review_synthesis .synthesis dd img {
  /*margin-right: 5px;*/
}

/* #22382 START by xa_rendd 20190116 アフター契約かつグーバイク鑑定加盟店 */
#gbp #shop_contents .review_synthesis .works {
  color: #333;
  text-align: center;
  font-size: 14px;
}

#gbp #shop_contents .review_synthesis .works hr {
  background-color: #ffc600;
  border: none;
  height: 1px;
}
/* #22382 END by xa_rendd 20190116 アフター契約かつグーバイク鑑定加盟店 */

/* -------------------------
タブ
------------------------- */
#gbp .tab {
  margin-top: 0;
}

#gbp .tab .tab_controll {
  margin-bottom: 20px;
}


/* -------------------------
コンテンツ
------------------------- */
#gbp #content h2 {
  height: auto;
  margin-bottom: 0;
}

#gbp .shop_btn_group {
  padding: 0;
}

/* review */
#gbp .review_box_main {
  padding-top: 0;
}
#gbp #review_search .terms select.active {
  background: #ffe5e5;
}
#gbp #review_search .terms_category label.check {
  color: #ff0000;
  box-shadow: 0px 0px 0px 1px #ff0000;
}
/* - review_search */
#gbp #review_search .terms_category label > i:before {
  background-image: url(/newbike/static/goobike/user_review/img/gbp/icon_review_cat_40x.png);
}
#gbp #review_search .review_search_foot {
  padding: 10px 10px 20px;
}
#gbp #review_search #btn_search {
  position: relative;
  width: 100%;
  height: 55px;
  background-color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#gbp #review_search #btn_search::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(/newbike/static/goobike/common/img/iphone/icon_search_large.png) center no-repeat;
}
