@charset "utf-8";

#products .common-notice {
	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;
}

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

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

@media screen and (max-width: 540px) {

	#products .common-notice {
		padding-top: 20px;
	}

}