/* CSS Document */

#keyimg{
	background: url("../blog/img/keyimg.webp") top left 30% no-repeat;
	background-size: cover;
	height: 150px;
	margin-bottom: 10px;
}


#s01{
	margin-bottom: 150px;
}

#blogtop #s01 h1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 45px;
}

#blogtop #s01 .box_rap{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#blogtop #s01 .box_rap .box{
	width: 350px;
	height: 425px;
	text-align: center;
	background: #fff;
	padding-top: 25px;
	margin-bottom: 25px;
	transition:0.5s;
}

#blogtop #s01 .box_rap .box:hover{
	background: #ff9;
	
}

#blogtop #s01 .box_rap::after{
  content:"";
  display: block;
  width: 350px;
}


#blogtop #s01 .box_rap .box figure{
	width: 100%;
	margin: 0;
}

#blogtop #s01 .box_rap .box figure img{
	width: 320px;
	height: 240px;
	object-fit: cover;
}

#blogtop #s01 .box_rap .img{
	background: url("../img/header_title01.webp") center center  #F3F3EC no-repeat;
	width: 320px;
	height: 240px;
	margin: auto;
	margin-bottom: 20px;
}

#blogtop #s01 .box_rap .box p{
	text-align: left;
	padding: 15px;
	font-size: 16px;
	color: #525252;
}

#blogpost .sugu-article{
	min-height: 300px;
}

#blogpost .sugu-article a{
	color: #00f;
	text-decoration: underline;
}

#blogpost .sugu-article a:hover{
	text-decoration: none;
}



#blogpost .sugu-window{
	width: 100%;
}

#blogpost .sugu-window .pure-u{
	width: auto!important;
}

#blogpost .sugu-article .sugu-article-right{
	padding: 0;
}
#blogpost .sugu-article-right .mainimage{
	width: 310px!important;
}

#blogpost .size-adjuster img{
	height: auto!important;
}

