/* = Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding-top: 4rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0 0.25em;
	text-align: center;
	vertical-align: middle;
	width: 2.5em;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
	background: #000 none repeat scroll 0 0;
	color: #FFF;
	opacity: 1;
	text-decoration: none;
}
.wp-pagenavi .extend {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #000;
	width: 1em;
}
.wp-pagenavi .extend::after {
	content: "…";
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background: none;
	border: none;
	vertical-align: middle;
	width: 3.5em;
	text-align: center;
	font-weight: normal;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	background: none;
	color: #000;
}

.result_count {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.4rem;
	color: #999;
}

/* = #nav-below
-------------------------------------------------------------- */
#nav-below {
	padding: 2.5rem 0 0;
	font-size: 1.4rem;
	border-top: 1px solid #eee;
}
#nav-below .leftside {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#nav-below .rightside {
	width: 50%;
	box-sizing: border-box;
	text-align: right;
	border-left: 1px solid #eee;
	float: right;
}
#nav-below h3 {
	font-size: 1.5rem;
	margin: 0 0 1rem 0;
}
#nav-below a {
	display: table;
	width: 100%;
}
#nav-below .imgbox {
	display: table-cell;
	vertical-align: middle;
	width: 74px;
	border-radius: 5px;
	border: 1px solid #ccc;
	overflow: hidden;box-sizing: border-box;
}
#nav-below a img {
	width: 100%;
}
#nav-below a h4 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1rem;
	font-weight: normal;
	line-height: 1.25;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: unset;
}
#nav-below .first,
#nav-below .last {
	margin: 2.85rem 0;
}

@media screen and (max-width: 736px) {
	#nav-below {
		margin-bottom: 4rem;
	}
	#nav-below a h4 {
		font-size: 1.3rem;
	}
}

/* = .tag_list
-------------------------------------------------------------- */
.tag_list li a::before {
	content: "\f292";
	font-family: FontAwesome;
	font-size: 1em;
	font-weight: normal;
	margin-right: 0.3rem;
}

/* = #sns-buttons
-------------------------------------------------------------- */
#sns-buttons {
	margin: 2.5rem 0 3.5rem;
}
#sns-buttons h3 {
	margin-bottom: 15px;
}
#sns-buttons ul {
	text-align: center;
	white-space: nowrap;
}
#sns-buttons li {
	width: 19%;
	margin-right: 1.1%;
}
	#sns-buttons li:last-child {
		margin-right: 0!important;
	}

#sns-buttons li a {
	display: block;
	color: #FFF;
	background: #55acee;
	padding: 1.1rem 0 0.9rem;
	border-radius: 5px;
	border-bottom: 2px solid #4198da;
}
	#sns-buttons li a:hover {
		text-decoration: none;
		border-bottom: 0!important;
		margin-top: 2px;
	}
	#sns-buttons li a i {
		display: inline-block;
		vertical-align: middle;
		font-size: 2.4rem;
		font-weight: normal;
		margin-right: 0.4rem;
	}
	#sns-buttons li a span.social-count {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.5rem;
	}
	#sns-buttons li a span.social-count i {
		font-size: 1.5rem;
	}
	#sns-buttons li.facebook-balloon-btn a {
		background: #4863ae;
		border-bottom: 2px solid #344f9a;
	}
		#sns-buttons li.facebook-balloon-btn a i {
			margin-right: 0;
		}
	#sns-buttons li.googleplus-balloon-btn a {
		background: #db4437;
		border-bottom: 2px solid #ca3326;
	}
		#sns-buttons li.googleplus-balloon-btn a i {
			font-weight: bold;
		}
	#sns-buttons li.hatena-balloon-btn a {
		background: #008fde;
		border-bottom: 2px solid #007bca;
	}
	#sns-buttons li.pocket-balloon-btn a {
		background: #ed4056;
		border-bottom: 2px solid #d92c42;
	}
	#sns-buttons li.line-balloon-btn a {
		background: #03C302;
		border-bottom: 2px solid #00a800;
	}

#sns-buttons.sns-buttons-pc-bottom {
	margin: 0;
	padding: 2rem 0 4rem;
}
#sns-buttons.sns-buttons-pc-bottom li {
	width: 49%;
	margin-right: 2%;
}
	#sns-buttons.sns-buttons-pc-bottom li a {
		padding: 1.8rem 0 1.6rem;
		line-height: 1.65;
	}

@media screen and (max-width: 640px) {
	#sns-buttons li {
		width: 23.9%;
		margin-right: 1.4%;
	}
	#sns-buttons li.sp {
		display: inline-block!important;
	}
}

/* = .wpp-list
-------------------------------------------------------------- */
ul.wpp-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.wpp-list a {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 1rem 0;
	border-radius: 5px;
	overflow: hidden;
}
ul.wpp-list a .imgbox {
	display: table-cell;
	width: 74px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 5px;
}
ul.wpp-list a img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
ul.wpp-list a .cont {
	display: table-cell;;
	vertical-align: middle;
	padding-left: 1.2rem;
}
ul.wpp-list a h3 {
	font-weight: normal;
	font-size: 1.4rem;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: unset;
	margin: 0;
	min-height: 2.5em;
}
ul.wpp-list li {
	display: block;
}
ul.wpp-list li small {
	margin-top: 0.5rem;
	margin-left: 1.5rem;
	float: right;
}

@media screen and (max-width: 736px) {
	ul.wpp-list a h3 {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

/* = .breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	padding: 8px 0;
	background: #483a2a;
	font-size: 1.2rem;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	color: #fff;
}

/* = .sns-icons
-------------------------------------------------------------- */
.sns-icons li {
	width: 36px;
	margin-right: 12px;
	text-align: center;
}
.sns-icons li a {
	display: block;
	padding: 3px 0;
	border-radius: 50%;
	color: #fff;
}
.sns-icons .sns-tw a {
	background: #55acee;
}
.sns-icons .sns-fb a {
	background: #3b5998;
}
.sns-icons .sns-gp a {
	background: #dd4b39;
}
.sns-icons .sns-ig a {
	padding-left: 1px;
	background: #d93175;
}

@media screen and (max-width: 640px) {
	.sns-icons {
		text-align: center;
	}
	.sns-icons li:last-child {
		margin-right: 0;
	}
}

/* = #biz_calendar
-------------------------------------------------------------- */
#biz_calendar table.bizcal {
	margin: 0;
	border: none;
}
#biz_calendar table.bizcal .holiday:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
	margin: auto;
	background: #e2c04a;
	border-radius: 50%;
	z-index: 0;
}
#biz_calendar table.bizcal td {
	position: relative;
}
#biz_calendar table.bizcal td span {
	position: relative;
	color: #483a2a;
	z-index: 1;
}
#biz_calendar table.bizcal tr td:first-child span {
	color: #ff1515;
}
#biz_calendar table.bizcal .today {
	font-weight: normal;
	text-decoration: none;
}
#biz_calendar table.bizcal .holiday {
	background: none;
	color: #222;
}
#biz_calendar table tr:nth-child(2) th {
	background: none;
	border-top: 1px solid #483a2a;
	border-bottom: 1px solid #483a2a;
	font-weight: normal;
}
#biz_calendar table.bizcal .calmonth {
	text-align: center;
}
#biz_calendar table.bizcal .calmonth span {
	color: #483a2a !important;
}
#biz_calendar table .calbtn {
	/*display: none;*/
}
#biz_calendar p {
	margin-top: 10px;
}
#biz_calendar p span.boxholiday {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	margin-bottom: 3px;
	padding: 0;
	background: #e2c04a;
	border-radius: 50%;
	vertical-align: middle;
}