@charset "utf-8";
@import "../../common/css/0-import.css";

/*------------------------------------------------------------
	利用規約
------------------------------------------------------------*/
#conts {
	color: #666;
}

#conts h2 {
	margin-bottom: 15px;
}

#conts h3 {
	margin: 30px 20px 10px;
}

#conts p {
	margin: 0 20px 1em;
	line-height: 1.6;
}

#conts ul {
	margin: 0 30px 1em;
}

#conts li {
	margin: 0 0 5px;
	padding-left: 1.6em;

	line-height: 1.4;
	text-indent: -1.6em;
}

#conts dl {
	margin: 0 30px 1em;
}

#conts dt {
	font-weight: bold;
}

#conts dd {
	margin: 0 0 1em;
}

#conts .contact {
	margin: 0 20px;
	padding: 15px 20px;
	background: #f5f5f5;
}

#conts .contact h3 {
	margin: 0;

	color: #A65046;
	font-weight: bold;
}

#conts .contact p {
	margin: 0;
}