@import url("global.css");
body {
  background-position: center -200px;
}

#shop_list {
  background: #e6e7e9;
  padding: 50px 0 0 0;
}

#shop_list .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

#shop_list h3 {
  color: #122138;
  font-size: 15px;
  margin: 30px 0 20px 0;
  /*padding: 0 0 10px 0;*/
  border-bottom: 1px solid #122138;
}

#shop_list h3 span {
  background: #e6e7e9;
  position: relative;
  top: 7px;
  padding: 0 10px 0 0;
  /*border:1px solid red;*/
}

#shop_list ul {
  font-size: 0;
  width: 960px;
}

#shop_list li {
  color: #8da2b7;
  /*color:#6087ae;*/
  font-size: 15px;
  background: url("../images/arrow1.png") no-repeat left center;
  display: inline-block;
  width: 48.5%;
  padding: 7px 0 7px 1.5%;
  /*border-bottom: 1px dotted #aaa;*/
  /*border:1px solid red;*/
}

#shop_list li a {
  color: #3570aa;
}

#shop_list li a:hover {
  color: red;
}

/*iPad*/
/*iPhone*/
