@charset "utf-8";
/*ルールFAQ　お知らせ*/
.card_INFO{
	background: #212832; 
	border: #7a98c0 1px solid;
	width: 94.8%; 
	margin-top: 30px; 
	padding: 10px;
	clear: both;
	text-align: left;
}
.card_INFO h3{
	font-weight: bold;
	color: #31cce8;
}
.card_INFO .regist_date{
	border-top: #999999 1px dotted;
	padding: 5px 0;
	font-weight: bold;
	color: #f8e163;
	margin-top: 10px;
}
.card_INFO .info_content{
	line-height: 2em;
}
.regist_date h3{
	font-weight: bold;
	color: #31cce8;
}
.info_content{
	border-top: #999999 1px dotted;
	padding: 5px 0;
	font-size: 95%;
}