@charset "utf-8";

body, h1, h2, div, ul, li img {
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-size: 0;
}
li {
	list-style: none;
}
body {
	background: url("../images/bg.png") repeat center top;
	background-size: 144px auto;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img {
	width: 100%;
}
h1 {
	margin: 2% auto;
	width: 70%;
	max-width: 580px;
}
h2 {
	background: #e6288a;
	margin-bottom: 4%;
	padding: 3% 0;
	text-align: center;
}
h2 img {
	width: 60%;
	max-width: 580px;
}
p.lead {
	margin: 0 4% 4%;
}
p.notes {
	margin: 0 4% 6%;
	font-size: 14px;
}
p.lead, p.notes {
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
p.notes {
	margin: 0 4% 6%;
	font-size: 14px;
}
.wp {
	margin: 0 6% 6%;
	font-size: 0;
	border: 2px solid #ee6eb0;
}
.howto {
	margin: 0 6% 8%;
	border: 2px solid #ee6eb0;
	border-top: none;
	background: #fff;
}
.howto p {
	margin: 0 0 10px;
	padding: 6px 0;
	background: #ee6eb0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.howto ol {
	counter-reset: li;
	list-style: none;
}
.howto ol li {
	position: relative;
	margin: 0 10px 8px 0;
	line-height: 1.5;
}
.howto ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -28px;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
	padding: 0;
	color: #fff;
	border-radius: 50%;
	background: #ee6eb0;
	font-weight: bold;
	text-align: center;
}
.bottomlink a {
	display: block;
	width: 240px;
	margin: 0 auto 4%;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #e328e6;
	border-radius: 100px;
}
.copyright {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 4% 3%;
}