@charset "UTF-8";
/*
Author: あそびラボ
*/

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::before{
	background: url(../images/information/mv_img01.png) top left / contain no-repeat;
	width: 82px;
	height: 82px;
	top: -8px;
	left: -42px;
}
.bl_lower_mv_ttl::after{
	background: url(../images/information/mv_img02.png) top right / contain no-repeat;
	width: 76px;
	height: 85px;
	top: -20px;
	right: -25px;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl::before{
		width: 128px;
		height: 128px;
		top: -16px;
		left: -59px;
	}
	.bl_lower_mv_ttl::after{
		width: 148px;
		height: 143px;
		top: -27px;
		right: -54px;
	}
}
/*=======================================================
記事一覧
=======================================================*/
main{
	background: #FCFBF7;
}
.bl_vertPosts_item + .bl_vertPosts_item > a{
	padding-top: 15px;
}
.bl_vertPosts_item > a{
	padding-bottom: 14px;
}
.bl_vertPosts_header{
	width: 224px;
}
.bl_vertPosts_date{
	letter-spacing: 0.78px;
}

@media screen and (max-width: 750px){
	.bl_vertPosts_item + .bl_vertPosts_item > a{
		padding-top: 20px;
	}
	.bl_vertPosts_item > a{
		padding-bottom: 18px;
	}
	.bl_vertPosts_header{
		width: 100%;
	}
}
/*=======================================================
single
=======================================================*/
.single .bl_post_cat{
	background: #E6E6FF
}
.bl_post_cat{
	
}