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

body {
  font-size: 10px;
	line-height: 1.2;
}

#page {
	font-size: 1.1rem;
	max-width: 1134px;
	margin: 0 auto 0;
}

h1 {
	font-size: 1.25rem;
}

h2 {
	font-size: 1.2rem;
}
a {
  text-decoration: underline;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.pd10 {
	padding-left: 10px;
	padding-right: 10px;
}
.aka {
	color:#F00;
}
.komoji {
	font-size: 80%;
	line-height: 1.4;
}
.cyushin {
		text-align: center;
}
input, select, textarea, option {
	font-size:1.1rem;
  padding: 4px;
}
