@charset "UTF-8";
/* === Style-Sheet (Nifty) ディスプレイ用 === */
/* 三宅龍太郞 2020 */

	* {
		font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', sans-serif;
		box-sizing: border-box;
	}
	body {
		padding: 0 2%;
		font-size: 1em;
	}
	h1 {
		margin: 1em 0 1.5em;
		font-size: 1.6em;
		text-align: center;
	}
	h2 {
		font-size: 1.4em;
	}
	a[target='preview'] img {
		width: 100%;
		height: 100%;
	}

	a[href$='.jpg'] {
		display: inline-block;
	}
	article + ul {
		display: flex;
		flex-wrap: wrap;
		gap: 2em;
		justify-content: flex-end;
	}
	article + ul, address {
		list-style: inside;
		text-align: right;
	}

@media (max-width: 480px) {

	html, body, article, ul, li {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
		list-style: none;
		overflow: hidden;
	}
	head, h1, h2, p, hr, address, script {
		display: none;
	}

}
