@charset "UTF-8";
/*////////////////////////////////////////////////////////////

- shop_step2.css


[Base]
  content
[Size Large]
  content
[Size Mobile]
  content
[Size Smart Phone]
  content


--------------------------------------------------------------


[font-size]

10px : 77%
11px : 85%
12px : 93%
13px : 100%
14px : 108%
15px : 116%
16px : 123.1%
17px : 131%
18px : 138.5%
19px : 146.5%
20px : 153.9%
21px : 161.6%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%

////////////////////////////////////////////////////////////*/

/*############################################################

[Base]

############################################################*/

/*==================================================

content
==================================================*/
#shopsearchIndex #content.area_select #area_select .area_list{
  display: none;
}

#shopsearchIndex #content.area_select #area_select .area_list,
#shopsearchIndex #content.area_select #btnBackBrandSelect,
#shopsearchIndex #content.area_select #selected_brands{
  font-size: 108%;
}


#shopsearchIndex #content.area_select #selected_brands p{
  margin-bottom: 25px;
}


#shopsearchIndex #content.area_select .step2BrandList{
  margin-bottom: 50px;
}
#shopsearchIndex #content.area_select .step2BrandList li{
  margin: 0 0 0 15px;
  float: left;
}
#shopsearchIndex #content.area_select .step2BrandList{
  margin: 0 0 20px 0;
  display: table;
  width: 100%;
}

#shopsearchIndex #content.area_select .step2BrandList .brand_logo{
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 90px;
  padding-right: 20px;
  font-weight: bold;
}

#shopsearchIndex #content.area_select .step2BrandList .brand_logo img{
  width: 90px;
  height: auto;
  border: solid 1px #ededed;
}

#shopsearchIndex #content.area_select .step2BrandList .brand_ttl,
#shopsearchIndex #content.area_select .step2BrandList .brand_link {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 15px;
}
#shopsearchIndex #content.area_select .step2BrandList .brand_ttl{
  font-weight: bold;
}
#shopsearchIndex #content.area_select .step2BrandList .brand_link a{
  color: #bbb;
}
#shopsearchIndex #content.area_select .step2BrandList .brand_link a:hover,
#shopsearchIndex #content.area_select .step2BrandList .brand_link a:focus,
#shopsearchIndex #content.area_select .step2BrandList .brand_link a:hover:after,
#shopsearchIndex #content.area_select .step2BrandList .brand_link a:focus:after{
  color: #01267E;
}

#shopsearchIndex #content.area_select .step2BrandList .brand_link ul{
  float: right;
}

#shopsearchIndex #content.area_select .step2BrandList .brand_link a:after {
  content: "\279c";
  margin-left: 2px;
  line-height: 1;
  color: #bbb;
  font-family: "WhiteSymbols-Regular";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#shopsearchIndex #content .navi_shop dl{
  margin-bottom: 10px;
  background: none;
  text-align: center;
  margin-top: -25px;
}

#shopsearchIndex #content.area_select .shop_right{
  margin-right: -20px;
}

#shopsearchIndex #content.area_select #area_select{
  margin-top: 55px;
  float: none;
  clear: both;
}

#shopsearchIndex #content.area_select #area_select .area_about{
  clear: both;
}

#shopsearchIndex #content.area_select #area_select .area_detail{
  width: 100%;
}

#shopsearchIndex #content.area_select #area_select .area_pref{
  width: 100%;
  text-align: center;
  float: left;
  border-top: solid 1px #ccc;
  padding: 5px 0 0;
}

#shopsearchIndex #content.area_select #area_select .Replace{
  height: 40px;
  line-height: 40px;
  text-align: left;
  width: 22%;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

#shopsearchIndex #content.area_select #area_select .area_detail{
  margin-bottom: 50px;
}

/* .prefectures_list li input
--------------------------------------------------*/
#shopsearchIndex #content .navi_shop.shop_side_navi{
  float: right;
}
#shopsearchIndex #content .prefectures_list{
  width: 78%;
  float: left;
}


#shopsearchIndex #content .prefectures_list li{
  height: 40px;
  position: relative;
  line-height: 40px;
  float: left;
  width: 13%;
  margin-right: 1.285%;
  margin-bottom: 5px;
}

#shopsearchIndex #content .prefectures_list li button{
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  -ms-appearance:none;
  appearance:none;
  border: none;
  outline: none;
  background: none;
  display: block;
  width: 86%;
  width: 89.5%\9;
  height: 40px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}
#shopsearchIndex #content .prefectures_list li button:hover{
  background: #ccc;
  color:#fff;
}

#shopsearchIndex #content .Replace button{
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  -ms-appearance:none;
  appearance:none;
  border: none;
  background: none;
  outline: none;
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 120px;
  text-align: left;
  color: #000;
}
#shopsearchIndex #content .Replace button:hover{
  background: #ccc;
  color:#fff;
}
#shopsearchIndex #content .Replace.disable button{
  color: #B7B7B7;
}

#shopsearchIndex #content .Replace.disable button:hover{
  background: none;
}

#shopsearchIndex #content .prefectures_list li.hover{
  color: #fff;
}
#shopsearchIndex #content .prefectures_list li.hover button{
  background-color: #ccc;
  color: #fff;
}

#shopsearchIndex #content .prefectures_list li.disable{
  cursor: default;
  color: #B7B7B7;
}
#shopsearchIndex #content .prefectures_list li.disable button{
  color: #B7B7B7;
  cursor: auto;
}
#shopsearchIndex #content .prefectures_list li.disable button:hover{
  background: none;
  color: #B7B7B7;
}

/*############################################################

[Size Large]

############################################################*/

/*==================================================

content
==================================================*/
#shopsearchIndex.size_large #content.area_select #area_select{
  clear: none;
}

#shopsearchIndex.size_large #content.area_select{
  width: 100%;
}

#shopsearchIndex.size_large #content.area_select #area_select.shop_right{
  width: 75%;
  float: right;
}

#shopsearchIndex.size_large #content.area_select .step2BrandList{
  margin: 0 0 20px 0;
  display: table;
  width: 100%;
}
#shopsearchIndex.size_large #content .navi_shop dl{
  margin-top: 0;
  margin-bottom: 0;
}


/*############################################################

[Size Mobile]

############################################################*/

/*==================================================

content
==================================================*/
#shopsearchIndex.size_mobile #content.area_select #area_select{
  margin-top: 110px;
  float: none;
}

#shopsearchIndex.size_mobile #content.area_select .navi_shop dl{
  margin-bottom: 16px;
}

#shopsearchIndex.size_mobile #content.area_select .navi_shop dt{
  margin-bottom: 14px;
}
#shopsearchIndex.size_mobile #content.area_select .navi_shop .navi_shop_description{
  display: none;
}

#shopsearchIndex.size_mobile #content.area_select #selected_brands{
  padding: 8px 5px 20px 5px;
  background-color: #bbb;
  color: #fff;
  position: relative;
}
#shopsearchIndex.size_mobile #content.area_select .step2BrandList{
  margin: 0 0 20px 0;
  display: table;
  width: 100%;
}

#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_logo{
  padding-right: 10px;
  font-weight: bold;
}

#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_logo img{
  width: 100%;
}

#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_ttl{
  display: table-cell;
  *display: inline;
  *zoom: 1;
  padding-bottom: 40px;
  font-size: 15px;
}
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_ttl2{
  display: table-cell;
  *display: inline;
  *zoom: 1;
  text-align:center;
  padding-top:15px;
  font-weight:bold;
  font-size: 15px;
}

#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
}

#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_ttl{
  font-weight: bold;
  font-size: 15px;
}
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link a{
  color: #bbb;
}
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link ul{
  float: right;
  width: 70%;
}
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link ul li{
  float: left;
  width: 46%;
  margin-left: 4%;
  background: none;
  display: inherit;
}
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link ul li a{
  display: block;
  text-align: center;
  padding: 5px 3px;
  background: #fff;
  min-width: 6em;
}


#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link a:after {
  content: "";
  margin-left: 0;
  line-height: 0;
}
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link a:hover,
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link a:focus,
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link a:hover:after,
#shopsearchIndex.size_mobile #content.area_select .step2BrandList .brand_link a:focus:after{
  color: #01267E;
}

#shopsearchIndex.size_mobile #content .prefectures_list li button{
  padding: 0;
  width: 100%;
  text-align: center;
  height: 3em;
  font-size: 15px;
  color: #000;
}

#shopsearchIndex.size_mobile #content.search_result .logoTable .brand_link ul li a:after{
  content:"";
  margin-left: 0;
  line-height: 0;
}



#shopsearchIndex.size_mobile #content.area_select #selected_brands p{
  margin-bottom: 8px;
}

#shopsearchIndex.size_mobile #content.area_select #selected_brands:after{
  content: ' ';
  width: 0;
  height: 0;
  margin-left: -10px;
  position: absolute;
  border-top: 10px solid #bbb;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 100%;
  left: 50%;
}

#shopsearchIndex.size_mobile #content.area_select .step2BrandList{
  width: 96%;
  margin: 0 auto;
  position: relative;
}

#shopsearchIndex.size_mobile #content.area_select .shop_right .area_select{
  clear: both;
  width: 100%;
}

#shopsearchIndex.size_mobile #content.area_select .shop_right .Replace{
  width: 100%;
}

#shopsearchIndex.size_mobile #content.area_select .mobile_select_wrapper{
  display: none;
}

#shopsearchIndex.size_mobile #content.area_select #selectedArea{
  text-align: center;
  padding: 0 8px 20px 10px;
  font-size: 20px;
  background-color: #222;
  clear: both;
}

#shopsearchIndex.size_mobile #content.area_select #selectedArea dt{
  width: 100%;
  color: #222;
  background-color: #fff;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin: 30px 0 0;
}
#shopsearchIndex.size_mobile #content.area_select #selectedArea dt button{
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  -ms-appearance:none;
  appearance:none;
  border: none;
  background: none;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  height: 4em;
  font-size: 15px;
}

#shopsearchIndex.size_mobile #content.area_select #selectedArea ul{
  margin-right: -2px;
  overflow: hidden;
  width: 100%;
}

#shopsearchIndex.size_mobile #content.area_select #selectedArea li{
  width: 33.333%;
  height: 2.5em;
  color: #222;
  line-height: 2.5em;
  background-color: #fff;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin: 0;
}


#shopsearchIndex #content .prefectures_list li button{
  line-height: 2.5em;
}

#shopsearchIndex.size_mobile #content.area_select #selectedArea li.hover{
  background-color: #ccc;
  color: #fff;
}

#shopsearchIndex.size_mobile #content.area_select #selectedArea li.disable{
  cursor: default;
  color: #B7B7B7;
}
#shopsearchIndex.size_mobile #content.area_select #selectedArea li.disable button{
  color: #B7B7B7;
}
#shopsearchIndex.size_mobile #content.area_select #selectedArea dt:hover{
  background: #ccc;
}
#shopsearchIndex.size_mobile #content.area_select #selectedArea dt.disable:hover{
  background: none;
  color: #B7B7B7;
}

#shopsearchIndex.size_mobile #content.area_select #selectedArea dt button.active{
  background-color: #00277f;
  color: #fff;
}
#shopsearchIndex.size_mobile #content.area_select #selectedArea .Replace{
  text-align: center;
  width: auto;
  height: auto;
  width: auto;
  float: none;
}
/* .btn_transparent
--------------------------------------------------*/
#shopsearchIndex.size_mobile #content .btn_transparent{
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
  display: block;
  font-size: 12px;
}