@charset "utf-8";
/* CSS Document */
div.mainContents div.box01 {
	width:720px;
	max-width: 100%;
	margin: 50px auto 0 auto;
	padding: 0 0 20px 0;
}
	div.mainContents div.box01 p.nodata {
		font-size: 14px;
		text-align: center;
	}
	div.mainContents div.box01 div.newsbox {
		width:100%;
		padding:30px 0 30px 0;
		text-align: center;
		background: url(../images/news/newsbg.png);
	}
		div.mainContents div.box01 div.newsbox a.news {
			display: inline-block;
			width:200px;
			margin: 6px;
			position: relative;
			background: #fff;
			text-decoration: none;
		}
			div.mainContents div.box01 div.newsbox a.news img {
				width:200px;
				height:126px;
			}
			div.mainContents div.box01 div.newsbox a.news p.category {
				width:55px;
				height:20px;
				font-size: 12px;
				line-height: 20px;
				text-align: center;
				color: #fff;
				background: #B28850;
				position: absolute;
				top:0;
				left:0;
				letter-spacing: 1px;
			}
			div.mainContents div.box01 div.newsbox a.news p.date {
				width:186px;
				height:20px;
				line-height: 20px;
				text-align: right;
				font-size: 12px;
				margin: 0 auto;
				color: #333;
			}
			div.mainContents div.box01 div.newsbox a.news p.title {
				width:186px;
				height:30px;
				margin: 0 auto;
				line-height: 30px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				border-bottom: #bfbfbf 1px solid;
				color: #333;
				font-size: 14px;
			}
			div.mainContents div.box01 div.newsbox a.news p.comment {
				width:186px;
				height:50px;
				margin: 5px auto 20px auto;
				line-height: 25px;
				font-size: 12px;
				color: #333;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}
	/* アーカイブ */
	div.mainContents div.box01 div.archivebox {
		width:90%;
		margin: 100px auto 0 auto;
		border-top: #b5b5b5 1px solid;
		border-bottom: #b5b5b5 1px solid;
		padding: 50px;
		box-sizing: border-box;
	}
		div.mainContents div.box01 div.archivebox a {
			display: inline-block;
			width:100px;
			text-align: center;
			text-decoration: none;
			color: #333;
			line-height: 25px;
			margin-bottom: 5px;
			font-size: 14px;
			color: #333;
		}