@charset "utf-8";
.newitems {
    width: 100%;
	height: 640px;
	overflow-y: scroll;
	overflow-x: hidden;

	}
.newitems a{
    text-decoration: none;
	}
.newitems div{
	position: relative;
	border-bottom: solid 1px rgba(0,0,0,1.00);
	padding: 25px 0;
	}
.newitems h4{
    font-size: 1em;
	margin: 0;
	}
.newitems p{
    font-size: 0.9rem;
	width: 67%;
	}
.newitems img{
	top: 0;
  bottom: 0;
  margin: auto;
	right:3%;
	position: absolute;
	width: 27%;
	}
.newitems hr{
	margin: 20px 0;
	}
p.hatsubaibi {
	color:rgba(242,0,4,1.00);
	font-size: 0.9rem;
	margin-top: 0;
}