@charset "utf-8";
/*--------------------
おしらせメッセージ出力用CSS
----------------------*/

#information_message{
	background-color: #fce4cc;
	margin: 0 0 20px;
	padding: 12px 20px;
}
#information_message > *:last-child{
	margin-bottom: 0 !important;
}
#information_message p,
#information_message a{
	font-size: 1.5rem !important;
	letter-spacing: 0.06em;
	line-height: 1.6;
	font-weight: 400;
}
#information_message p{
	color: #000;
	margin-bottom: 1em !important;
}
#information_message a{
	color: #ee7800;
	border-bottom: 1px dashed #ee7800;
	transition: all 0.3s;
}
#information_message a:hover,
#information_message a:focus{
	border-bottom-color: transparent;
	opacity: 0.7;
}