<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroll2top {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 30px;
font-weight: bold;
line-height: 1;
width: 50px;
height: 40px;
z-index: 10;
color: #fff;
background-color: #aaa;
padding-top: 10px;
border: solid 1px #f3f5f5;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.scroll2top:hover { background-color: #777;}
img{ width: 100%;}



#wrapper {
  font-size: 16px;
  line-height: 1.8em;
  background-color: #feb4c3;
}

.container{
  width: 990px;
  max-width: 990px;
  min-width: 990px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba( 255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 10px rgba( 255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba( 255, 255, 255, 0.2);
  background-color: #db3a6c;
}
.container .main_img{ width: 100%; vertical-align: bottom; margin: 0 auto; display: block;}

.campaign_main{
  border: solid 5px #ffe5ec;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 25px;
  padding: 60px 20px;
  position: relative;
  background-color: #ffe5ec;
}
/*
.campaign_main:before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url( ../img/img_deco_top.png);
  background-repeat: no-repeat;
  background-position: top 20px center;
  position: absolute;
  top: 0;
  left: 0;
}
*/
/*
.campaign_main:after{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url( ../img/img_deco_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  position: absolute;
  bottom: 0;
  left: 0;
}
*/
.img_thanks{ display: none;}

.campaign_member,
.campaign_summary{
  font-size: 86%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 5px #b46666;
  margin: 0 25px;
  padding: 20px;
  overflow: hidden;
}

.campaign_member{ border-color: #fdd538; margin-bottom: 25px; padding: 0;}
.campaign_member h2{ color: #e21f5b; font-size: 200%; text-align: center; background-color: #fdd538; padding: 20px;}
.campaign_member &gt; div{ padding: 20px;}
.campaign_member &gt; div &gt; p{ font-size: 125%; margin-bottom: 20px; font-weight: bold;}
.img_member_contents{ margin-top: 20px;}

.campaign_summary h2,
.campaign_summary h3{
  color: #333333;
  font-size: 21px;
  font-weight: bold;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  display: block;
}
.campaign_summary ul{ margin-bottom: 20px; padding-left: 20px;}
.campaign_summary ul:last-child{ margin-bottom: 0;}
.campaign_summary li{ list-style-type: disc;}

.campaign_points{ background-color: #fff; overflow: hidden;}

#sns{ text-align: right; width: 980px; margin: 10px auto;}

.program_copyright{ text-align: center; padding-bottom: 2em;}



/* end */
.img_thanks{ display: block;}
.img_qr{ display: none;}
.img_torihoudai{ display: none;}
</pre></body></html>