body{
text-align: justify;
text-justify: inter-ideograph;
padding-left: 5px;
padding-right:10px;
font-size: 16px;
line-height: 25px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1{
font-size: 20px;
font-weight: bold;
margin-bottom: 25px;
}

h2{
margin-top: 15px;
margin-bottom: 5px;
font-size: 17px;
font-weight: bold;
}

ul{
margin-top: 0;
margin-bottom: 0;
}

li{
margin-top: 1px;
margin-bottom: 1px;
}

ol{
margin-top: 0;
margin-bottom: 0;
}

@media screen and (min-width:481px) {
	.sp{
		display: none;
	}
}
@media screen and (max-width:480px) {
	.pc{
		display: none;
	}
}

* {
	float: none;
	position: static;
}
 
img {
	max-width: 100%;
	height: auto;
}
