body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 15px;
	max-width: 500px;
	font-size: 14px;
	color: #1b0c0c;
	background: #f5f5f5;
}

header {
	display: inline-block;
	padding: 5px 0;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #c1e0ff;
}

footer {
	color: #696969;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}

p {
	margin-bottom: 8px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #0774ca;
}

.content {
	text-align: center;
	border: solid 1px #e4e3e3f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	background-color: #fff;
}

.caution {
	margin-top: 15px;
	margin-bottom: 5px;
}

.link {
	padding-top: 10px;
	text-align: center;
	margin-bottom: 30px;
}

.link a {
	margin-top: 10px;
	text-decoration: none;
	/*	border: 1px solid #696969; 
	border-radius: 6px; */
	padding: 10px;

}

.list {
	padding-left: 10px;
}