/* メインコンテンツ包括---------------------------*/
#wrapContents {
}
#wrapContentsInner {
	width: 730px;
	padding-top: 15px;
}

/* ニュース包括----------------------------------*/
.newsItem {
	margin-bottom: 20px;
	padding-bottom: 40px;
	background: url(../../img/parts/line_nami_pink.png) repeat-x left bottom;
}
.newsItem:last-child {
	background: none;
}
.newsItem {}
.newsItem h1{
	padding: 0px 10px 5px 25px;
	font-size: 120%;
	background: url(../../img/parts/ic_ttl_news.png) no-repeat left 2px;
}


.newsItem .post_meta {
	padding: 10px;
}

.newsItem .post_meta li {
	float: left;
	margin-right: 10px;
}
.newsItem .post_meta li.time{padding-left: 25px; background: url(/common/img/parts/icon_cal.png) no-repeat}
.newsItem .post_meta li.tag{padding-left: 25px; background: url(/common/img/parts/icon_tag.png) no-repeat}

.newsItem .wp-post-image {
	vertical-align: bottom;
	display: inline;
	background: #FFF;
	padding: 4px;
	border: 1px dashed #999;
}

.newsItem .wp-post-image img {
}

.newsItem .listDetails .hrefWrap {
	float: left;
	margin-right: 15px;
	padding: 5px;
	background: #e0dbd0;
	border: 1px dotted #ECECEC;
}


.newsItem .listDetails .more-link {
	clear: both;
	float: right;
	background: url(/common/img/parts/ic_arrow.png) no-repeat left center;
	padding-left: 15px;
}

.newsItem .entryDetails .pL {
	float: left;
	margin-right: 15px;
}

.newsItem .entryDetails .pR {
	float: right;
	margin-left: 15px;
}

.newsItem .entryDetails .hrefWrap {
	padding: 5px;
	background: #e0dbd0;
	border: 1px dotted #ECECEC;
}

.newsItem .entryDetails {
	margin-bottom: 20px;
}

.pageNav01         { list-style : none; }
.pageNav01 li      { display : inline-block; font-size : 14px; padding : 4px; }
.pageNav01 li span { display : inline-block; font-size : 14px; padding : 4px; }
.pageNav01 li a    { display : inline-block; font-size : 14px; padding : 4px; }

.pnKiji            { position : relative; width : 100%; }
.pnKiji .prevKiji  { position : absolute; left : 4px; top : 20px; }
.pnKiji .nextKiji  { position : absolute; right : 4px; top : 20px; }
