@charset "utf-8";
/* CSS Document */

/* =================================================================================

   shopList
 
=================================================================================== */
.shopListBtn {
	margin:3% 0 0;
	}

.shopListBtn a {
	display: block;
    width: 100%;
    background: #999 url(../images/mark/arrow2-white.png) no-repeat;
	background-position: 96% 50%;
	background-size:7px auto;
	font-size: 12px;
	text-align: left;
    color: #fff;
    box-sizing: border-box;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 12px 30px 12px 12px;
	}
	
.shopListBtn a:hover {
	background: #ccc url(../images/mark/arrow2-white.png) no-repeat;
	background-position: 96% 50%;
	background-size:7px auto;
	font-size: 12px;
	text-decoration:none;
	}

.shopListBtn2 a {
	display: block;
    width: 40%;
    background: #999 url(../images/mark/arrow2-white.png) no-repeat;
	background-position: 96% 50%;
	background-size:7px auto;
	font-size: 12px;
	text-align: center;
    color: #fff;
    box-sizing: border-box;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 12px 30px 12px 12px;
	margin:0 auto;
	}
	
.shopListBtn2 a:hover {
	background: #ccc url(../images/mark/arrow2-white.png) no-repeat;
	background-position: 96% 50%;
	background-size:7px auto;
	font-size: 12px;
	text-decoration:none;
	}
	

/* =================================================================================

   shopList
 
=================================================================================== */	
.shopList {
	}

.shopListInner {
	width: 90%;
    margin: 0 auto;
	}

.shopListInner h1 {
	text-align: center;
    background: #ccc;
    padding: 2%;
    font-size: 1.125em;
    font-weight: bold;
	}

.shopListInner dl {
	display:block;
	border-bottom:1px solid #ccc;
	padding:2.5% 0;
	margin-bottom:0;
	}

.shopListInner dl dt {
	width:20%;
	float:left;
	margin:0;
	}

.shopListInner dl dd {
	width:70%;
	float:left;
	margin:0;
	}

.shopListColor {
	color: #ec2214;
}


@media only screen and (max-width: 768px) {
.shopListBtn a:hover {
	background: #999 url(../images/mark/arrow2-white.png) no-repeat;
	background-position: 96% 50%;
	background-size:7px auto;
	font-size: 12px;
	text-decoration:none;
	}
	
.shopListBtn2 a {
    width: 70%;
	}
	
.shopListBtn2 a:hover {
	background: #999 url(../images/mark/arrow2-white.png) no-repeat;
	background-position: 96% 50%;
	background-size:7px auto;
	font-size: 12px;
	text-decoration:none;
	}

.sideMt {
	margin:3% 0 0;
	}
.sideMt2 {
	margin-bottom:3%;
	}
}

@media only screen and (max-width: 480px) {
.shopListBtn2 a {
    width: 100%;
	}
	
}