@charset "utf-8";
/*
Theme Name: vogelparknew_moto
Theme URI: https://www.ichibata.co.jp/
Description: Vogelpark Templete.
Version: 1.0
Author: Ichibata
Author URI: https://www.ichibata.co.jp/
*/

.mw_wp_form_confirm .form-message {
	display: none;
}

.mw_wp_form_input .confirm-message {
	display: none;
}

/*=========================================================
news-blog
=========================================================*/

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

.text-blo4 h5 {
	margin: 0 auto 30px;
	font-size: 20px;
	font-weight: bold;
}

.text-blo4 h6 {
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: bold;
	color: #32a63f;
}

.text-blo4 p {
	margin-bottom:30px;
}

.text-blo4 strong {
	color: #e30b20;
	font-weight: normal;
}

/* 画像レイアウト img */
.news-img-all {
	width:640px;
	display:block;
	margin:0 auto 30px
}
.aligncenter {
	width:100%;
	display:block;
	padding-bottom:30px;
}
/* 左回り込み */
.alignleft {
	display: inline;
	float: left;
	/*width:320px;*/
	padding:0 30px 30px 0;
}
/* 右回り込み */
.alignright {
	display: inline;
	float: right;
	/*width:320px;*/
	padding:0 0 30px 30px;
}

img.size-thumbnail {
	width: 30%;
	height: auto;
}

img.size-medium {
	width: 50%;
	height: auto;
}

img.size-large {
	width: 100%;
	height: auto;
}

/* Pagination */

.post-navigation {
	clear: both;
}

.news-pagination {
	margin: 0 0 0 2px;
	clear: both;
}

.news-pagination li {
	display: inline;
	margin: 0 9px 0 0;
	padding: 0;
	display: inline-block;
}

.news-pagination li:last-child {
	margin: 0 0 0 0;
}

.news-pagination li span{
	background: #E6F0D6;
	color: #000000;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 25px;
	display: block;
}

.news-pagination li a{
	background:#2AA738;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 25px;
	display: block;
}

.news-pagination li a:hover,
.news-pagination li a.active{
	color: #000;
	background: #E6F0D6;
	border-radius: 50px;
}

nav.posts-navigation {
	display: none;
}

@media only screen and (max-width: 767px){

	.pager {
		display: none;
	}
	
	nav.posts-navigation {
		display: inherit;
	}
	
	div.nav-links {
		margin: 0 auto 106px;
		width: 264px;
	}
	
	div.nav-links:after {
		content:'';
		display:block;
		clear:both;
		height:0;
	}
	
	div.nav-previous {
		display: inline-block;
		width: 49%;
		height: 50px;
		text-align: center;
		float: left;
		display: inline;
	}

	div.nav-next {
		display: inline-block;
		width: 49%;
		height: 50px;
		text-align: center;
		float: right;
		display: inline;
	}
	
	div.nav-previous a, div.nav-next a {
		background:#2AA738;
		color: #fff;
		height: 50px;
		text-align: center;
		line-height: 50px;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		border-radius: 25px;
		display: block;
	}
}

.cat-label a,.cat-label a:hover {
  width: 140px;
  height: 25px;/*30*/
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: #2AA738;
  text-align:center;
  padding:3px;
  color:#FFF;
  /**/font-size:14px;
}

