.step {
	text-align: center;
	border: 1px solid #90C324;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.steptit {
	color: #FFFFFF;
	background-color: #90C324;
	padding: 5px;
	border-radius: 3px;
}
.steptxt {
	color: #FF0000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
section {
	display: block;
	margin-bottom: 30px;
}
.polybox {
	margin-top: 10px;
	overflow: auto;
	height: 200px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.polybox dl {
	font-size: 75%;
	font-weight: normal;
}
.polybox dl dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 5px;
	margin-bottom: 5px;
}
.polybox dl dd {
	margin-left: 20px;
	margin-bottom: 10px;
}
.tit-h1 {
	color: #8EC324;
}
.tit-h3 {
	background-color: #8EC324;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
}
.tit-h4 {
	background-color: #E6E6E6;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #333333;
}
.tit-h5 {
	padding: 10px;
	border: 1px solid #8EC324;
	border-radius: 5px;
	color: #8EC324;
	background-color: #F0F0F0;
}
@media (max-width: 500px) {
.t-txt {
	font-size: 75%;
}
}
.point {
	font-size: 150%;
	font-weight: bold;
	color: #FF0000;
}
