@charset "UTF-8";
/* CSS Document */


article{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
}

.banner{
	width: 70%;
	margin: 5% 15% 2% 15%;
}


ul{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul li{
/*	width: 32.653%;
	padding-bottom: 1.02%;*/
	width: 33%;
	padding-bottom: 0.5%;
}

ul li.new{
	position: relative;
}

ul li.new img:last-of-type{
	position: absolute;
	top: 0;
	left: 0;
}

/*
ul li{
	width: 33%;
	padding-bottom: 0.5%;
}
*/

