* {
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
	list-style-type: none;
	font-size: 100%;
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
	line-height: 1.6;
	padding: 2em;
	background: #fff;
	text-align: center;
}

/* レスポンシブ中央配置 */
#wrapper {
	width: 90%;
	max-width: 600px;
	margin: 10vh auto 0 auto; /* 上から10%の余白で中央に見えるように */
	padding: 1.5em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	background: transparent url('../img/h4-bg-dotted.png') repeat-x left bottom;
	color: #444;
	font-weight: bold;
}

p {
	color: #444;
	font-size: 0.95em;
	margin-bottom: 1.5em;
}

/* 「はい」「いいえ」ボタンまわり */
.actions {
	text-align: center;
	margin-top: 1.5em;
}

.actions a {
	display: inline-block;
	margin: 0.5em 1em;
	color: #0640f9;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.actions a:hover {
	text-decoration: none;
}



/* コピーライトはページ下部に */
#copyright {
	font-size: 0.75em;
	color: #888;
	margin-top: 3em;
}
