﻿main > section h2
{
	font-size: 30pt;
}

	main > section h2:before
	{		
		font-size: 20pt;
	}

main section table
{
	background-color: white;
	border-collapse: collapse;
	/*margin-bottom: 5ex;*/
	font-weight: 400;
	box-shadow: silver 0 0 5px;
}

	main section table th
	{
		padding: 1ex .5em;
		text-align: center;
		line-height: 2;
		background-color: #E4D0D0;
		color: #314E52;
		border-top: 1px solid #D5B4B4;
		border-bottom: 1px solid #D5B4B4;
		border-left: 1px dotted #D5B4B4;
		border-right: 1px dotted #D5B4B4;
	}

	main section table td
	{
		padding: 1ex .5em;
		text-align: center;
		font-size: 94%;
		border-bottom: 1px solid #E4D0D0;
		border-left: 1px dotted #E4D0D0;
		border-right: 1px dotted #E4D0D0;
	}

.slogan
{
	font-family: MaruBuri;
	font-size: 16pt;
	font-weight: 600;
	color: #9b7f0d;
	margin: 4ex auto;
	text-align: center;
	word-break: keep-all;
}

	.slogan::before, .slogan::after
	{
		display: inline-block;
		content: '″';
		padding: 0 .25em;
		font-size: 120%;
		font-weight: 900;
	}

/* 
Break points: 1200px (L), 960px (M), 640px (S)
Hide full navigation when screen width is smaller than 810px (iPad)
*/
@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 960px)
{
	
}

@media screen and (max-width: 810px)
{	
}

@media screen and (max-width: 640px)
{
	
}