/*-----------------------------------------

	blog.css	
			blog Only
			create date:2025-06

-----------------------------------------*/
/*
	id="secNewsBlock"
*/

#secBloglistBlock .wp-show-posts-columns{
	margin-left:0px!important;padding-top:20px;padding-left:10%;padding-right:10%;
	font-weight:bold;
}
#secBloglistBlock .wp-show-posts-columns > article{
	margin-bottom:20px;padding-bottom:20px;
	border-bottom:1px dotted #333;
}

#secBloglistBlock header{
	margin-bottom:0px;
	display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-wrap:wrap;flex-direction:column-reverse;
}
#secBloglistBlock .wp-show-posts-inner{margin:0px!important;}
#secBloglistBlock .wp-show-posts-columns#wpsp-32,
#secBloglistBlock .wp-show-posts-columns#wpsp-321,
##secBloglistBlock .wp-show-posts-columns#wpsp-18,
#secBloglistBlock .wp-show-posts-columns#wpsp-19{margin-left:0px;}
#secBloglistBlock p{margin-bottom:0px;}
#secBloglistBlock a{text-decoration:none;}
#secBloglistBlock .wp-show-posts-entry-title a{color:#000;}
#secBloglistBlock .wp-show-posts-columns a:visited{color:#000;}
#secBloglistBlock .wp-show-posts-entry-meta{margin-bottom:8px;}
#secBloglistBlock .wp-show-posts-separator{display:none;}
#secBloglistBlock .wp-show-posts-terms{
	margin-left:16px;padding-left:16px;padding-right:16px;
	background-color:#fb6322;
	border-radius:16px;
}
#secBloglistBlock .wp-show-posts-terms a{color:#fff;}
#secBloglistBlock .wp-show-posts-terms a:hover{background-color:#fb6322;}
#secBloglistBlock .wp-show-posts-entry-summary{display:none;}

/*	id="secNewsBlock" end	*/


/*
	detail common
*/

.blogOrangeBg{
	padding-top:8px;padding-bottom:8px;padding-left:16px;padding-right:16px;
	background-color:#fb6322;
	color:#fff;
	display:inline-block;text-align:center;
}

/*	detail common end	*/

/*
	id="secTitleBlock"
*/

.titleUl{
	display:-webkit-flex;display:-moz-flex;	display:-ms-flex;display:-o-flex;display:flex;
	flex-wrap:wrap;
	column-gap:16px;
}
.titleCategoryTxt{
	padding-top:0px;padding-bottom:4px;padding-left:16px;padding-right:16px;
	background-color:#fb6322;border-radius:8px;
	color:#fff;
	display:inline-block;text-align:center;
}
#secTitleBlock h2{border-bottom: 1px solid #ccc;padding-bottom:16px;}

/*	id="secTitleBlock"	*/


#secDetailBlock{line-height:2.0;}

/*
	Responsive
*/

/*Mobile*/
@media screen and (max-width:834px) {


}

/*	Responsive end	*/
