@charset "Shift_JIS";

/*
	================================================================================================
		info2/css3/20191106.css
	================================================================================================
*/
#contents section.main dl{
	margin:0 0 2em 0;
}

#contents section.main dl dt{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#contents section.main dl dd{
	margin-left: 2em;
	margin-bottom: 0.25em;
}


#contents section.main ul.annotation{
	margin-left: 1em !important;
	padding: 0 !important;
}

#contents section.main ul.annotation li{
	margin: 0!important;
	padding-left:1em;
	text-indent: -1em;
}

.howto {
    margin: 0 1em 1.25em;
}

@media (max-width: 640px){

	#contents section.main ul{
		margin-left: 1em;
	}
	
	#contents section.main dl dt{
		margin-left: 0.5em;
		margin-bottom: 0.5em;
	}

	#contents section.main dl dd{
		margin-left: 1.5em;
		margin-bottom: 0.25em;
	}

	#contents section.main ul.annotation{
		margin-left: 0.5em !important;
	}
}