body {
	font-size: 16p;
	line-height: 1.2;
	line-break: strict;
	margin: 10pt 30pt;
	background: #CCCCFF;
}

table {
	margin-left: auto;
	margin-right: auto;
}

p {
	margin: 0px;
}

button {
	border-radius: 0;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid grey;
	border-right: 2px solid grey;
	background: linear-gradient(315deg, lightgray, 40%, silver);
	background-color: lightgray;
	cursor: pointer;
}

a:hover {
	font-weight: bolder;
}

img {
	border-style: none;
}

.all {
	margin-inline: auto;
}

.larger {
	font-size: 120%;
}

.table-center {
	text-align: center;
}

.table-right {
	text-align: right;
}

.bg-content {
	background-color: #ccccf9;
}

.content {
	line-height: 1.7;
}

.bg-subtitle {
	font-size: 16px;
	background-color: purple;
	color: white;
	font-weight: bold;
	line-height: 1.7;
}

.menu {
	font-size: larger;
}

.himitsu-table {
	margin-top: 16px;
}

.main {
	width: 448px;
}

.content-text {
	font-size: 16px;
}

.text-subtitle {
	font-size: 16px;
}

.menu-element {
	font-size: 16px;
	margin-top: 8px;
	line-height: 1.7;
	text-align: center;
}

.menu-element-only {
	margin-top: 8px;
	margin-bottom: 8px;
}

.mail-img {
	margin-right: 10px;
}

.info-margin {
	margin-top: 12px
}

.font-bold {
	font-weight: bold;
}