@charset "UTF-8";

	#st-magazine .catname {
		border-radius:20px;
		font-size:14px;
		padding:7px 12px;
	}

	.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;
		}
	
			/*画像にアミ点*/
		#st-magazine .kanren .st-fist-post dt .st-c-ami{
			background-image: url("images/amiten.png");
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height:100%;
			width: 100%;
			z-index:1;
		}
	
	/*-- ここまで --*/
}