@charset "UTF-8";

/* === スカッシュ === */
/* 三宅龍太郎 (c)2012 */

	#squash > div {
		text-align: center;
	}
	#squash > div > ul {
		display: flex;
		justify-content: center;
		gap: .6em;
		padding: 0;
		list-style: none;
	}
	#squash iframe {
		width: 200px;
		height: 281px;
		border: 0 none;
		border-radius: 0;
	}
	body > dl:nth-last-of-type(2) {
		background: url('./squash/image/sports_squash.webp') no-repeat 100%/contain;
	}
	a[href*='microsoft'] {
		display: inline-block;
	}

@media (min-width: 480px) {

	body > ul:first-of-type {
		padding: 0;
	}
	h4 {
		margin-top: 0;
		padding: 0;
	}

}

@media (min-width: 640px) {

	#squash {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 1.2em;
	}
	#squash > div > ul {
		margin-top: 1.4em;
		width: 200px;
	}
	#squash > div > ul a[target]::after {
		content: '';
		display: none;
	}
	#squash iframe {
		margin-top: .3em;
	}
	#squash > dl {
		margin: 0;
	}
	#squash > dl > dd._tright object {
		vertical-align: text-bottom;
	}

}

@media (max-width: 640px) {

	body > dl:nth-last-of-type(2) {
		background-image: none;
	}

}
