/*=================================================
 * CSS for PC
 * ================================================= */

#left{	padding: 0;}


/** nk_list **/

.nk_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.nk_list a{
	position: relative;
	width: calc(100% / 4 - 1px);
	margin: 0 1px 1px 0;
}
.nk_list a{
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.nk_list a:before{
	content: '';
	display: block;
	padding-top: 100%;
}

#lightcase-info #lightcase-caption a:hover{	text-decoration: none;}

.next{	padding-top: 30px;}


/** nk **/

.castbox{
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	color: currentColor;
	padding: 20px 0;
	border-top-width: 1px;
	border-top-style: solid;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.castbox:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.castbox_img{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.castbox_img img{
	width: 45px;
	height: auto;
}

.castbox_txt{
	width: calc(100% - 55px);
	margin-left: 10px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

.blog_main{
	display: block;
	width: auto;
	padding: 0 15px 20px 15px;
	margin-bottom: 10px;
}

.blog_bg{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-evenly;
}

.blog_img{
	width: auto;
	text-align: center;
	margin: 0 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.blog_img img{
	max-width: 390px;
	height: auto;
	border-width: 5px;
	border-style: solid;
	border-radius: 20px;
}
.blog_img img.lazy[src*="loader.png"]{
	width: 390px;
	height: auto;
}

.blog_txt{
	width: 100%;
	font-size: 14px;
	line-height: 27px;
	text-align: left;
	margin-left: 20px;
}
.blog_img + .blog_txt{ width: 55%;}

.blog_txt em{
	display: block;
	font-weight: bold;
	text-align: center;
}

.blog_bt{
	text-align: right;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.blog_bt a{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 24px;
	color: currentColor;
	border-width: 1px;
	border-style: solid;
	padding: 0 10px;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.blog_bt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: currentColor;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.nk_list{	padding: 0 0 0 1px;}
	.nk_list a{
		width: calc(100% / 3 - 1px);
	}
	.next{	padding-top: 10px;}
	.castbox{	padding: 10px;}
	.blog_main{	padding: 0;}
	.blog_bg{
		display: block;
	}
	.blog_txt{	margin-left: 0; padding: 0 10px;}
	.blog_img + .blog_txt{	margin-top: 10px;}
	.blog_img , .blog_txt , .blog_img + .blog_txt{ width: auto;}
	.blog_img img{
		max-width: 80%;
	}
	.blog_img img.lazy[src*="loader.png"]{
		width: 80%;
		height: auto;
	}
	.blog_bt{
		margin: 10px 10px 0 10px;
		padding: 10px 0 0 0;
	}
}
