@charset "UTF-8";
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.mt200 {
	margin-top: 200px;
}

.mb10 {
	margin-bottom: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb200 {
	margin-bottom: 200px;
}
.hannari {
	font-family: "Hannari","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.pt50 {
	padding-top: 50px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.textCenter {
	text-align: center;
}
.ml10 {
	margin-left: 10px;
}
