@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 12px;
	line-height: 130%;
}

a,
a:hover {
	cursor: pointer;
}

img {
	width: 100%;
	height: auto;
}

.main {
	width: 960px;
	margin: 0 auto;
}

.main p {
	text-align: center;
	margin: 30px 0;
}

.main .btn {
	display: block;
	margin: 0 auto;
	padding: 30px 0;
	width: 90%;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #00B050;
	box-sizing: border-box;
}

.main .text {
	margin: 30px auto;
	padding: 0 30px;
	width: 90%;
	font-size: 20px;
	line-height: 1.6;
	text-align: left;
	color: #F00;
	box-sizing: border-box;
}

.footer {
	text-align: center;
	color: #000;
	font-size: 8px;
	padding: 20px 0 30px;
}
