/*
Theme Name: asoko01
*/


/* 追加CSS */
body img {
	height: auto;
}

/* pagination */
.pagination_wrapper {
	text-align: center;
	margin-top: 50px;
	width: 100%;
}
.pagination {
	display: inline-block;
}
.page-numbers {
	border: #e7370d 1px solid;
	color: #e7370d;
	padding: 5px 14px;
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	transition: color 1s cubic-bezier(.215,.61,.355,.5),background-color 1s cubic-bezier(.215,.61,.355,.5);
}
.page-numbers.current {
	background: #e7370d;
	color: #ffffff;
}
.page-numbers:last-child {
	margin-right: 0;
}
.page-numbers:hover {
	background: #e7370d;
	color: #ffffff;
}
/* single pagiation */
.btn-box {
	display: flex;
	justify-content: center;
}

/* .txtarea */
.txtarea {
	font-size: 1.6em;
	text-align: left;
}
.txtarea h1 {
	font-size: 3.6em;
}
.txtarea h2 {
	font-size: 3em;
}
body #wrapper .sec-nes .dne-box .txtarea p {
	font-size: 1em;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
body #wrapper .sec-nes .dne-box .txtarea p.wp-caption-text {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* recommend */
.rmd-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body. #wrapper .sec-rmd .rmd-box .thum-box {
	float: none!important;
}
body.post-type-archive-recommend #wrapper .sec-rmd .rmd-box:after,
body.post-type-archive-recommend #wrapper .sec-rmd .rmd-box:before {
	content: none;
}
/* recommend single */
body #wrapper .sec-rmd .dti-box .tit-txt div.txt {
	font-size: 1.6em;
	line-height: 38px;
}
@media screen and (max-width: 600px) {
	body #wrapper .sec-rmd .dti-box .tit-txt div.txt {
		text-align: left;
		line-height: 1.8em;
	}
}
.single-recommend .it-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* single pagination */
body #wrapper .sec-rmd .btn-box .all {
	width: 200px;
	float: left;
	margin: 0 20px;
}
body #wrapper .sec-rmd .btn-box .all a {
	width: 198px;
	color: #e7370d;
	font-size: 1.4em;
	font-family: Oswald,sans-serif;
	line-height: 58px;
	border: 1px solid #e7370d;
	box-shadow: 3px 3px 0 0 #e7370d;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: color 1s cubic-bezier(.215,.61,.355,.5),background-color 1s cubic-bezier(.215,.61,.355,.5);
	transition: color 1s cubic-bezier(.215,.61,.355,.5),background-color 1s cubic-bezier(.215,.61,.355,.5);
}
body #wrapper .sec-rmd .btn-box .all a:hover {
	background-color: #ec4821;
	color: #fff;
}
body #wrapper .sec-rmd .btn-box .pre,
body #wrapper .sec-rmd .btn-box .nex {
	width: 200px;
}
body #wrapper .sec-rmd .btn-box .pre a,
body #wrapper .sec-rmd .btn-box .nex a {
	width: 198px;
}
@media screen and (max-width: 600px) {
	body #wrapper .sec-rmd .btn-box {
		position: relative;
		width: 90%;
		margin: 60px auto 0;
		height: 130px;
	}
	body #wrapper .sec-rmd .btn-box .pre {
		width: 48%;
		float: inherit;
		position: absolute;
		top: 0;
		left: 0;
	}
	body #wrapper .sec-rmd .btn-box .nex {
		width: 48%;
		float: inherit;
		position: absolute;
		top: 0;
		right: 0;
	}
	body #wrapper .sec-rmd .btn-box .pre a,
	body #wrapper .sec-rmd .btn-box .nex a {
		width: 100%;
	}
	body #wrapper .sec-rmd .btn-box .all {
		width: 100%;
		float: inherit;
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	body #wrapper .sec-rmd .btn-box .all a {
		width: 100%;
	}
}