@charset "utf-8";
/* CSS Document */




/*************************************

#mv

**************************************/

#inner_mv div img{
  width: 258px;
}
@media screen and (max-width: 700px) {
	#inner_mv div img{width: 205px;}
}


/*************************************

#news

**************************************/

#news{margin-bottom: 80px;}
#news>div{margin-bottom: 60px;}
#news .date{
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
#news h3{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
/*#news img{margin-bottom: 30px;}*/
#news p{
  margin-bottom: 30px;
  font-weight: 500;
}
#news p:last-child{margin-bottom: 0;}
#news a{
  /*width: 48%;*/
	width: 360px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	#news h3{
		font-size: 20px;
    margin-bottom: 20px;
	}
}

@media screen and (max-width: 700px) {
  #news a {width: 80%;}
	#news > div {
		margin-bottom: 40px;
	  }
}
