@charset "utf-8";

/* INFORMATION
---------------------------------------------*/

/* ENTRY */

.entry {
	margin-top: 38px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;}

.entry h3 {
	font-size: 12px;
	padding-left: 32px;
	background: url(../img/mrk_ttl.gif) left 0.5em no-repeat;}

.entry h3 strong {
	font-size: 16px;
	color: #000052;
	margin-right: 1em;}

.entry h3 a {
	color: #000052;
	text-decoration: none;
}

.entry h3 a:hover {
	text-decoration: underline;
}

.entrytxt {margin: 1.2em 0.5em 0 32px;}
.entrytxt p {margin-bottom: 1em;}

.entry img {
	max-width: 100%;
	height: auto;
}

/* SIDE */

#archive li a {
	display: block;
	width: 174px;
	height: 40px;
	color: #000052;
	font-weight: bold;
	font-size: 14px;
	line-height: 41px;
	text-decoration: none;
	padding-left: 28px;
	background: url(../img/bg_submenu.gif) left top no-repeat;}

#archive li a:hover {
	color: #fff;
	background: url(../img/bg_submenu02.gif) left top no-repeat;}

#archive li a.current {
	color: #fff;
	background: url(../img/bg_submenu02.gif) left top no-repeat;}

	.post-navigation {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	
	.post-navigation .nav-previous,
	.post-navigation .nav-next,
	.post-navigation .nav-home {
		flex: 1;
		text-align: center;
	}

	.post-navigation .nav-previous {
		text-align: left;
	}

	.post-navigation .nav-next {
		text-align: right;
	}
	
	.post-navigation a {
		display: inline-block;
		margin: 5px;
		color: #000052;
		text-decoration: none;
	}
	
	.post-navigation a:hover {
		text-decoration: underline;
	}
	

	.wp-pagenavi {
		text-align: center;
		margin: 20px 0;
	}
	
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
		padding: 7px 14px;
		margin: 0 3px;
		color: #000052;
		text-decoration: none;
		border-radius: 4px;
		border: 1px solid #000052;
	}
	
	.wp-pagenavi a:hover {
		background-color: #000052;
		color: #fff;
	}
	
	.wp-pagenavi .current {
		background-color: #000052;
		color: #fff;
	}
	