<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;}

#wrapper {
	font-size: 16px;
	line-height: 1.8em;
	background-color: #f8e5d6;
  /*
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-position: center top;
  */
}

img{ width: 100%;}

.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);
}
.container .main_img{ width: 100%; vertical-align: bottom; margin: 0 auto; display: block;}

.campaign_main{
  border: solid 5px #cd2525;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 25px;
  padding: 60px 20px;
  position: relative;
}
.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 #777;
	margin: 0 25px;
	padding: 20px;
	overflow: hidden;
}

.campaign_member{ border-color: #F0027F; margin-bottom: 25px; padding: 0;}
.campaign_member h2{ color: #fff; font-size: 200%; text-align: center; background-color: #f0027f; 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>