@charset 'utf-8';
/*=============================================================================*/
/* Index  : wg.banner.pc.css                                                   */
/* Author : Gimmick' Code Corp.                                                */
/*=============================================================================*/
/* Sanfu Wrapper */
div#sf-wrapper {
  margin: 1px;
  padding: 0;
  width: 718px;
  height: 498px;
  background-color: #ffffff;
}
div#sf-wrapper img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* Coupon */
div#coupon-desc {
  width: 718px;
  height: 30px;
  line-height: 30px;
  background-color: #323230;
  color: #ffffff;
  border-bottom: 1px solid #943444;
}
div#coupon-banner-box {
  width: 718px;
  height: 90px;
  display: block;
}

/* Contents */
div#contents-box {
  margin-top: 5px;
  width: 718px;
  height: 370px;
  background: url('../images/sf_pc_yacha_banner.jpg') no-repeat top left;
  position: relative;
  border-top: 1px solid #323230;
}
div#manga-box {
  position: absolute;
  top: 190px;
  left: 400px;
}
div.yacha-manga-frame {
  width: 150px;
  height: 100px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
div.yacha-manga-frame img {
  width: 150px;
  height: auto;
}
table#manga-box-table {
  width: 290px;
}
table#manga-box-table td {
  padding: 2px;
}
div#blog-box {
  position: absolute;
  top: 40px;
  left: 400px;
}
ul#blog-list-box {
  font-size: 0;
}
ul#blog-list-box li {
  display: inline-block;
  font-size: 12px;
  width: 95px;
}
div.blog-photo-frame {
  margin: 5px auto;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
div.blog-photo-frame img {
  width: 100%;
  height: auto;
}
p.blog-author {
  margin: 0;
  padding: 2px 0;
  width: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, .8);
  color: #ffffff;
}
p.blog-author-shop {
  margin: 0;
  padding: 2px 0;
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, .8);
  color: #ffffff;
}
p.blog-author-date {
  margin: 0 auto;
  position: absolute;
  font-size: 10px;
  top: 40px;
  left: 0;
  width: 90px;
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  color: #333333;
}
