@charset "UTF-8";



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

index.css

インデックスフレーム・ヘッダー・フッター用

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


/* メインイメージ */
#img_main {
	width: 100%;
	background: url(../img/bg_img_main.gif) center top no-repeat #001a72;
}

#img_main .inner {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0;
}


/* コンテンツ */
#contents {
	margin: 0 auto 10px;
}
#contents .inner {
	padding: 30px 0 10px;
}


/* 新着情報 */
/* おしらせ */
#news_area, #column_area {
	line-height: 1.7;
	color: #444444;
	font-size: 86%;
}

#news_area .ttl_news, #column_area .ttl_column {
	height: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: solid 5px #C65390;
	font-size: 106.7%;
	line-height: 20px;
}

#news_area dl dt, #column_area dl dt {
	float: left;
	width: 100px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#news_area dl dd {
	margin: 0 0 5px ;
	/*padding: 0 0 5px 145px;*/
    padding: 0 0 5px 100px;
	border-bottom: 1px solid #EEE;
}
/*#news_area dl dd.info { background: url(../img/icon_news.gif) no-repeat 100px 4px;}
#news_area dl dd.events { background: url(../img/icon_events.gif) no-repeat 100px 4px;}*/

#column_area dl dd {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #EEE;
	
}

#news_area dl dd a:link ,
#news_area dl dd a:visited,
#column_area dl dd a:link ,
#column_area dl dd a:visited {
	color: #555555;
	text-decoration: none;
}

#news_area dl dd a:hover, #column_area dl dd a:hover {
	text-decoration: underline;
}

.past_list_btn {
	cursor: pointer;
}
.past_list_btn:hover {
	opacity: 0.7;
	z-index: 1;
}

/*過去の一覧ボタン　2025年5月*/
.past_list {
  text-align: right;
}

.past_list a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 16px; /* ▶︎のスペース */
}
.past_list a:hover {
  opacity: .7;
}

.past_list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 9px solid #333; /* ▶︎の色 */
}

