@charset "UTF-8";
/* CSS Document */

h2 {
	margin: 10px 0px 20px 30px;
	line-height: 1.1;
}
.cate_h2_title, .cate_h2_commnet {
	color: #235f6a;
}
.cate_h2_title {
	font-size: 30px;
	font-weight: bold;
}
.cate_h2_commnet {
	font-size: 15px;
}
/*------------------------------
	サムネイル
------------------------------*/
.thumbnail_area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.thumbnail {
	position: relative;
	width: 95%;
	height: 150px;
	margin: 6px;
}
.thumbnail_block_share {
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.thumbnail_block1 {
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.thumbnail_block2 {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 52%;
	height: 70%;
	top: 0px;
	right: 0px;
}
.thumbnail_block3 {
	position: absolute;
	width: 52%;
	height: 30%;
	bottom: 0px;
	right: 0px;
}
.thumbnail_block_share ul {
	margin: 0px 0px 5px 0px;
}
.thumbnail_block_share ul .li_sns {
	visibility: hidden;
}
.thumbnail_img_link {
	position: absolute;
	width: 100%;
	height: 100%;
}
.thumbnail_img_new {
	position: absolute;
	top: 0px;
	left: 0px;
}
h3 {
	width: 100%;
	padding: 3px 0px;
}
h3 a {
	font-size: 16px;
	font-weight: bold;
}
.thumbnail_detail {
	width: 100%;
	font-size: 12px;
}
.thumbnail_date {
	position: absolute;
	bottom: 5px;
	left: 0px;
	font-size: 14px;
	color: #235f6a;
}
.thumbnail_area_sharedcount {
	position: absolute;
	bottom: 5px;
	right: 60px;
}
#thumbnail_sharedcount {
	font-size: 14px;
}
 