#main section {
	padding: 0 0 120px 0;
	margin: 0 0 100px 0;
	background: url('../images/common/line.png') repeat-x bottom center;
}

#main section:last-child {
	background: none !important;
}

#main section .honbun {
	width: 960px;
	margin: 0 auto;
}

#main section .more {
	width: 966px;
	margin: 0 auto;
}

#main section article h3 {
	text-align: center;
}

.photos {
	list-style: none;
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}

.photos li {
	width: calc(100% / 2 - 20px);
	margin: 0 10px 20px;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}

.photos li img {
	display: block;
	width: 100%;
	height: auto;
}

#item10 .more_header {
	background: url('../images/common/header1.png') no-repeat;
	width: 966px;
	height: 39px;
}

#item10 .more_inner {
	background: url('../images/common/bg1.png') repeat-y;
	width: 966px;
	padding: 20px 30px;
	box-sizing: border-box;
}

#item10 .more_footer {
	background: url('../images/common/footer1.png') no-repeat;
	width: 966px;
	height: 34px;
}

#item10 .more_inner th,
#item10 .more_inner td {
	border: 1px solid #8fb9ed;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

#item10 .more_inner th {
	background: #ebfdfc;
	width: 240px;
}

#item9 .more_header {
	background: url('../images/common/header2.png') no-repeat;
	width: 966px;
	height: 35px;
}

#item9 .more_inner {
	background: url('../images/common/bg2.png') repeat-y;
	width: 966px;
	padding: 20px 45px;
	box-sizing: border-box;
}

#item9 .more_footer {
	background: url('../images/common/footer2.png') no-repeat;
	width: 966px;
	height: 34px;
}


#item9 .more_inner ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#item9 .more_inner ul li {
	width: calc(100% / 3 - 30px);
	margin: 0 15px 30px;
	padding: 10px 15px;
	border: 2px dotted #c0dc76;
	box-sizing: border-box;
	text-align: center;
}

#item9 .more_inner ul li:nth-child(1),
#item9 .more_inner ul li:nth-child(2),
#item9 .more_inner ul li:nth-child(5) {
	line-height: 54px;
}

#item9 .honbun{
	position: relative;
}

#item9 h4{
	position: absolute;
	left: 440px;
	top: 330px;
	padding: 10px;
	border-radius:15px;
	background: #89BA4C;
	font-size: 138%;
	color: #FFF;
}


#item9 .honbun h6{
	margin-left: 250px;
}
