nav#submenu a{
  width:33%;
}

.music_list{
  display:inline-block;
  border:1px #900 solid;
  background-color:#FFF;
  padding:0 5px;
  font-weight:bold;
  text-decoration:none;
  color:#900;
  border-radius:4px;
}

/*--SHOPS---*/
#shops{
  background-image:url(../images/common/sky_bg.jpg);
  background-attachment: fixed;
  border:1px #DDD solid;
  border-width:1px 0 0;
  padding:5% 2%;
}

#shops .content{
  display:flex;
  flex-flow: wrap row;
  padding-bottom:6%;
}

.shop{
  border:1px #a5b4ff solid;
  padding:0;
  margin:0.5%;
  width:32%;
  background:linear-gradient(to bottom,#FFF,#e4ecee);
  position:relative;
  padding-bottom:50px;
  font-size:80%;
  box-shadow:3px 3px 0 rgba(0,0,0,0.15);
}

.shop:before{
  content:"";
  display:block;
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  background-image:url(../images/shops/stripe_corner_LT.png),url(../images/shops/stripe_corner_RB.png);
  background-repeat:no-repeat,no-repeat;
  background-position:left top,right bottom;
  z-index:0;
}


.shop h4{
  font-size:120%;
  line-height:1.2;
  margin:0;
  width:100%;
  padding-bottom:10px;
  color:#182533;
  text-align: center;
}

.shop .shop_info .shop_text{
  width:100%;
  color:#263e54;
  margin:3% 0;
  position:relative;
}

.shop .shop_info{
  padding:15px;
  position:relative;
  display:flex;
  flex-flow: row wrap;
  z-index:1;
}

.shop .shop_info ul,
.shop .shop_info ol{
  margin:0;
  padding:0;
  margin-left:1.5em;
}
.shop .shop_info ul{
  list-style-type: disc;
  margin-top:1.5%;
}

.shop .shop_info ul li,
.shop .shop_info ol li{
  line-height:1.2;
  margin-bottom:2%;
}

.shop .op{
  border:1px #999 solid;
  padding:2%;
}
.shop .op b{
  font-size:110%;
  display: block;
  line-height:1.2;
  margin-bottom:1.5%;
}

.shop .shop_img{
  width:100%;
}
.shop .shop_img img{
  width:100%;
}

.shop a.order_shop{
  display:block;
  background-color:#b12323;
  padding:2%;
  margin-top:3%;
  text-decoration: none;
  text-align:center;
  color:#FFF;
  border-radius:4px;
  position:absolute;
  left:5%;
  bottom:3%;
  width:90%;
}

@media screen and (max-width:767px){
  #shops{background:none !important;background-color:#FFF !important;}
  .shop{
    width:46%;
    margin:2%;
  }
}

@media screen and (max-width:460px){
  .shop{
    width:100%;
    margin:2%;
  }
}
