@charset "utf-8";

/*基本設定*/
body{
	padding: 20px;
}
h1{
	font-size: 	16px;
	margin-bottom: 30px;
}
h2{
	font-size: 	14px;
}
h3{
	font-size: 	12px;
	margin-bottom: 20px;
}
p{
	font-size: 12px;
	margin-bottom: 20px;
}
ul{
	margin-bottom: 20px;
	list-style: none;
}
li{
	font-size: 12px;
}
