@charset "utf-8";
/* CSS Document */




/*************************************

#mv

**************************************/

#inner_mv div img {
  width: 303px;
}

@media screen and (max-width: 768px) {
	#inner_mv div img {
		width: 238px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 700px) {

}


/*************************************

#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 p{font-weight: 500;}
#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 > div{margin-bottom: 40px;}
	#news a{width: 80%;}
}
