@charset "utf-8";

/*////////////////////////////////////////////////////////////////////

  健康保険組合

////////////////////////////////////////////////////////////////////*/


/*====================================================================
  アーカイブ
====================================================================*/

.entryList {
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	background: url(../../images/content/content/arrow_right3.png) no-repeat left 5px;
}
.entryList:last-child {
	border-bottom: none;
}
	.entryList time {
		position: absolute;
		top: 0px;
		left: 20px;
	}
	.entryList .entry {
		font-weight: normal;
		margin-left: 7em;
	}


/*--ページング--*/
.pagingList {
	padding: 20px 0px;
}
	.pagingList .screen-reader-text {
		display: none;
	}
	.pagingList .nav-links {
		text-align: center;
	}
	.pagingList .nav-links .current,
	.pagingList .nav-links a {
		display: inline-block;
		text-decoration: none;
		padding: 5px 10px;
		margin-bottom: 5px;
		border: 1px solid #ccc;
	}
	.pagingList .nav-links a:hover {
		background: #eee;
	}
	.pagingList .nav-links .current {
		color: #fff;
		background: #f09100;
		border: 1px solid #f09100;
	}




/*====================================================================
  アーカイブ
====================================================================*/

.searchList {
	padding:0px 0px 10px 20px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	background: url(../../images/content/content/arrow_right.png) no-repeat left 5px;
}
.searchList:first-child {
	border-top: 1px dotted #ccc;
}
	.searchList .entry {
		font-weight: normal;
	}



