.polaroid {/*記事エリアに影を付けてポラロイド風に*/
	float: left;
	height: 300px;
	width: 220px;
	box-shadow: rgba(0, 0, 0, .40) 0px 0px 5px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 12px;
}

.polaroid h1 {/*記事タイトル文字設定*/
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin: 0px;
	background-image: none;
}
.polaroid h2 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin: 0px;
	background-image: none;
}



.cover {/*画像非表示部分回り込みのための設定*/
	position: relative;
	width: 220px;
	height: 150px;
	
}
.cover img {/*画像を幅220pxに縮小し、幅220px×高さ150pxにトリミング*/
	width: 220px;
	position: absolute;
    clip:rect(0px 220px 150px 0px);
}

.news p {/*4行まで表示し、それ以降は隠す*/
	margin: 0px;
	padding: 0px;
	height: 74px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #000;
}


.ellipsis {/*最後の一文字を消して3点リーダーを付ける*/
	position: relative;
	overflow: hidden;
}

.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}

.ellipsis:before {
	content: " ...";
	bottom: 0;
	right: 0;
}

.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}

.date {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	clear: both;
	float: right;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 95px;
	padding: 0px;
	text-align: right;
}

.pagelink {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #333333;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 110px;
}

.pagelink a:link{
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0066CC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pagelink a:visited {
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0066CC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pagelink a:hover {
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #CB037B;
	background-image: url(images/link_over.png);
	background-repeat: repeat;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* タイトル部分の高さ確定 */ 
.news h1{
	height: 36px;
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
