@charset "utf-8";

.common-notice {
	clear: both;
	float: none;
	background: url(../../common/images/contents_dotted_line_ornament_horizontal.png) no-repeat left top / 100%;
	margin-bottom: 30px;
	padding-top: 40px;
	font-size: 0.9em;
	line-height: 1.6em;
}

.common-notice li {
	display: block;
	float: none;
	height: auto;
	width: auto;
	min-height: 0;
}

.common-notice li img {
	margin: 0 3px;
	vertical-align: text-bottom;
}

.common-notice li:before {
	content: "●";
}