@charset "UTF-8";




	#st-magazine.st-magazine-k .kanren dt img {
		object-fit: cover;
	}

	/* ブログカード風マガジン最初の投稿
	----------------------------------------------------*/
	@media only screen and (min-width: 600px) {
		#st-magazine .kanren .st-top-box.st-fist-post dt {
			overflow: visible;
			width: 100%; /* トリミングしたい枠の幅 */
			position: relative;
		}

		#st-magazine .kanren .st-top-box.st-fist-post dl:last-child {
			padding-bottom:0;
		}

		#st-magazine .kanren .st-top-box.st-fist-post dt img {
			width: 100%;
			height: auto;
		}

		#st-magazine .kanren .st-fist-post dd {
			width: 100%;
			box-sizing:border-box;
			padding: 0!important;
			position:absolute;
			bottom:0;
			left:0px;
			z-index:999;
		}

		#st-magazine .kanren .st-fist-post dd .st-cards-content {
			padding:0px;
		}
		#st-magazine .kanren .st-fist-post dd .st-cards-content-in {
			background: rgba(255,255,255,0.7);
			padding: 10px 40px 20px;
		}

		#st-magazine .kanren .st-fist-post dd h3 {
			font-size:150%;
			margin-bottom:5px;
			line-height:1.5;
			padding-top:20px;
		}
	}

	@media print, screen and (min-width: 960px) {
		#st-magazine .kanren .st-top-box.st-fist-post dt {
			width: 100%; /* トリミングしたい枠の幅 */
			position: relative;
		}

	}


	.front-page #st-magazine .kanren,
	.archive #st-magazine .kanren {
		margin-top: -5px;
	}



	.home .post {
    	padding: 0 5px;
		margin-bottom:0;
	}


	#st-magazine:not(.st-magazine-k) .kanren .st-top-box:not(.st-magazine-infeed) dl {
    	border: 1px solid #ccc;
	}


	#st-magazine .kanren .st-top-box.st-continuation-post dl,
	#st-magazine .kanren .st-top-box.st-fist-post dl,
	#st-magazine.st-magazine-k .kanren dl {
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}
	/* インフィード広告は除外 */
	#st-magazine .st-magazine-infeed dl {
		box-shadow: none!important;
	}


	#st-magazine .kanren dt img {
		border-radius:0!important;
	}

/*media Queries タブレットサイズ（959px以下）
----------------------------------------------------*/
@media only screen and (max-width: 959px) {

	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

			.home .post {
			padding: 0 15px;
			margin-bottom:0;
		}
	
			#st-magazine .kanren dd,
		#st-magazine .kanren.st-cardbox dd {
			padding-left: 20px!important;
		}
	
			#st-magazine .kanren .st-top-box {
			padding: 10px!important;
		}
		#st-magazine .kanren .st-fist-post {
			padding: 0 10px 10px!important;
		}
	
	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media only screen and (min-width: 960px) {

		.home .post {
    		padding: 0 5px;
			margin-bottom:0;
		}
	
			.home main {
    			padding-top: 0;
		}
	
	
	/*-- ここまで --*/
}

/*media Queries モバイルサイズ（599px以下）
----------------------------------------------------*/
@media only screen and (max-width: 599px) {

			#st-magazine .kanren h5.kanren-t,
		.post #st-magazine .kanren h5.kanren-t {
			margin-bottom: 0;
		}
	
	
	/*-- ここまで --*/
}
