@charset: utf-8;

body{
	color: #333333;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.main{
	width: 90%;
	margin: 0 auto;
}

pre{
	word-break: keep-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align: initial;
}


h1{
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

h2{
	font-size: 20px;
	margin-top: 24px;
	margin-bottom: 16px;
}

h3{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 12px;
}

h4{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 12px;
}

h5{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 8px;
}

p,li{
	font-size: 14px;
}

p{
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 12px;
}

ol,ul{
	list-style-position: outside;
	padding-left: 0;
	margin-left: 32px;
}

ol li{
	list-style-type: decimal;
}

ul li{
	list-style-type: disc;
}

li{
	line-height: 150%;
	margin-bottom: 8px;
}

hr{
	border: none;
	border-top: #ddd solid 1px;
	margin-bottom: 0px;
	margin-top: 0;
}
