@charset "utf-8";

/*
Theme Name: トヨシマビジネスシステム
Theme URI: http://eco-japan.biz/
Description: 株式会社トヨシマビジネスシステム トップページ / ニュース / 導入事例
Version: 1.0
Author: SPD / ozone notes
License: GNU General Public License
License URI: license.txt
*/


/*------------------------------------------------------------------------------
		WordPress required
-------------------------------------------------------------------------------*/

.wp-post-image{
	height: auto;
}

.alignnone { /*　指定なし　*/
	margin-bottom: 20px;
}

.alignright { /*　右寄せ　*/
	margin: 0 0 20px 20px;
	float: right;
}

.alignleft { /*　左寄せ　*/
	margin: 0 20px 20px 0;
	float: left;
}

.aligncenter { /*　中央配置　*/
	margin: 0px auto 20px;
	display: block;
	text-align:center;
}

.wp-caption { /*　位置指定した画像の枠　*/
	text-align: center;
}

.wp-caption-text,
.gallery-caption { /*　投稿内画像下のキャプション　*/
	font-size: 0.8em;
	line-height: 1.4;
	color: #666;
	margin: 5px 0 0;
}

.attachment-post-thumbnail { /*　アイキャッチ画像　*/
	margin-bottom: 10px;
}

/*------　ページ送りナビゲーション　------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.navigation {
	clear: both;
	overflow: hidden;
}

/* シングルページのナビゲーション */
.post-navigation {
	padding: 40px 0;
	border-top: #a8a8a8 1px dotted;
}
.navigation .nav-previous a,
.navigation .nav-next a
{
	display:block;
	padding:6px 32px 4px;
	text-decoration:none;
	border:#00a5cb 1px solid;
}
.navigation .nav-previous {
	float: left;
	margin-right: 20px;
	text-align: center;
}
.navigation .nav-next {
	float: right;
	margin-right: 20px;
	text-align: center;
}
.navigation .nav-previous a,
.navigation .nav-next a	{ 
	display: block;
	padding: 10px 10px 6px;
	font-weight: bold;
	color: #326F98;
	border: #326F98 1px solid;
	box-sizing: border-box;
}
.navigation .nav-previous a{
	width: 240px;
	background:url(/img/common/ico_prev_bl.png) no-repeat 10% center;
}
.navigation .nav-next a{
	width: 240px;
	background:url(/img/common/ico_ar_bl.png) no-repeat 90% center;
}

/* アーカイブページのページネーション */
.pagination {
	font-weight: bold;
}
.pagination a.page-numbers {
	display:inline-block;
	padding: 10px 15px 6px;
	text-decoration:none;
	font-weight: bold;
	border:#326F98 1px solid;
	text-align: center;
	margin-right: 15px;
}

.pagination span.current {
	display:inline-block;
	color:#fff;
	font-weight: bold;
	background:#326F98;
	padding: 10px 15px 6px;
	border:#326F98 1px solid;
	margin-right: 15px;
}

.navigation a.prev{
	width: 200px;
	background:url(/img/common/ico_prev_bl.png) no-repeat 10% center;
}
.navigation a.next{
	width: 200px;
	background:url(/img/common/ico_ar_bl.png) no-repeat 90% center;
}

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

	.navigation .nav-previous a,
	.navigation .nav-next a{
		width: 140px;
	}

	.pagination {
		height: 90px;
		position: relative;
	}
	.pagination a.page-numbers{
		margin:0 10px 20px 0;
		font-size:1em;
		padding:4px 12px 2px;
	}
	.pagination span.current{
		margin:0 10px 20px 0;
		font-size:1em;
		padding:4px 12px 2px;
	}
	.pagination a.prev{
		width:140px;
		position:absolute; top:50px; left:0; margin:0;
	}
	.pagination a.next{
		width:140px;
		position:absolute; top:50px; right:0; margin:0;
	}

}
