@charset "utf-8";
/*
Theme Name: コアマシナリー
Theme URI: http://coremachinery.e-bird.net/
Author: e-bird
version: 1.0
*/

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	height: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 25px 25px;
	display: inline;
	height: auto;
}
img.alignleft {
	padding: 4px;
	margin: 0 25px 10px 0;
	display: inline;
	height: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 54px;
	height: 54px;
	color: #000000;
	margin: 0;
	background: #ffffff;
	border: 1px solid #000;
	line-height: 1;
	margin: 0 7.5px;
	font-size: 1.6rem;
}
.wp-pagenavi a:hover {
	opacity: 0.8;
}
.wp-pagenavi span.current {
	border: 1px solid #707070;
	color: #707070;
	pointer-events: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	width: auto;
	max-width: none;
	border: none;
	margin: 0;
}
.wp-pagenavi a.previouspostslink {
	background-image: url("/assets/images/commons/arrow-prev.svg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 20px;
	padding-left: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	left: 0;
}
.wp-pagenavi a.nextpostslink {
	background-image: url("/assets/images/commons/arrow-next.svg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px;
	padding-right: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	right: 0;
}
@media only screen and (max-width: 559px) {
	.wp-pagenavi a.page {
		display: none;
	}
}

.news-content .layout_honbun a {
	border-bottom: 1px solid;
	color: #abcd03;
}
.news-content .layout_honbun a:hover {
	border-bottom: 0;
}
.news-content .layout_honbun p {
	margin-top: 40px;
}
.news-content .layout_honbun p + p {
	margin-top: 30px;
}
.news-content .layout_honbun strong {
	font-weight: bold;
}
.news-content .layout_honbun em {
	font-style: italic;
}
@media only screen and (max-width: 559px) {
	.news-content .layout_honbun p,
	.news-content .layout_honbun p + p {
		margin-top: 20px;
	}
}

.news-content .txt-content-col2 p + p {
	margin-top: 30px;
}
@media only screen and (max-width: 559px) {
	.news-content .txt-content-col2 p,
	.news-content .txt-content-col2 p + p {
		margin-top: 20px;
	}
}

.news-content .txt-content > h2:first-child,
.news-content .txt-content > .txt-content-col2:first-child,
.news-content .txt-content > .list-col-row:first-child,
.news-content .txt-content > .list-col2:first-child,
.news-content .txt-content > .list-col3:first-child {
	padding-top: 0 !important;
}