/*
	米飯官能評価用語体系ページ
*/

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

#explanation ul {
	display: none;
}

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

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

#data-body h2 {
	display: inline;
}

#data-body button {
	float: right;
}

#data-body .left-button {
	float: left !important; 
}

#data-body select {
	height: 2rem;
}

#data-body input {
	height: 1.6rem;
}

.hidden {
	color: transparent;
	border-top: none;
}

.not-show {
	display: none;
}

.appearance td:first-child {
	background-color: rgb(255,153,160);
}

.flavor td:first-child {
	background-color: rgb(255,153,0);
}

.taste td:first-child {
	background-color: rgb(102,204,255);
}

.texture td:first-child {
	background-color: rgb(53,161,107);
}