#mainv{
	background: #549535;
}

.page-title{
	font-size: 2rem;
	font-weight: bold;
}

.short-title{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #549535;
	margin-top: 30px;
}

.husoku-title{
	margin-top: 40px;
}

table.typeA{
  width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
table.typeA caption{
  font-weight: bold;
}
table.typeA td{
  padding: 10px;
}
table.typeA td:first-of-type{
	border-right: 1px solid #e2e2e2;
}
table.typeA thead{
  background: #fbfbfb;
	color: #549535;
}
table.typeA tbody td{
	background: #fbfbfb;
}
table.typeA tr{
  border: 1px solid #e2e2e2;
}
@media screen and (max-width: 1240px){
	#sub-dirconents{
		width: auto;
	}
	#sub-dirconents #main-content2{
		width: auto;
	}
	#sub-dirconents .inner{
		margin: auto 15px;
	}
}
