@charset "UTF-8";

#contents #main { width:720px; float:left; }

/*top_blog*/
#contents .top_blog { background:#efefed; }

#contents .top_blog h2 { 
	padding-left:25px;
	height:60px;
	line-height:60px;
	color:#be0c61;
}

#contents .top_blog ul li {
	position:relative;
	padding:15px 20px 15px 0px;
	border:1px #efefed solid;
	background:#FFF;
}
/* 2024+ / reset */
#contents .top_blog li ul { margin:15px 0 15px 30px; }
#contents .top_blog li li {
	margin:10px 0;
	border:0;
	padding:0 0 0 1em;
	text-indent:-1em;
}
#contents .top_blog li li:before { content:"・"; }
/* ------------- */

.top_blog time {
	line-height:2em;
	float:left;
	width:100px;
	background:url(../common/imgtop/icon01.png) no-repeat left center;
	margin-left:30px;
	padding-left:30px;
}
.top_blog p   { line-height:2em; padding-left:160px; }
.top_blog img { float:left; margin:0 15px 0 0; }

.top_blog span {
	display:block;
	color:#666;
	width:70%;
	min-height:70px;
	padding-right:25px;
	float:right;
}

.top_blog ul p a { 
	display:block;
	color:#666;
	text-decoration:none;
	background:url(../common/imgtop/icon03.png) no-repeat right center;
	width:70%;
	min-height:70px;
	padding-right:25px;
	float:right;
}
.top_blog ul p a:hover { text-decoration:underline; }


/* backNumber */
ol.backNumber    { text-align:center; padding:0; margin:.2em 0; }
ol.backNumber li { display:inline; list-style:none; margin:0 .5em .5em; }
ol.backNumber a  { color:#052c6f; }


/* ======================= */
/* 20230726 */
/* 20240804 */
.top_blog .news2024 time { float:none; width:auto; padding:0 0 0 1.1em; }
.top_blog .news2024 p {
	padding:15px;
	margin: 0 0 0 30px;
	background-color:#052C6F;
	font-size:16px;
	color:#FFF;
}
.top_blog .news2024 p + p { margin-top:5px }

.news2024 li dl {
	display:flex;
	flex-wrap:wrap;
	padding:10px 15px;
	margin:0 0 5px 30px;
	border:2px solid #052C6F;
	color:#000;
}
.news2024 li dt,
.news2024 li dd { margin:5px 0; }
.news2024 li dt { width:18%; }
.news2024 li dd { width:82%; }
.news2024 li dt:before { content:"・" }

.news2024 li strong { margin-left:30px; }

/* ======================= */


/* clearfix */
.top_blog ul li:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.top_blog ul li { display:inline-block;}
/* ¥*/
* html .top_blog ul li { height:1%; }
.top_blog ul li { display:block; }
/* */
