@charset "UTF-8";

#sid h2 {
	background: #00B285;
}

#sid li a:hover {
	background-color: #D9F4ED;
}

#sid li.select {
	background: #00B285;
}

#contents {
	float: none;
	width: auto;
}

#contents h2 {
	border-bottom: 2px solid #00B285;
}

#contents h3 {
	background: #D9F4ED;
}

#contents h3 {
	margin-bottom: 20px;
}

#contents ul {
	margin-bottom: 30px;
}

#contents ul li {
	line-height: 30px;
	padding-left: 10px;
}

@media screen and (max-width:640px) {
	#contents ul li.-happy {
		display: none;
	}

}
