@charset "utf-8";

#second1 {
	width: 860px;
	margin: 10px auto 0;
	padding: 30px;
	background-color: #FFF;
	border-radius: 10px;
	line-height: 1.6;
}

#second1 .pan {
 margin: 0;
 font-size: 10px;
}

#second1 h2 {
	margin: 0 0 30px;
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

#second1 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #B8D380, #B8D380 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #B8D380, #B8D380 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#second1 h2:before {
	position: absolute;
	width: 180px;
	height: 10px;
	background-color: #70A600;
	content: "";
	bottom: 0;
	left: 0;
	z-index: 2;
}

#second1 h3 {
	margin: 0 0 20px;
 background: url(../image/subNavi_arrow.gif) #E2EDCC no-repeat 3px 9px;
	padding: 4px 5px 4px 26px;
	font-size: 18px;
	font-weight: bold;
}

#second1 p {
	margin: 0 0 30px;
}

#second1 ul {
	margin-bottom: 40px;
}

#second1 ul li {
	margin-bottom: 10px;
}

#second1 .contact {
	border: 1px solid #B8D380;
	margin: 0 20px 30px;
	padding: 20px;
}

#second1 .contact p {
	margin: 0;
}








