html{font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
background: url(/net/campaign/2015webmoney/files/page_bg.jpg);
}

body{font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
img {vertical-align: bottom;}

.all_wp{
	width: 850px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	border: solid 1px #070ef1;
	background:url(/net/campaign/2015webmoney/files/main_bg.jpg) top center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow:hidden;
	box-shadow:rgba(57, 54, 43, 0.309804) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(57, 54, 43, 0.309804) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(57, 54, 43, 0.309804) 0px 0px 6px 3px;
	line-height: 1.5;
	padding-bottom: 10px;
}

.lead{ width: 750px; margin: 0 auto 30px auto; text-align: left; padding: 20px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; background:#fff; line-height: 1.2; font-size: 18px;}


h2{
	width: 750px;
	background: #f9e100;
	color: #020297;
	padding: 20px;
	margin: 20px auto 10px auto;
	font-size: 20px;
}
h3{font-weight: normal; font-size: 24px; line-height: 1.5; border-bottom: solid 1px #000; margin-bottom: 10px;}
h4{background: #0202b3; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; padding: 10px 10px 10px 15px; color: #fff; margin: 10px 0 20px 0;}

p{width: 720px; margin: 0 auto;}

.text_box{
	width: 750px;
	background: #fff;
	padding: 20px;
	margin: 5px auto 10px auto;
}
.btn_box {width: 700px; margin: 10px auto;}
.btn_box a{
	width: 658px; display: block; padding: 20px; margin: 0 auto; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
	text-align: center;
	background: rgb(255,183,107);
	background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
	background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.btn_box a:hover{background: rgb(255,183,107);}




.footer{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background: #fff;
}
