@charset  "UTF-8";

html{
	margin: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,a,blockquote {
	margin: 0;
	padding: 0;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body{
	background-color: #fff;
}

#wrapper{
	max-width: 700px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	/* -webkit-box-shadow: 0 0 2px 2px #CCC; */
}


/*---コンテンツ関連---*/
#contents{
	padding-top:22%;
}

.pankuzu {
	padding: 10px 5px 0px 5px;
	font-size: clamp(0.8rem, 1vw, 1rem);
}
.pankuzu a {
	display: inline-block;
	border-radius: 1em;
	padding: 0 0.5em;
	text-decoration: none;
	margin-bottom: 4px;
	background-color: #fff;
}


/* ■件数、ページ移動部分 */
#pageNavi {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
#pageNavi .back {
	width: 20%;
}
#pageNavi .kensu {
	width: 60%;
}
#pageNavi .next {
	width: 20%;
}
#pageNavi a {
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #231815;
	color: #FFF;
	border-radius: 3px;
	margin: 10px 0;
	box-shadow: 1px 1px 2px 1px #CCC;
	-moz-box-shadow: 1px 1px 2px 1px #CCC;
	-webkit-box-shadow: 1px 1px 2px 1px #CCC;
}
#pageNavi .back a {
	background-image: url('/_sp/img/cursor_prev.png');
	background-repeat: no-repeat;
	background-size: 10px 12px;
	background-position: 10% 50%;
	text-indent: 15%;
}
#pageNavi .next a {
	background-image: url('/_sp/img/cursor_next.png');
	background-repeat: no-repeat;
	background-size: 10px 12px;
	background-position: 90% 50%;
	text-indent: -15%;
}

/*---フッター関連---*/
footer {
	display: block;
	background-color:rgb(180, 240, 120);
	padding: 10px;
}
#footer_links {
	text-align: center;
	width: 100%;
	font-size: 0px;
	}
#footer_links a {
		line-height: 1.75rem;
		font-size: 14px;
		margin-bottom: 5px;
		display: block;
		color:rgb(55,55,55);
		background-color:rgb(245,255,235);
		text-decoration: unset;
}

@media screen and (min-width: 700px) {

	#wrapper{
		max-width: 900px;
		margin: 0 auto 0 auto;
		background-color: #fff;
		/* -webkit-box-shadow: 0 0 2px 2px #CCC; */
	}

	/*---コンテンツ関連---*/
	#contents{
		padding-top:22.5%;
	}
	
	/*---フッター関連---*/
	footer {
		display: block;
		background-color:rgb(180, 240, 120);
		padding: 5px 0 5px 0;
	}
	#footer_links {
		text-align: center;
		width: 100%;
		font-size: 0px;
		}
	#footer_links a {
			line-height: min(4vw, 1.75rem);
			display: inline-block;
			color:rgb(55,55,55);
			padding: 0rem 0.2rem 0rem 0.2rem;
			border: 4px solid rgb(180, 240, 120);
			margin-bottom: unset;
			font-size: min(1.7vw, 13px);
	}
}

#copyright {
	text-align: center;
}

/* ■SNS */
.snsBtns {
	text-align: center;
}
.fukidashi {
	display: inline-block;
	line-height: 28px;
	border: 1px solid #AAA;
	padding: 0 4px;
	border-radius: 2px;
	vertical-align: top;
	color: #888;
	position: relative;
}
.fukidashi:after, .fukidashi:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fukidashi:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.fukidashi:before {
	border-color: rgba(170, 170, 170, 0);
	border-left-color: #AAAAAA;
	border-width: 6px;
	margin-top: -6px;
}
.snsBtns a {
	background-image: url('/img/sns_bottuns.png');
	background-size: 30px 150px;
	background-position: 0 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 20px;
}
.snsBtns a + a {
}
.snsBtns a.sns_facebook {
	background-position: 0 0;
}
.snsBtns a.sns_twitter {
	background-position: 0 -60px;
}
.snsBtns a.sns_line {
	background-position: 0 -120px;
}
@media screen and (min-width: 375px) {
	.fukidashi {
		line-height: 38px;
	}
	.snsBtns a {
		background-size: 40px 200px;
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}
	.snsBtns a.sns_facebook {
		background-position: 0 0;
	}
	.snsBtns a.sns_twitter {
		background-position: 0 -80px;
	}
	.snsBtns a.sns_line {
		background-position: 0 -160px;
	}
}