/* 初めてのお客様 */
#howtoorder ol {
	margin-bottom: 1em;
}
#howtoorder ol li {
	margin-left: 2em;
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 160%;
}
#howtoorder dl {
	line-height: 160%;
	margin-left: 1em;
}
#howtoorder dl dt {
	font-weight: bold;
}
#howtoorder dl dd {
	margin-left: 2em;
}

dl.case {
	line-height: 160%;
}
dl.case dt {
	font-weight: bold;
}
dl.case dd {
	margin-left: 2em;
}