@charset 'UTF-8';
/*---------------------------------------------------------------------------------
sysclm1
-----------------------------------------------------------------------------------
[使用画面]
・掲載終了
・グループ店舗一覧
-----------------------------------------------------------------------------------
font size
147% = 24px
135% = 22px
122% = 20px
110% = 18px
97%  = 16px
85%  = 14px
72%  = 12px
60%  = 10px
---------------------------------------------------------------------------------*/

/*
区切り線削除
---------------------------------------------------------------------------------*/
#content {
  background: none;
  padding-bottom: 20px;
}

/*
掲載終了 - 店舗名
---------------------------------------------------------------------------------*/
#content h3 {
  color: #fff;
  display: block;
  font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 110%;
  font-weight: bold;
  height: 34px;
  margin: 0 auto;
  padding: 16px 10px 0 80px;
  text-align: left;
  width: 800px;
}

h3.wrapV2 {
  background: url(../img/system/search/detail/v2/bg_shop_name_long.gif) no-repeat;
}

h3.wrapV0 {
  background: url(../img/system/search/detail/v0/bg_shop_name_long.gif) no-repeat;
}

/*
掲載終了 - 掲載終了メッセージ
---------------------------------------------------------------------------------*/
#end_message {
  background: #ffc;
  border: 3px solid #c00;
  color: #c00;
  font-size: 110%;
  font-weight: bold;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  width: 864px;
}

/*
掲載終了 - 店舗一覧
---------------------------------------------------------------------------------*/
#other_info {
  border: 1px solid #a0a0a0;
  margin: 0 auto 10px;
  text-align: left;
  width: 888px;
}

#other_info h4 {
  margin: 0;
}

#other_info table {
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  margin: 10px;
  width: 866px;
}

#other_info th,
#other_info td {
  border-right: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  font-size: 72%;
  padding: 8px;
  text-align: left;
}

#other_info th {
  background: #ffc;
  font-weight: normal;
}

#other_info .centering {
  text-align: center;
}

/*
グループ店舗一覧
---------------------------------------------------------------------------------*/
#group_info {
  margin: 0 auto 10px;
  text-align: left;
  width: 740px;
}

#content #group_info h3 {
  color: #000;
  display: block;
  font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 740px;
}

#content #group_info h3 span {
  color: #ff7383;
}

#content #group_info .wrap_shop {
  border: 1px solid #a0a0a0;
  margin: 10px auto;
  overflow: hidden;
  width: 738px;
}

#content #group_info table {
  float: left;
  height: 62px;
  margin: 0 5px 5px;
  width: 580px;
}

#content #group_info th,
#content #group_info td {
  border-top: 5px solid #fff;
  font-size: 72%;
  text-align: left;
}

#content #group_info th {
  background: #eee;
  color: #f60;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100px;
}

#content #group_info td {
  padding: 5px 5px 5px 20px;
}

#content #group_info h4 {
  border-bottom: 1px solid #a0a0a0;
  color: #fff;
  display: block;
  font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 110%;
  font-weight: bold;
  height: 35px;
  margin: 0;
  padding: 5px 10px 0 20px;
  text-align: left;
  width: 710px;
}

#content #group_info .go_detail {
  float: right;
  margin: 5px 5px 5px 0;
}

#content #group_info h4 a {
  color: #fff;
}

#content #group_info h4 {
  background: url(../img/system/search/list/v2/bg_shop_name.gif) no-repeat;
}