/*
	官能評価用語ページ
*/

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

#term-header h1 {
	background-color: rgba(255, 228, 225, 0.8);
}

#term-header h2 {
	margin: 0 auto;
	width: 60%;
	background-color: rgba(255, 228, 225, 0.8);
	border-radius: 1rem;
}

#term-header nav li {
	background-color: rgba(255, 192, 203, 0.8);
}

#term-header nav li:hover {
	background-color: lightpink;
}

#top-body {
	padding: 2rem;
}

#top-body li {
	font-size: 1.5rem;
	padding: 0.5rem;
}

#top-body li:before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	padding-right: 1rem;
}

#top-body li:hover {
	font-weight: bold;
}
