﻿
#document {
	overflow: hidden
}

@media print, screen and (min-width: 751px) {
.shoplist_hed_img {
	background: url(../images/shoplist/bg_hed_img.jpg) center center no-repeat;
	background-size:cover;
	height: 180px;
    padding-top: 150px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}


.shoplist_btn {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  list-style-type:none;
  letter-spacing: -.4em;
}


.shoplist_btn li {
  width: 14%;
  margin-right:2%;
  margin-bottom:2%;
  letter-spacing: normal;
  float:left;
  text-align:center;
  border:1px solid #000000;
}

.shoplist_btn li:nth-child(6n+6) {
  margin-right: 0;
}

.shoplist_btn li a {
border:1px solid #00000;
  display: block;
  padding: 1%;
  background-color: #000;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  color:#FFFFFF;
  text-decoration:none;
}

.shoplist_btn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #fff;
  color: #000;
}

.shoplist_table_tag {
    border-top: 1px solid #f1f0ee;
    width: 100%;
	margin:0;
}

.shoplist_table_tag th {
	background:#F0F0F0;
	width:20%;
	background:none;
	border-bottom: 1px solid #f1f0ee;
	padding: 10px;
	text-align: left;
	white-space:nowrap;
}

.shoplist_table_tag td {
    border-bottom: 1px solid #f1f0ee;
    border-left: 1px solid #f1f0ee;
    padding:10px;
	white-space:nowrap;
}

#a,#b,#c,#d,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n {
	margin-top:-90px;
    padding-top:90px;
}

}

@media only screen and (max-width: 750px) {
.shoplist_hed_img {
	background: url(../images/shoplist/bg_hed_img.jpg) center center no-repeat;
	background-size:cover;
	height: 80px;
    padding-top: 80px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

.shoplist_btn {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  list-style-type:none;
  letter-spacing: -.4em;
}


.shoplist_btn li {
  width: 16%;
  margin-right:2%;
  margin-bottom:2%;
  letter-spacing: normal;
  float:left;
  text-align:center;
  border:1px solid #000000;
}

.shoplist_btn li:nth-child(5n+5) {
  margin-right: 0;
}

.shoplist_btn li a {
border:1px solid #00000;
  display: block;
  padding: 1%;
  background-color: #000;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  color:#FFFFFF;
  text-decoration:none;
}

.shoplist_btn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #fff;
  color: #000;
}

.shoplist_table_tag {
    border-top: 1px solid #f1f0ee;
    width: 100%;
	margin:0;
}

.shoplist_table_tag th {
	background:#F0F0F0;
	width:20%;
	background:none;
	border-bottom: 1px solid #f1f0ee;
	padding: 10px;
	text-align: left;
	white-space:nowrap;
}

.shoplist_table_tag td {
    border-bottom: 1px solid #f1f0ee;
    border-left: 1px solid #f1f0ee;
    padding:10px;
	white-space:nowrap;
}

#a,#b,#c,#d,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n {
	margin-top:-50px;
    padding-top:50px;
}

}

