@charset "UTF-8";
/* CSS Document */
body{ overflow-x:hidden;
}
#content {
	background-image: url(../images/noticeaddon_bg.gif);
	background-repeat: no-repeat;
	height: 1650px;
	width: 987px;
	background-size: 987px 1650px;
	overflow-x: no-display;
}
#noticeaddon {
	width: 628px;
}
#noticeaddon h3 {
	border-left: 10px solid #1B7E47;
	border-bottom: 1px solid #1B7E47;
	margin: 20px 0 10px;
	padding: 4px 0 4px 10px;
}
#noticeaddon ul {
	margin: 20px 0 30px;
	padding: 20px;
	background: rgba(143,195,31,0.1);
}
#noticeaddon ul li {
	list-style-type: none;
	margin-bottom: 1em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#noticeaddon ul li:last-of-type {
    margin-bottom: 0;
}
#noticeaddon ul li::before {
	content: "●";
	margin-right: 0.2em;
	color: #8ec31f;
}

.html{
	overflow-x:hidden;
}
