@charset "utf-8";
/* CSS Document */
#box_news{

	margin:0px auto;
	box-sizing: border-box;
}
/*展示ニュース*/
#tenji_news{
	width:301px;
	float: left;
	box-sizing: border-box;
	margin-top:-10px;

}

#tenji_news h4 {
	padding:4px;
	font-size: 1.1em;
	margin:0px auto;
	font-weight:bold;
	color:#385476;
	text-align: center;
	background-image: url(img/purple.gif);
	background-repeat: repeat-x;

}

#toOldnews {
	background-image: url(update_old/r_triangle.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#tenji_end{
	background-color: #F9F9FB;
/*	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;*/
	background-image: url(img/purple_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	box-sizing: border-box;
}
/*イベントニュース*/
#event_news{
	width:301px;
	float: right;
	box-sizing: border-box;
	margin-top:-10px;
}
#event_news h4 {
	padding:4px;
	margin:0px auto;
	font-size: 1.1em;
	font-weight:bold;
	color:#385476;
	text-align: center;
	background-image: url(img/green.gif);
	background-repeat: repeat-x;
}

#event_end {
	background-color: #F3FCF8;
/*	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;*/
	background-image: url(img/green_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	box-sizing: border-box;
}

/*ニュース内容*/
.newslist{ 
	list-style-type:none;
    padding-left:10px;
	font-size: 0.9em; }
.newslist li { 
	display:inline-block;
	width:275px;
	border-bottom:0.5px dotted #333;
	margin-bottom:5px;
	margin-left:12px ;
	padding-bottom:1.5px;
	}
.newslist li a{
    display:block;
}
.newslist li a:hover{
	background-color:#ECECD7;
	color:#767107;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	}

.newslist li.new a::before{
	display:block;
	content:url(../img/news_indentnew.png);
	position:relative;
	top:0;
	left:-20px;
	font-size:1em;
}
.newslist li.notnew a::before{
	display:block;
	content:;
	position:relative;
	top:0;
	left:-20px;
	font-size:1em;
}

.newslist li .end a{ color:#919BB5;}

.newslist li .updateimg{
	float:right;
    width:80px;
	height:auto;
	margin:auto;
	padding-top:6px;		
}
.newslist li .updateimg img{
	object-fit:fit;
	margin:auto;
}
.newslist li .updatetext{
	float:left;
	height:auto;
	width:190px;
}

.newslist li .updatetext2{
	float:left;
	height:auto;
	width:275px;
	margin-bottom:px;
}



 /*　試作 　ニュース読み込みボックス　*/
.search-list__item {
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: #ddd;
  border-radius: initial;
  border: none;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.search-list__item.is-active {
  text-decoration: underline;
}

.entry-list {
  margin-top: 2em;
}

.entry-list__item+.entry-list__item {
  margin-top: 1em;
}

.entry-list__item.is-hide {
  display: none;
}
/*　試作 　ニュース読み込みボックス　ここまで*/
