@charset "utf-8";
/* *************************************************************************************************************
 *	Alteration:		2025.08
 *	style info:		ページ専用CSS
************************************************************************************************************* */


/* ------------------------------------------------------------------------
	COMMON
------------------------------------------------------------------------ */



/* jsreformMagazineArchiveContainer
------------------------------------------------------------------------ */

/* thumbnailWrap
---------------------------------------------------- */
	.thumbnailWrap .T_colUnit {
		text-align: center;
	}
	.thumbnailWrap .ttl {
		line-height: 1.2;
		text-align: left;
		margin-bottom: 0.8em;
		padding: 0.6em 0;
		border-bottom: 1px solid #333;
	}
	.thumbnailWrap a {
		display: block;
		text-decoration: none;
	}
	.thumbnailWrap a .linkBtn {
		margin: 4px auto 0;
		padding: 0.5em 30px;
		font-size: 0.8em;
		max-width: 260px;
	}

	/* hover */
	.thumbnailWrap a[href]:hover .linkBtn{
		background-position: 0 0 !important;
		transition: color 0.15s ease 0.05s, background-position 0.32s ease !important;
	}
	.thumbnailWrap a[href]:hover img {
		opacity: .85;
	}
	.thumbnailWrap a:not([href]):hover .M_btnElem {
		background-position: 100%  !important;
	}

@media screen and (min-width: 800px) and (max-width: 1049px) {
	.thumbnailWrap a .linkBtn {
        padding: 0.5em 5px 0.5em 20px;
    }
}
@media screen and (max-width: 799px) { /*{(belowTBs)}*/
	.thumbnailWrap {
		max-width: 650px; /* feeling. */
		margin-left:	auto;
		margin-right:	auto;
	}
	.thumbnailWrap > .T_colUnit:nth-of-type(n+3) {
		margin-top: 12%;
	}
}




