#online_shop_carousel {
  max-width: 760px;
  margin: auto;
}
.carousel-caption a {
  color: #ffffff;
}
#search_form {
  display: inline-block;
  width: 360px;
  position: relative;
  vertical-align: middle;
}
button.submit {
  padding: 0;
  line-height: 0;
  background-color: transparent;
}
h1.title {
  /* color: #a76485; */
  color: #505050;
  font-size: 4rem;
  text-shadow: #505050 2px 2px 5px;
}
h1.title span {
  color: #a76485;
}
#onlineShopContent h2 {
  text-shadow: #B8B8B8 2px 2px 3px;
  color: #505050;
}
.news_title {
  text-shadow: #B8B8B8 1px 1px 2px;
  color: #505050;
}
#onlineShopContent h2 span {
  color: #a76485;
}
#shop_topic article,
#newItem article {
  text-align: center;
  margin-bottom: 14px;
}
#shop_topic img {
  box-shadow: #6E6E6E 3px 3px 5px;
}
.img_box img {
  box-shadow: #6E6E6E 3px 3px 4px;
  margin-bottom: 0.5em;
}
#news_list {
  width: 70%;
  margin: auto;
}
#news_list li {
  list-style: none;
  border-bottom: dotted 1px #7E7E7E;
  margin-bottom: 2rem;
}
.news_date {
  display: block;
  text-align: right;
}

.item_box {
  height: 260px;
  overflow: hidden;
}

@media(max-width:1199px) {
  #news_list {
    width: 100%;
  }
}
@media(max-width: 499px) {
  h1.tilte {
    font-size: 2.6rem;
  }
}
@media(max-width: 425px) {
  #search_form {
    width: auto;
  }
}
