@charset "utf-8";
/* CSS Document */
.notice-innner {
	background: #fff;
	padding: 32px;
	margin: 0 0 40px 0;
	box-shadow: 0px 0px 6px 3px #e6e6e6;
	border-radius: 4px;	
	font-size: 1.2em;
}
.notice-innner a:hover {
  color: #E64B19;
	text-decoration: underline;
}
