@charset "UTF-8";

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

#st-magazine .kanren .st-top-box.st-continuation-post dd h3 {
	position: relative;
	padding-left:0;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc; /* 薄い方の線 */
	padding-top:10px;
	margin-bottom:15px!important;
}

#st-magazine .kanren .st-top-box.st-continuation-post dd h3::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 3;
	content: '';
	width: 30%;
	height: 1px;
	background-color: #212121; /* 濃い方の線 */
}

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



/*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;
	}


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

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

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