@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
   新着情報用CSS
   ========================================================================== */
   
.content {
	width:700px;
	background-color:#FFF;
	padding-bottom:20px;
	margin-top: 30px;
	margin-bottom: 30px;
		border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}
.box1 {
	width:640px;
}
h3 {
	font-size: 17px;
	padding-bottom:6px;
	color:#484848;
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
}
.date {
	text-align:right;
	font-size:10px;
	color:#929292;
	line-height:0.2em;
}
.article {
	margin-bottom:20px;
}


/* 2025 レスポンシブ化対応 */
@media (max-width: 767.98px) {
.content {
	width:90%;
	margin: 20px auto;
}
.box1 {
	width:100%;
	font-size:13px;
}
.date {
	font-size:12px;
}
h2 img {
    width: 200px;
    height: auto;
}
}
/* 2025 レスポンシブ化対応 end */
