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

#cnt{
	display: block;
	-webkit-box-sizing: border-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: 11px;
	line-height: 14px;
	text-align: left;
}
.castbox_txt a{	color: #91bdee;}

#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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#blog_l .blog_img img.lazy[src*="loader.png"]{
	width: 390px;
	height: auto;
}
@media screen and (max-width: 650px) {
	.blog_img img{	max-width: 100%;}
}

#blog_l .blog_txt{
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 15px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 5px;
}
#blog_l .blog_txt em{	font-weight: bold;}

#blog_l .past{
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	padding: 10px;
	border: none;
}
#blog_l .past a{
	text-decoration: underline;
	color: currentColor;
}
#blog_l .past a:hover{	text-decoration: none;}


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

#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;
	}
	#blog .inbox > #next a{	color: #fff; border-color: #222; background: #0000;}
	#blog .inbox > #next span{	color: #000; border-color: #dfc04a; background: #dfc04a;}


/** right **/

#arch .castbox_txt{
	font-size: 12px;
	line-height: 16px;
}
#arch .castbox_txt a:nth-of-type(2+){	color: #91bdee;}

#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;}



@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;
	}
}



#bt_bg{
	background: none;
	padding: 0 0 20px 0;
}
#bt_bg .bt{
	line-height: 18px;
	padding: 9px 0;
}
