/*
	メッセージ集
	2025.3.4
	2025.5.14
*/

#Contents{
	& h1{
		margin-bottom:0em;
		color:#90C;
		text-shadow:.05em .08em .08em #C299FF;
	}
	& section{
		display:grid;
		grid-template-columns:1fr;

		& > p{
			margin:2em 0 1em 1em;
			line-height:1.3;
			font-size:1.1em;
			text-align:left;
		}
		& button{
			width:6em;
			margin-right:.5em;
			padding:0;
			cursor:pointer;
			border:none;
			border-radius:.4em;
			background:#40b8ed;
			color:white;
			& + *{font-weight:bold;}
		}
		& > div{
			margin:.5em 1em 0;
			text-align:left;
		}
		& > div > div{
			display:grid;
			grid-template-columns:4em 1fr;
			gap:0 .7em;
		}
		& > div > div div:nth-child(2n+1){text-align:right;}
	}
/*	& table[role=presentation]{
		border-collapse:collapse;
		& tbody > tr{
			& td:first-child{
				width:4em;
				padding-right:.5em;
				text-align:right;
			}
			& td:last-child{padding-left:1em;}
		}
	}*/
}

@media screen and (min-width:501px){
	#Contents br.narrowScrn{display:none}
}
@media screen and (max-width:500px){
	#Contents span.wideScrn{display:none}
}
