@charset "UTF-8";
/*global*/
.contentsWrap{
    border-bottom: 1px solid #ccc;
    padding: 70px 0 0 0;
}
.contents{
    padding: 0;
    width: 100%;
}
.contents p{
	padding:0;
	margin:0;
	color:#000;
}
p.shoplink{
	margin: 30px auto 0 auto;
	width: 150px;
	height: 40px;
	border-radius: .5em;
	background: #999;
}
.shoplink a{
	display: table-cell;
	width: 150px;
	height: 40px;
	border-radius: .5em;
	font-size: 1.3em;
	color: #fff;
	vertical-align: middle;
}
.shoplink:hover{
	opacity: 0.8;
}
.shoplink a:hover{
	text-decoration: none;
}

@media screen and (min-width: 1001px) {
	.contentsWrap {/* トップの余白 */
		padding: 100px 0 50px 0;
		}
}