@charset "utf-8";
/* ============================================================ */
/*	Webサイト利用規約
	#terms_index */
/* ============================================================ */

#terms_index .block {
	width: 980px;
	margin: 0 auto 40px;
}

#terms_index .block > *:not(:last-child):not(.midashi03) {
	margin-bottom: 15px;
}

#terms_index .block > ol {
	display: table;
}

#terms_index .block > ol > li {
	display: table-row;
}

#terms_index .block ol > li > *:first-child {
	display: table-cell;
}
