@charset "utf-8";
/* CSS Document */
/* ページネーション */
.pmt {
	display: flex;
	flex-direction: row;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 10px;
}
.pmb {
	display: flex;
	flex-direction: row;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 5px;
}
.pg1 {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 12%;
	max-width: 40px;
	box-sizing: border-box;
	background-image: url(../logo/p1-1.png);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 85%;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #000000;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
a.plink1 {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 12%;
	max-width: 40px;
	box-sizing: border-box;
	text-decoration: none;
	background-image: url(../logo/p2-1.png);
	background-repeat: repeat-x;
	background-color: #0A6CFF;
	color: #FFFFFF;
	font-size: 85%;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #0A6CFF;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
a.plink1:hover {
	background-color: #00FFFF;
	color: #00FFFF;
	border: 1px solid #00FFFF;
	box-shadow: 0 0px 0px;
}
.pg2 {
	display: none;
}
.plink2 {
	display: none;
}
/* ▼画面サイズ（横幅）が560px以上の場合に適用 */
@media screen and (min-width: 560px) {
.pg2 {
	display: inline-block;
	width: 12%;
	max-width: 40px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 3px;
}
a.plink2 {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 12%;
	max-width: 40px;
	box-sizing: border-box;
	text-decoration: none;
	background-image: url(../logo/p2-1.png);
	background-repeat: repeat-x;
	background-color: #0A6CFF;
	color: #FFFFFF;
	font-size: 85%;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #0A6CFF;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
a.plink2:hover {
	background-color: #FFFFFF;
	color: #00FFFF;
	border: 1px solid #00FFFF;
	box-shadow: 0 0px 0px;
}
}
