.news{
    margin: 0px 0px 20px 0px;
    border-width:0px;
    border-style:none;
    width: 100%;
    font-family: "HelveticaNeue-Light", "Helvetica", "Arial", "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro";
    color:#666666;
	background: #eeeeee;
}

.newsdate{
    border-style:solid;
    border-width:1px;
    text-align:center;
    float:left;
    font-size:20px;
    color:white;
    background-color: var(--theme) /*#cc0000*/;
    width:120px;
    border-color: var(--theme) /*#cc0000*/;

}
.newstitle{
    text-align:left;
    float:left;
    border-style:solid;
    border-width:0px 0px 2px 0px;
    padding-left:10px;
    font-size:20px;
    color: var(--theme) /*#cc0000*/;
}
.newsabst{
	clear:both !important;
	background-color:#eeeeee;
	padding:20px 20px 20px 20px;
	font-size:15px;
	border-width:2px;
	color: #444444;
	text-align: left;
}
.newspicture{
	display: block;
	height: 185px;
	/*float: left;*/
	margin: 0px 15px 10px 0px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 540px) {
	
	.news{
		margin:20px 0px 20px 30px;
		width: 43%;
		display: block;
		float: left;
	}
	
	.newspicture{
		/*float: left;*/
	}
}

@media only screen and (min-width: 1280px) {
	
	.newsabst{
		text-align: justify;
	}
	
	.newspicture{
		float: left;
	}
}