@charset "utf-8";
#indexyly ul li {
	float: left;
	height: 370px;
	width: 251px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
#indexyly {
	width: 1127px;
	margin-right: auto;
	margin-left: auto;
}
.item-grid {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: 2px;
	background-color: #F9F9F9;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}


.item-grid:hover
{
	  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
	}
.item-grid h2 {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 300;
	padding-top: 10px;
}
.item-grid p {
	font-size: 14px;
	padding-bottom: 8px;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	text-align: left;
}
.ylytit {
	width: 1127px;
	margin-right: auto;
	margin-left: auto;
}
.ylytit h1 {
	margin: 0px;
	font-size: 36px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.underline {
	position: relative;
	font-size: 20px;
	max-width: 350px;
	margin: auto;
	margin-bottom: 60px;
	color: #0099FF;
	text-align: center;
}

.underline:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	background-color: #777;
	top: 50%;
	left: 0;
}
.underline:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	background-color: #777;
	top: 50%;
	right: 0;
}

.underline2 {
	position: relative;
	font-size: 20px;
	max-width: 450px;
	margin: auto;
	margin-bottom: 45px;
	color: #009347;
	text-align: center;
}

.underline2:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	background-color: #777;
	top: 50%;
	left: 0;
}
.underline2:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	background-color: #777;
	top: 50%;
	right: 0;
}
.ylytit #a-i .underline2 a {
	color: #093;
}
#footbk {
	background-color: #009347;
	width: 100%;
}
