/* リリースノート */
.releaseNote .entryColumn h2{
	text-align: center;
}
@media screen and (max-width:768px){
	.releaseNote .acms-push-6 {
		left: 0;
	}
	.releaseNote .acms-pull-6 {
		right: 0;
	}
	.releaseNote .column-image-center img {
		display: block;
		margin: 0 auto;
	}
	.releaseNote .column1 .column-image-left {
		float: left;
		width: 50%!important;
		padding: 0 10px;
		text-align: center;
	}
	.releaseNote .column1 .column-image-left:nth-child(2n) {
		clear: both;
	}
	.releaseNote .column1 .column-image-left img {
		display: block;
		margin: 0 auto 10px auto;
	}
}