.clear {
	clear: both;
}
#tenpolist dl dt {
	font-size: 18px;
	line-height: 40px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,237,199,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,237,199,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,237,199,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(199,237,199,1.00) 100%);
	border: 1px solid #006934;
	border-radius: 10px;
	text-align: center;
	color: #006934;
	margin-bottom: 10px;
	position: relative;
}
#tenpolist dd {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#tenpolist .openmidashi:after{
	content: "+";
	position: absolute;
	right: 20px;
	top: 5px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 24px;
	display: inline-block;
	background-color: #006934;
	border-radius: 50%;
	margin-top: 0px;
	color: #fff;
}
#tenpolist .opened .openmidashi:after{
	content: "-";
	display: inline-block;
}
#tenpolist img  {
	width: 100%;
	height: auto;
}
dd .float_L  {
	width: 50%;
	float: left;
}
dd .float_R {
	float: right;
	width: 50%;
}
.h3    {
	font-size: 18px;
	border-left: 4px solid rgba(0,141,72,1.00);
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.ore {
	color: rgba(229,104,39,1.00);
}
.textbtn a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,141,72,1.00);
	display: block;
	text-align: center;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textbtn a:hover {
	background-color: rgba(0,141,72,0.80);
}
.linebox {
	border: 1px solid #008D48;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-top: 20px;
	margin-bottom: 20px;
}
