body{
		min-width: 1070px;
	}
.dg_h3{
	font-size:1.125rem;
	line-height: 1.25;
	border-left: 0.625rem solid #B8141A;
	padding: 0.1875rem 0 0.1875rem 0.625rem;
}
.iccdg{
	width:100%;
	display:inline-block;
	vertical-align: bottom;
	color: black;
	position: relative;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2;
	background:url("../image/newsrelease_bg.jpg");
	background-repeat:repeat-x;
	margin-bottom: 10px;
}


.grid {
	margin: 0 auto;
	height:360px;
	border-left: none;

}
.grid ul{
	alingn:center;
}
.grid ul li {
	margin: 9px;
	float: left;
	list-style: none;
}

.grid ul li img{
width:299px;
}

.dg_center{
	display: block;
	text-align: center;
}

.target{
pointer-events:none;
}

	
@media only screen and (max-width:640px) {
body{
		width: 100%;
		min-width: 0;
	}
.header {
		position: inherit;
	}

.header h1 img{
		max-width: 100%;
		height: auto;
	}
	

.grid {
	width:auto;
	margin: 0 auto;
	height: auto;
}
.grid ul li {
	float:none;
width:100%;
	margin: 0 auto;	
}
	
.grid ul li img{
width:100%;
}

	
.dg_center{
	display: block;
	text-align: left;
}
	

}