@charset "UTF-8";
@import url(style_pc.css) screen and (min-width:769px);
@import url(style_tablet.css) screen and (max-width:768px);
@import url(style_smart.css) screen and (max-width:640px);
@import url(menu.css);
/*prev-link　ページナビゲーション*/
.prev-next-link a {
	border-bottom: 1px #ddd solid;
	display: block;
	text-decoration: none;
	padding: 14px 40px;
	color: #666;
	font-size: 14px;
	background-color: #fcfcfc;
}
.prev-next-link a:hover {
	background-color: #f6f6f6;
	color: #e65894;
}
.prev-next-link a:first-child {
	border-top: 1px #ddd solid;
}
.prev-next-label {
 font-size: .825rem;
	color: #000;
	margin-bottom: 10px;
}
/* Arrows */
.prev-link {
	background: url(http://metz.sc/plan/images/common/arrow-prev.svg) no-repeat 10px center;
}
.next-link {
	background: url(http://metz.sc/plan/images/common/arrow-next.svg) no-repeat right 10px center;
}
.prev-link, .next-link {
	background-size: 16px 28px;
}

/* Larger devices */
@media ( min-width: 600px) {
.prev-next-link {
	display: flex;
}
.prev-next-link a {
	flex: 1;
}
.prev-next-link a,  .prev-next-link a:first-child {
	border: none;
}
.next-link {
	text-align: right;
}
}
