.post_thumbnail{
	width:360px;
}
.post-box-contents .post-meta-all{
	padding:5px 15px!important;
}
.bg_style{
	padding:10px;
	background:#eee;
}
.tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin:0 0 10px;
}
.tag_list li a{
	font-size:14px;
	border:1px solid #333;
	padding:3px;
	color:#333;
}
.tag_list li a:hover{
	color:#333;
	opacity:0.7;
}
.shopguide_btn{
	width: 100%;
    max-width: max-content;
    padding: 10px;
    border: 1px solid #ff7200;
    margin: 10px auto;
    border-radius: 10px;
    background: #ff7200;
    color: #fff;
	transition:.3s;
}
.shopguide_btn:hover{
	background:#fff;
	color:#ff7200;
}
.sub_title {
    margin-bottom: 5px;
}
.post-box-contents{
	display:flex;
	align-items:flex-start;
}
.post_thumbnail{
	float:none;
}
.post-box-contents .post-meta-all{
	width:calc(100% - 360px);
}
#main .post-box-contents{
	border:none;
	border-bottom:1px solid #ccc;
	margin:0 0 20px;
}
.post-box .post-title a{
	line-height: 1.5em;
    max-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width:1000px){
	.post-box-contents{
		display:block;
	}
	.post_thumbnail{
		width:100%;
	}
	.post-box-contents .post-meta-all{
		width:100%;
	}
	.post-substr{
		display:block!important;
	}
}