@charset "utf-8";
/* ********************************************************************************************
FileName: back_next.css
Author: Fujimic
UpdatedBy: 20120522
******************************************************************************************** */

/*
.next_page .circleA{
	display:block;
	background:url(/images/common/icon_circlearight.gif) no-repeat center right;
	text-align:right;
	padding:0 25px 0 0;
}

.back_page .circleA{
	display:block;
	background:url(/images/common/icon_circlealeft.gif) no-repeat center left;
	padding:0 0 0 25px;
}

.back_next{

}
.back_next .back_page{float:left;width:50%;}
.back_next .next_page{float:right;width:50%;}
*/


/* 戻る・進むボタン */
.next_prev {
	background-color: #FFFFFF;
	min-height:20px;
	height: auto !important;
	height: 20px;	
}

.next_prev p {
	width: 216px;
	line-height: 48px;
	font-size: 107.69230%; /* 14px */
	background-color: #104e04;
}
.next_prev p:hover {
	background-color: #3eb134;
}
.next_prev p a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 1em;
	display: block;
}
.next_prev .prev {
	float: left;
}
.next_prev .prev a:before {
	content: "<";
	display: inline-block;
	margin-right: 0.5em;
}
.next_prev .next {
	text-align: right;
	float: right;
}
.next_prev .next a:after {
	content: ">";
	display: inline-block;
	margin-left: 0.5em;
}

@media only screen and (max-width: 640px) {
.next_prev .prev,
.next_prev .next {}
}
