@charset "UTF-8";

/*===============================================
 2021-11-5 追加 by Chikane Mitani
===============================================*/
ul {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

ul li img {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

#newstable {
	margin: 0 auto;
	width: 100%;
}

.news table p.new img {
    display: none;
}
.news table tr:nth-child(1) p.new img ,
.news table tr:nth-child(2) p.new img ,
.news table tr:nth-child(3) p.new img {
    display: inline-block;
}

#TopPage table p.date{
	height: 2em;
	width: 12em;
	text-align: center;
	margin-left: 1em;
	background-color: #ffe4e1;
}
#TopPage table p.new{
	height: 2em;
	margin-left: 1em;
	margin-right: 1em;
	background-color: #ffffff;
}
#TopPage table p.title{
	height: 2em;
	width: 38em;
	background-color: #ffe4e1;
}
@media screen and (max-width: 640px) {
  #TopPage table p.date {
    width: 100%;
	height: 4em;
	text-align: right;
	margin-left: 0;
	margin-right: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #TopPage table p.new {
	height: 4em;
	margin-left: 0;
	margin-right: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #TopPage table p.title {
    width: 100%;
	height: 4em;
	margin-left: 0;
	margin-right: 0 auto;
  }
}


#Header h3 {
	height: 24px;
	text-align: center;
	font-size: 1.5rem;
	position: relative;
	background: rgb(180, 0, 36);
}

#Header h3 a {
	color: #ffffff;
}

