@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------News*/
section#news div {
	background: #FFF;
	padding: 12px 0 10px;
	border-bottom: 1px solid #805D24;
	text-align: center;
}
section#news div.news_text {
	padding: 0;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	color: #333;
}
section#news p {
	text-align: left;
}
section#news div a {
	display: block;
}
section#news div .date {
	font-size: 14px;
	font-weight: bold;
	color: #563E16;
	padding: 0 10px;
}
section#news div .title {
	font-size: 18px;
	color: #855d19;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+33,eae7de+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,255,255) 33%, rgb(234,231,222) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,255,255) 33%, rgb(234,231,222) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,255,255) 33%, rgb(234,231,222) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae7de', GradientType=0 ); /* IE6-9 */
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #855d19;
	font-family: 'Noto Sans Japanese';
	font-weight: bold;
	margin-bottom: 10px;
}
section#news div .photo {
	text-align: center;
	font-size: 0;
}
section#news div img {
	margin: 10px auto 5px;
	width: 85%;
}