@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
}

.logo{
	width: 100%;	
	text-align: right;
}

.logo img{	
	margin:10% 20% 5px 20%;
	height: 40px;
}

.title {
	border-top: dashed 1px #548235;
	margin: auto 20%;
	font-size: 3rem;
	font-weight: bold;
	color: #fd9a00;
	text-align: center;
}

.content {
	font-size: 1.2rem;
	margin: auto 20%;
}

