/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.0-beta08.02
*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
span.tn-logo-size {
	max-width: 360px;
	display: block;
}
.cps-post-main a.af_link_btn {
	display: block;
	width: 80%;
	max-width: 360px;
	margin: 30px auto;
	padding: 10px;
	text-align: center;
	background: #ffe668;
	text-decoration: none;
	color: #ca4700;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #c0c0c0;
	opacity: 1;
}
.side_top_bnr img {
	width: 100%;
}
.content_blocker {
	min-height:200px;
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
.content_blocker:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80%;
	background: -moz-linear-gradient(0deg, #FFF 0%, transparent 100%); 
	background: -webkit-linear-gradient(0deg, #FFF 0%, transparent 100%); 
	background: linear-gradient(0deg, #FFF 0%, transparent 100%);
}
.read_more_afbtn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.h2-style05 h2{
	margin:30px auto;
}
.h2-style05 h2.NewArticlesTitle {
	font-size: 120%;
	background:#FF0000!important;
}
.h2-style05 h2.NewArticlesTitle:before{
	border-top-color:#FF0000!important;
}
ul.NewArticles_list li {
	padding: 10px 0;
	border-bottom: 1px dashed;
}
ul.NewArticles_list li a{
	color:#1c1c1c;
	text-decoration:none;
}

@media (max-width: 768px){
	div#scroll-content {
		padding-top: 50px;
	}
	div#header-box {
		position:fixed;
		top: 0px;
		left: 0;
		right: 0;
	}
	label[class*="sp-menu-"]{
		position: fixed;
		top: 5px;
		right: 5px;
	}
}


/**/
div#gadgetArticleListId {
	display: none;
}

/**/
p.side_af_title {
	font-size: 16px;
	font-weight:bold;
	color:#FF0000;
	background:linear-gradient(5deg, #d8bd48, #ffe761 50%,#d8bd48 100%);
	padding: 10px;
}
.af_list a {
	display: flex;
	padding: 10px;
	border-bottom: 1px dashed;
}
.site_af_list .af_thumbnail {
	width: 30%;
	max-width: 100px;
}
.site_af_list .af_title {
	width: 70%;
	max-width: calc(100% - 100px);
	padding: 5px;
}

.cps-post-main .video {
	position: relative;
}
.cps-post-main .video:before {
	content: "";
	display: block;
	padding-top: 65%;
}
.cps-post-main .video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}