@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■media
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2 {
	margin-bottom: 30px;
}
/*タイトル────────────────────────────────────*/
#pagetitle {
	padding: 14px 15px 14px 23px;
	width: auto;
	margin-bottom: 14px;
	border: 1px solid #c1c5d3;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	color: #363636;
}
#pagetitle p {
	border-left: 4px solid #4a5783;
	padding-left: 14px;
	line-height: 23px
}
/*投稿────────────────────────────────────*/
#main .post {
	border-bottom: 2px solid #d1d1d1;
	padding: 32px 32px 23px 30px;
	background-color: #fcfcfc;
}
#main .post .postmeta {
	line-height: 19px;
	width: auto;
	overflow: hidden;
	margin-bottom: 14px;
}
#main .post .icon {
	float: left;
	margin-right: 12px;
	display: block;
}
#main .post .date {
	float: left;
}
#main .post h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
	width: 100%;
}
#main .post .entry {
	width: 100%;
	overflow: hidden;
	clear: both;
}
#main .post .taxonomy {
	font-size: 12px;
	margin-top: 25px;
	border-top: 1px dotted #979797;
	padding: 12px 0;
}
#main .post .taxonomy p {
	margin-bottom: 5px;
}
#main .post .taxonomy a {
	color: #30579f;
}
#main .post .taxonomy a:hover {
	color: #5E85CE;
}
#main .post .sns {
	width: 100%;
	clear: both;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
#main .post .sns li {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}


/*ページャー────────────────────────────────────*/
#main .wp-pagenavi{
	padding-top: 30px;
}
#main .navigation {
	height: 43px;
	width: auto;
	padding-top: 30px;
	width: 100%;
	clear: both;
}
#main .navigation a, #main .navigation span {
	display: block;
	height: 43px;
	width: 142px;
	font-size: 18px;
	line-height: 43px;
	height: 43px;
	color: #FFF;
	background-image: url(../img/info/btn_pager.png);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#main .navigation a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#main .navigation .next a, #main .navigation .next span {
	background-position: right top;
	float: right;
	padding: 0 24px 0 18px;
}
#main .navigation .next span {
	background-position: right bottom;
}
#main .navigation .prev a, #main .navigation .prev span {
	background-position: left top;
	float: none;
	padding: 0 18px 0 24px;
}
#main .navigation .prev span {
	background-position: left bottom;
}
/*サイドバー　────────────────────────────────────*/
#side .menu > ul {
	overflow: scroll;
	overflow-x: hidden;
}
#categorymenu > ul {
	height: 400px;
}
#archivemenu ul {
	height: 200px;
}
