h1.entry-title {
	margin-top: 24px;
}

/* Sidebar
 * ----------------------------------------------------------------------- */
.lp-sb-results h3:after {
    margin-left: 5px;
    content: "";
    background: #e31a22;
    height: 2px;
    flex: 1 0 auto;
    align-self: center;
}
.lp-sb-results h3 {
	font-size: 18px !important;
	font-family: "Noto Sans JP";
    letter-spacing: 1px !important;
    display: flex;
    font-weight: 900 !important;
	color: #e31a22 !important;
}
.lp-sb-item {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
}
.lp-sb-title {
	margin-top: 10px;
	color: #e31a22 !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}
.lp-sb-title:hover {
	color: #ed1c24 !important;
}
@media screen and (min-width: 801px) {
	.lp-sb-results h3 {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 800px) {
	#sidebar {
		margin-top: 0 !important;
	}
}


@media screen and (max-width: 640px) {
	#content {
		margin-bottom: 20px !important;
	}
}

.post-content h3 {
	font-size: 20px !important;
}


.fusion-image-carousel {
	margin-bottom: 0 !important;
}
/*
.lp-post-thumb {
	margin-bottom: 30px;
}
.lp-video-container {
	margin-bottom: 20px;
}*/
.lp-post-thumb img {
	width: 100%;
}
.post-content p a {
	text-decoration: underline;
	font-weight: 700;
}
.post-content p a:hover {
	color: #e31a22;
}
/*
.meride-video-container,
video {
	width: 100% !important;
	height: auto !important;
}*/

/* Tags
 * ----------------------------------------------------------------------- */
.lp-tags a {
	text-decoration: underline;
	color:#333;
	font-weight: 700;
}
.lp-tags a:hover {
	color: #e31a22;
}
.lp-tags a:first-child {
	margin-left: 5px;
}

/* Social Sharing
 * ----------------------------------------------------------------------- */
.fusion-flipboard {
	padding: 7px 8px !important;
	background: #f52828 !important;
	border-color: #f52828 !important;
}
.fusion-flipboard::before {
	content: url(/static/images/flipboard.png);
}
.fusion-sharing-box {
	display: flex;
}
.lp-social-text {
	font-size: 18px;
	font-weight: 700;
}
@media screen and (min-width: 951px){
	.fusion-sharing-box {
		align-items: baseline;
		margin-top: 30px !important;
		margin-bottom: 40px !important;
	}
	.lp-social-text {
		margin-right: 30px;
	}
	html[dir="rtl"] .lp-social-text{margin-left:30px;margin-right:0}
}
@media screen and (max-width: 950px){
	.fusion-sharing-box {
		flex-wrap: wrap;
		margin: 30px 0 20px !important;
	}
	.fusion-sharing-box > div {
		flex: 0 1 100%;
	}
	.lp-social-text {
		margin-bottom: 6px;
	}
}

/* Breadcrumb
 * ----------------------------------------------------------------------- */
.lp-breadcrumb {
	font-size: 16px !important;
}
.lp-bread-lf {
	color:#e31a22;
	font-weight: 700;
	text-decoration: underline;
	font-size: 18px;
}

/* Featured Image-Video-Gallery
 * ----------------------------------------------------------------------- */
.lp-sub-gallery,
.lp-feat-desc {
	font-style: italic;
	font-size: 15px;
	line-height: 1.3;
	margin-top: 2px;
}

/* Image Gallery
 * ----------------------------------------------------------------------- */
.fusion-carousel-wrapper {
	padding-bottom: 0 !important;
}