/*******************************************************************************
* Contents
*******************************************************************************/
.contents-wrapper.wallpaper {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url(../../common/images/bg_wall.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.stores { padding: 0 30px; }
.store-type {
  color: #fff;
  margin-bottom: 30px;
  padding-left: 10px;
}
.store-block { margin-bottom: 40px; }
.odd {}
.even {}
.store {
  font-size: 14px;
  line-height: 1.5;
}
.store .store-name {
  float: left;
  font-weight: bold;
  padding: 0px 10px 5px 10px;
}
.store .store-opennote { float: left; }
.store .store-tel {
  float: right;
  background-image: url(../images/icon_tel.png);
  background-repeat: no-repeat;
  background-position: left .1em;
  padding: 0px 10px 5px 23px;
  font-weight: bold;
}
.store .store-open {
  clear: both;
  border-top: dashed 1px #333;
  padding: 10px;
  line-height: 1.25;
}
.store .store-address {
  padding: 0px 10px 5px 10px;
  line-height: 1.25;
}
.store .store-buttons {
  clear: both;
  padding: 0 0 0 10px;
  text-align: right;
}
.store .store-buttons .button { margin-left: 10px; }