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

/* common
--------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 180%;
	color: #630;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-feature-settings:palt;
}
* {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h1, h2, h3, h4 {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	letter-spacing: 2px;
}

a {
	color: #630;
}
h3 b {
	background: #FFF400;
}
.center {
	text-align: center;
}
.notice {
	margin: 15px 0;
	padding: 15px;
	background: #FFC;
	font-size: 18px;
}