/*
	スパゲッティページ
*/

#term-header {
	clear: both;
	/*background-image: url(../img/spaghetti.jpg);*/
	background-color: rgba(255, 228, 225, 1.0);
	background-size: cover;
	border-top: solid 3px green;
	border-bottom: solid 3px green;
}

.note {
	font-size: 1.5rem;
	text-decoration: underline;
}

#spaghetti {
	padding: 0 2rem;
}

#explanation ul {
	display: none;
}

#explanation li {
	margin-bottom: 2rem;
}

#explanation p {
	margin-bottom: 0.5rem;
}

#wheel {
	width: 100%;
}

#wheel img {
	display: block;
	border: double 0.5rem green;
	margin: 0 auto 2rem;
}

#term-table h2 {
	display: inline;
	margin-right: 2rem;
}

#term-table select {
	height: 1.8rem;
}

#term-table .head {
	font-weight: bold;
}

th a:hover {
	color: gray;
}

.appearance td:first-child {
	background-color: skyblue;
}

.flavor td:first-child {
	background-color: lightgreen;
}

.texture td:first-child {
	background-color: lightpink;
}
