#content-main div.sub-notice {
    border: 2px dotted #999;
    text-align: center;
    padding: 30px;
	margin-top: 20px;
}
#content-main div.sub-notice p {
    text-align: center;
	font-size: 16px;
	line-height: 1.618;
    margin-bottom: 10px;
}
#content-main div.sub-notice p span.block {
    text-align: center;
	display: block;
}
#content-main div.sub-notice a {
	display: inline-block;
    color: #fff;
	margin: 20px 0 0;
    padding: 8px 15px;
    background: #ff4500;
    border-radius: 3px;
}
#content-main div.sub-notice a:hover {
	color: #fff;
    background: #c13400;
}