@charset "utf-8";
/* CSS Document */

/*==========================================
 NEWS
===========================================*/
 .users_news  {
	padding-bottom: 80px;
}
/* h2 */
 .users_news h2 {
}
/* note */
 .users_news .note {
}
/* qa_nav */
/* sec */
 .users_news .sec {
	width: 635px;
	margin: 0 auto;
}
 .users_news .sec > dl {
	border: 3px solid #1d2087;
    background-color: #fff;
    padding: 2px;
    line-height: 1.5;
	margin-top: 24px;
	font-size: 100%;
	text-align: left;
}

 .users_news .sec > dl > dt {
	padding-left: 10px;
	font-weight: bold;
	background-color: #1d2087;
	color: #fff;
	font-size: 130%;
}
 .users_news .sec > dl > dd {
	min-height: 50px;
	margin-top: 15px;
	padding-left: 10px;
}
 .users_news .sec > dl > dd p + p {
	margin-top: 16px;
}
 .users_news .news_right {
	 text-align: right;
	 padding-right: 10px;
}
.users_news .news_more {
	margin: 30px 10px;
	text-align: right;
}
.users_news a {
	color: #e60012;
}