
@charset "utf-8";
/* toppage */


#jquery{
	padding-top:30px;
	width:960px;
	height:270px;
	clear:both;
	background-color:#999999;
}

#firstveiw{
	background-size: cover;
  height: 500px;
  margin-top: -70px;
  padding-top: 70px;
  width: 100%;
  /* min-width: 1200px; */
  margin: 0 auto;
  text-align: center;
}
#firstveiw img {
  width: 100%;
  height: 500px;
  object-fit: cover;
	/* object-position: 0 0; */
}


/* ボックスの左右 */

.news-box{
width:100%;
height:auto;
padding:30px;
margin-top:30px;
/* margin-left:10px; */
margin-bottom:50px;
border-top: thin solid #0fa05d;
border-bottom: thin solid #0fa05d;
float:left;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.news-box ul{
	overflow-y: scroll;
	height: 300px;
}
/* ボックスの上下 */
.news-box	{padding-top: 10px;
	padding-bottom: 10px}

/* お知らせ */
.news h1	{
text-align:left;
margin-top: 0;
	margin-bottom: 5px;
	margin-left:15px;
	font-size: 16px;
	color: #666666
	}

.news ul	{
margin: 0;
	padding: 0;
	list-style: none
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.news{

}

.news li {
	height: auto;
	display: block;
	padding: 5px 20px;
	border-bottom: dotted 1px #dddddd;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	}
.news time	{
	margin-right: 25px;
	color: #888888;
	font-weight: bold;
	float: left;
	text-align: left;
	height: 40px;
	}
.news li p{
	text-align: left;
  height: 40px;
}
.fa{
color:#3b5998;
}
