@charset "utf-8";

@import "common.css";


/* ---------------------------------------------------
terms.css
サイト利用規約用CSS
--------------------------------------------------- */


/* ---------------------------------------------------
サイト利用規約
--------------------------------------------------- */
.contentsBox dl.terms {
	margin: 10px 25px 20px 25px;
	line-height: 1.5em;
}

.contentsBox dl.terms dt {
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
}

.contentsBox dl.terms dd {
	margin: 5px 10px 10px 20px;
	padding: 0;
}

