/* CSS Document */

aside ul{
	width:1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

aside li a{
	font-size: 18px;
	padding: 15px;
}

#s01 .box_rap{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

#s01 .box_rap .box{
	width: 250px;
	margin-right: 38px;
	margin-bottom: 20px;
	position: relative;
}

#s01 .box .img_rap{
	height: 250px;
	overflow: hidden;
	background: #ddd url("../img/logo.webp") center center no-repeat;
}

#s01 .box .img_rap img{
	width: 100%;
	height: 100%;
	 object-fit: cover;
	object-position:center center;
}

#s01 .box .in_box{
	position: absolute;
	top: 2px;
	left: -25px;
	padding-left: 25px;
	padding-right: 25px;
	background: #AE023A;
	 transform: rotate(-20deg)
}

#s01 .box .in_box a{
	color: #fff;
}

#s01 .box .day{
	position: absolute;
	top: 215px;
	right: 15px;
	color: #FFBF00;
}

#s01 figure figcaption{
	color: #0095BA;
	padding: 10px;
}

#s01 .pager nav{
	background: none;
}

#s01 .pager nav a{
	font-size: 18px;
	padding: 5px;
}

#s10{
	width: 1200px;
	margin: auto;
}

#s10 .box_rap{
	display: flex;
	justify-content: space-between;
}

#s10 .box_rap h2{
	font-size: 18px;
	font-weight: bold;
	color: #0095BA;
}

#s10 .box_rap .day{
	font-size: 13px;
}

#s10 .kiji{
	display: flex;
	justify-content: center;
	padding-top: 100px;
}

#s10 .kiji div{
	padding: 15px;
}