/* CSS Document */
body {
  width: 100%;
  margin: 0;
  line-height: 1.7em;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#007db9e8', GradientType=0); /* IE6-9 */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  background: #fff;
}
/* ヘッダー */
#pgpage {
  position: relative;
  
}
#pgpage::before {
background: url("img/top.png");
background-size: cover;
width: 100%;
content: "";
position: absolute;
top: 0%;
left: 0;
z-index: 0;
display: inline-block;
}

.h1mainv {
  background: #0068B7;
}
.h1mainv h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.h1mainv h1 img {
  vertical-align: bottom;
    width: 100%;
}
.lead {
  display: none;
}
#container {
  background: #fff !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto;
}
#container .inner {
  width: 1010px;
  margin: 0 auto;
}
#container div.cont1 {
  margin-bottom: 0 !important;
}
/* リード分エリア */
.lead-text {
  text-align: left;
  padding: 50px 0;
}
.lead-text p.mg20 {
  margin-bottom: 20px;
}
.text p {
  line-height: 1.7;
}
.text span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff7d 60%);
	margin-bottom: 7px;

}
/* プレゼントエリア */
.present {
  background-color: #0068B7;
}
.present .inner {
  padding: 50px 0;
}
/*.present .fRight{float:right;}*/
.present img {
  /*width: auto;*/
  margin: 0 0 30px 0;
  display: inline-block;
  backface-visibility: hidden;
}
/* 応募エリア */
.recruitment {
  background: #BCE2E8;
  margin: 0 auto;
  padding: 80px 0 100px 0;
}
.recruitment h3 {
  margin-bottom: 20px;
}
.recruitment table {
  width: 1000px;
  border-collapse: collapse;
  border: 1px #021558 solid;
  margin: 0 auto;
  text-align: left;
}
.recruitment table th {
  text-align: right;
  vertical-align: top;
  border: 1px #021558 solid;
  padding: 10px;
}
.recruitment table td {
  border: 1px #021558 solid;
  padding: 10px;
}
/* 対象商品 */
.shopping {
  padding: 100px 0;
}
.shopping h3 {
  margin-bottom: 25px;
}
/* バナー */
.sponsorship {
  text-align: center;
  padding: 30px 0;
  font-size: 19px;
}
.sponsorship img {
  padding: 10px 20px;
  vertical-align: bottom;
}
.sponsorship span {
  font-weight: normal;
}
.sponsorship .bnr1 {
  margin: 0 0 35px 0;
}
.sponsorship .bnr2 {
  margin: 0 0 40px 0;
}
.sponsorship .bnr2 img {
  padding: 5px 20px;
}
.sponsorship .bnr3 img {
  padding: 5px 35px;
}
hr {
  height: 5px;
  background-color: #ff0000;
  border: none;
  color: #e5006e;
}
/*フッター*/
.footer {
  text-align: center;
  border-top: none !important;
}