
/*=================================================
 * 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{	padding-bottom: 20px;}

.castbox{
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	color: currentColor;
	padding: 0;
	border-radius: 25px 0 0 25px;
	color: #fff;
	background: #333;
	-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: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.castbox_img img{
	width: 50px;
	height: auto;
}
.castbox_txt{
	width: calc(100% - 55px);
	margin-left: 5px;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}
.castbox_txt a{	color: #ffcc00;}

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

#blog_l .blog_main{
	display: block;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0 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: 5px solid #ddd;
	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: 16px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 0 0;
}
#blog_l .blog_txt em{	font-weight: bold;}

#blog_l .past{
	text-align: right;
	border: none;
	padding: 10px 0 0 0;
}
#blog_l .past .bt_main{
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px;
	border-radius: 2px;
}
#blog_l .past a:hover{	text-decoration: none;}


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

#next p{
	border-top: 1px dotted #ccc;
	padding: 20px 7px;
}

#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{
	color: #333;
	-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);
}

	#blog .inbox > #next a{	border-color: #ccc; background: #ffff;}
	#blog .inbox > #next span{	color: #333; border-color: #ffcd33; background: #ffcd33;}


/** right **/

#arch .castbox_txt{
	font-size: 14px;
	line-height: 16px;
}
#arch{
}
#arch .castbox{	border-radius: 0;}
#arch .castbox_txt a{	color: currentColor;}
#arch .castbox_txt a:nth-of-type(2){	color: #cc0000;}

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

.arch_bg{
	text-align: left;
	margin: 0 20px;
	padding: 20px;
	border: 1px solid #ccc;
	/*
	max-height: 250px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	*/
}
#arch .castbox{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	background: none;
	color: #333;
}
#arch .castbox:last-of-type{	margin-bottom: 0;}
#arch .castbox_img{
	width: 40px;
	height: 40px;
}
#arch .castbox_img img{
	width: 40px;
	height: auto;
}
#arch .castbox_txt{
	width: calc(100% - 50px);
	margin-left: 10px;
}




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