@charset "UTF-8";

/*----------------------ニュース＆トピックス　テーブル--------------------------*/

#news_topics_table{
  width: 689px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 15px;
  color: #000000;
  background-color: #FFFFFF;
}

#news_topics_table .floor_guide_img {
  width: 188px;
  padding-bottom: 30px;
}

#news_topics_table .border_top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCCCCC;
  padding-top: 30px;
}

#news_topics_table th {
  text-align: left;
  font-weight: normal;
  width: 501px;
  color: #333333;
  background-color: #FFFFFF;
}

#news_topics_table th .label {
  margin-left: 10px;
}
#news_topics_table .btn_mores_td {
  padding-bottom: 30px;
}

#news_topics_table .btn_mores {
  width: 72px;
  background-image: url(../floor_guide/img/btn_more.gif);
  background-repeat: no-repeat;
  margin-left: auto;
  height: 18px;
}

#news_topics_table .btn_mores a {
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  display: block;
  width: 72px;
  height: 18px;
}

#news_topics_table .btn_mores a:active,
#news_topics_table .btn_mores a:focus,
#news_topics_table .btn_mores a:hover {
  background-image: url(../floor_guide/img/btn_more.gif);
  background-position: 0px -18px;
  background-repeat: no-repeat;
}
#news_topics_table .floor_guide_details .shop_details {
  margin-bottom: 12px;
}
.shop_info01 {
  background-image: url(../common/list_time.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  margin-top: 12px;
}

.shop_info02 {
  background-image: url(../common/list_phone.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
}

.shop_info03 {
  background-image: url(../common/list_hp.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
}
#news_topics_table .floor_guide_details .shop_info03 a {
  color: #000000;
}
#pages_container {
  width: 689px;
  text-align: center;
  font-size: 120%;
}
#pages_container p a {
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: underline;
}

#top_pages_container {
  width: 689px;
  text-align: right;
  font-size: 120%;
  margin-top: 5px;
}

#top_pages_container p a {
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: underline;
}


