@charset "utf-8";
/* CSS Document */

/*見出しの文字の大きさ*/

h3{
	font-size: 1.2em;
}


ul li{
	list-style:none;
	text-indent: 1em;
}

.midasi{
	list-style:none;
	border-bottom: 1px dotted #6F6F6F;
	margin: 1em 0;
	text-indent:0;
	padding-bottom:0.5em;
}

