@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------News*/
section#news h2.title01{
  width: 300px;
  margin: 0 auto;
}
section#news div {
	background: #FFF;
  margin: 0 10px;
	padding: 12px 0 10px;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}
section#news div.news_text {
	padding: 0;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}
section#news p {
	text-align: left;
}
section#news div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news div .date {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
section#news div .title {
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: left;
  margin: 0.5em auto ;
  padding: 0 0 0.3em 26px;
  color: #314B87;
  background: url(../img/common_img/h3_h01.png) no-repeat 0 0;
  background-size: 24px;
}
section#news div .photo {
	text-align: center;
}
section#news div img {
	margin: 10px 0 0;
}
