@charset "UTF-8";

body div#container {
  position: static;
  overflow: hidden;
}

* html body div#container {
  overflow: visible;
}

body div#container div#top {
  padding-bottom: 0;
}

li {
  list-style-type: none;
}

body div#container div#top div#main div#header-box {
  padding-bottom: 15px;
  text-align: left;
}

#close-info-box {
  margin: 30px auto 0 auto;
  width: 894px;
}

#close-info {
  margin: 0 auto;
  padding-top: 10px;
  border: 1px #dcdcdc solid;
  width: 800px;
  min-height: 200px;
  background: url('/static/img/fes/close/bg-close01.jpg') no-repeat 0 100%;
  text-align: left;
}

#close-info h1,
#close-info p {
  margin: 0 120px 10px 35px;
  line-height: 1.5;
}

#close-info h1 {
  color: #e4007f;
  font-size: 1.5em;
}

#close-info p {
  color: #666;
  font-size: 1.2em;
}

#close-info p.close-txt {
  color: #000;
  font-weight: bold;
}



#shop-list {
  margin: 40px auto;
  width: 800px;
  text-align: left;
}

#shop-list h2 {
  padding: 1px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 16px;
}

#shop-list h2 span {
  padding: 6px 5px 3px;
  border-bottom: 2px solid #ff4646;
  display: block;
  background: url('/static/img/mp/common/background/bg-header.gif') repeat-x 0 0;
}

#shop-list ol {
  margin: 0 auto;
  width: 800px;
  overflow: hidden;
  list-style-type: none;
}

#shop-list ol li {
  padding: 10px;
  width: 380px;
  height: 58px;
  float: left;
  position: relative;
  border-bottom: 1px dotted #ccc;
}

#shop-list ol li p.shop-img {
  border: 1px solid #ccc;
  position: absolute;
  top: 10px;
  left: 10px;
}

#shop-list ol li p.shop-name,
#shop-list ol li p.shop-desc {
  margin-left: 68px;
}

#shop-list ol li p.shop-name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
}

#shop-list > p {
  text-align: center;
}

#shop-list > p a.more {
  margin: 10px auto;
  border: 1px #ccc solid;
  display: block;
  width: 143px;
  height: 26px;
  line-height: 26px;
  color: #000;
  background: url('/static/img/mp/common/header/button/bg-show-cart.png') repeat-x 0 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#shop-list > p a.more:hover {
  background-position: 0 -26px;
}

