@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: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);
	}

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