.news-container {
  margin-top: 3.5em;
  position: relative;
}
@media screen and (min-width: 44.375em) {
  .news-container {
    margin-top: 5.25em;
  }
}
@media screen and (min-width: 61.5625em) {
  .news-container {
    margin-top: 7.0em;
  }
}
#news-contents{
	padding: 50px;
	max-width: 950px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;

}
.news_outer:nth-child(odd){
	background-color: rgb(248,252,252);

}
.news_outer{
	border-bottom: solid 1px rgb(193,233,229);
}

.news-inner-left > p{
	margin-bottom: 0px;
}

.news-inner{
	max-width: 800px;
	width: 96%;
	padding-top: 42px;
	padding-bottom: 42px;
	margin-right: auto;
	margin-left: auto;
}
.news-inner-title{
	margin-bottom: 42px;
}
.news-inner-title h3{
	margin-bottom: 0px;
	font-size: 18px;
	letter-spacing: 1px;
	color: rgb(50,50,50);
	font-weight: normal;
	margin-top: 0px;
}
.news-content{
	clear: both;
}
.news_ya{
	text-align: center;
	margin-top: -1px;
	border-top: solid 1px white;
	padding-top: 22px;
}
.news_ya img{
	cursor: pointer;
}

.news-inner-left > p{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 32px;
	color: rgb(50,50,50);
}

.news-day{
	background: url("../img/abuyama_news-03.png") no-repeat 50% 50%;
	color: rgb(50,50,50);
	font-size: 12px;
	height: 31px;
	letter-spacing: 1px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	width:121px;
}

.clearfix{
	float: none;
	clear: both;
}

@media screen and (max-width: 1024px){
	.news-inner-title h3{
		margin-bottom: 10px;
		margin-top: 5px;
	}

}
@media screen and (min-width: 1024px){
	.news-day{
		position: absolute; top: 42px; right: 4%;
	}
	.news-inner-title h3 {
		display: inline-block;
	}
}


.news_outer {
	position: relative;
}
.news_outer:last-child {
	margin-bottom: 60px;
}

/*---------------------------------------
追記
---------------------------------------*/
.news-header {
	margin-bottom: 36px;
}

.news-header h2 {
	margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: .08em;
  line-height: 1.6;
  position: relative;
}

.news-header time {
	display: block;
	font-size: 16px;
}

@media screen and (max-width: 728px){
	.news-header {
		margin-bottom: 25px;
	}

	.news-header h2 {
		font-size: 24px;
	}

	.news-header time {
		font-size: 14px;
	}
}
