@charset "utf-8";
/*
	campaign.css
*/
/* ==========================================================
  campaign
========================================================== */
body {
  min-width: 1000px;
}

/* event
========================================================== */
.event #wrapper {
  background: url(../images/common/bg.jpg) repeat-y center top;
}

.event .page {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.event .bg-top {
  line-height: 0;
}

.event h1 {
  position: relative;
  width: 100%;
  height: 324px;
  background: url(../images/event/title.jpg) no-repeat center top;
}

.event h1 span {
  position: absolute;
  width: 240px;
  height: 120px;
  left: 50%;
  top: 14px;
  margin-left: -120px;
  z-index: 2;
}

.event .contents {
  margin: 0 26px 50px;
}

.event .inner {
  background: url(../images/event/bg_contentsRepeat.png) repeat-y;
  padding: 0 40px 30px;
}

.event .inner .stitle {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.event .shop-list {
  width: 852px;
  margin-bottom: 20px;
}

.event .shop-inner {
  padding: 0 10px;
  border-left: 2px solid #ff9cca;
  border-right: 2px solid #ff9cca;
  background: url(../images/event/bg_castle.jpg) no-repeat right bottom #ffedfa;
}

.event .shop-inner div {
  margin-bottom: 15px;
}

.event h3 {
  overflow: hidden;
  *zoom: 1;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 12px 0 12px 45px;
  border-bottom: 2px dotted #f16fbf;
  background: url(../images/event/icon_title.png) no-repeat left top;
}
.event h3 span {
  float: right;
  font-size: 12px;
  padding-top: 6px;
}

/* table
========================================================== */
.event .event-listTable {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ff86bf;
  border-collapse: collapse;
  border-spacing: 0;
  border: #ff86bf 1px solid;
}
.event .event-listTable th, .event .event-listTable td {
  padding: 10px 10px;
}
.event .event-listTable th {
  color: #fff;
  font-size: 14px;
}
.event .event-listTable th.bl-white {
  border-left: #fff 1px solid;
}
.event .event-listTable td {
  font-size: 12px;
  background-color: #fff;
  border: #ff86bf 1px solid;
}
.event .event-listTable a:link, .event .event-listTable a:visited, .event .event-listTable a:hover {
  color: #ff86bf;
}
.event .event-listTable a:hover {
  text-decoration: underline;
}

/* ==========================================================
  footer
========================================================== */
.copyright {
  text-align: center;
  font-size: 12px;
}

.btn-pageTop a {
  position: fixed;
  right: 0;
  bottom: 20px;
  text-indent: -9999px;
  display: block;
  width: 220px;
  height: 204px;
  background: url(../images/common/btn_pagetop.png) no-repeat;
}

/* ==========================================================
  module
========================================================== */
p {
  margin-bottom: 20px;
}

.mB10 {
  margin-bottom: 10px;
}
