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

#cnt{
	display: block;
	-webkit-box-sizing: borderpa-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title{	margin-bottom: 30px;}

.inbox{	margin-bottom: 20px;}

.castbox{
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	color: currentColor;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-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: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

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

#blog_l .castbox{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#blog_l .blog_main{
	display: block;
	width: auto;
	padding: 20px;
}

#blog_l .blog_img{
	text-align: center;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

#blog_l .blog_txt{
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	margin: 0 0 10px 0;
}
#blog_l .blog_txt em{	font-weight: bold;}

#blog_l .past{
	text-align: right;
}
#blog_l .past a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-height: 24px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 2px 5px;
	border: 1px solid currentColor;
	border-radius: 2px;
	-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_l .past a:hover{	text-decoration: none;}


#next{
	text-align: center;
	padding: 0;
}

#next p{
	display: inline-block;
	vertical-align: top;
}

#next p a,
#next p span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	margin: 0 5px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#next p span{
	border-color: rgba(255,255,255,0);
	font-weight: bold;
	padding: 0;
	border-radius: 0;
}
#next p a{
	-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;
}
#next p a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

	#next p{	padding: 20px 7px;}
	#next p a,
	#next p span{
		width: 34px;
		font-size: 13px;
		line-height: 34px;
		margin: 0 3px;
	}


/** right **/

#arch .castbox_txt{	font-size: 14px;}

#arch{
	padding: 20px;
}

#arch .s_title{	margin-bottom: 15px;}

.arch_bg{
	max-height: 250px;
	text-align: left;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

#arch .castbox{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#arch .castbox:last-of-type{	margin-bottom: 0;}

.nobox{
	padding: 150px 0;
}

@media screen and (max-width: 650px) {
	#blog_l .blog_img img{
		max-width: 80%;
	}
	#blog_l .blog_img img.lazy[src*="loader.png"]{
		width: 80%;
		height: auto;
	}
}