.shime{
  text-align: center;
  padding:70px 0;
  color:#fff;
  background-color:#181878;
}

.shime h2{
  font-size: 1.6em;

}

.som_wrapper{
  background:#efe1c2;
  padding:20px 10px;
}
.som_each{
  background:#fff;
  border:1px solid #b9933f;
  padding:20px;
  width:49.5%;
  margin:0;
  box-sizing: border-box;
  float: left;
}

.som_each:first-child{
  margin-right:10px;
}

@media screen and (max-width:1499px) {
  .som_each{
    width:100%;
    margin:0;
  }

  .som_each:first-child{
    margin-bottom:20px;
  }
}

.som_wrapper .som_img{
  float:left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.som_wrapper .som_prof{
  font-size: 0.95em;
  float:left;
  display: block;
  box-sizing: border-box;
}

.som_wrapper .som_prof .name{
  font-size: 1.3em;
  margin:0;
  font-weight: bold;
  color:#222;
}

.som_wrapper h3{
  color:#b9933f;
  font-size: 1.3em;
  font-weight: bold;
  padding:5px 0;
}

h2.big{
  background:#fff;
  padding:20px;
  font-size: 2.5em;
  text-align: center;
}

.som_img{
  max-width:300px;
}

.top_img{
  padding-top:25px;
  background:#fff;
}

.shop_wrapper{
  background:#fff;
  /*background-image:url("../../c30/img/tss/bg_ptn.jpg");*/
}

.divider{
  float: left;
  width: 100%;
}

.top_copy{
  background:#fff;
}

.top_copy h1{
  font-size: 2.2em;
}
.top_copy p{
  font-size: 1.4em;
}

#container{
  background-color:#eee;
}

#main{
  min-height: 500px;
  max-width: 1200px;
}

.users{
  background:#181878;
  color:#fff;
  width:180px;
  height: 145px;
  vertical-align: middle;
  text-align: center;
  padding:20px;
  font-size: 1.8em;
  line-height: 1.4em;
  float:left;
  box-sizing: border-box;
  margin-right: 20px;
}

.shop_info{
  width:100%;
  max-width: 360px;
  padding:0px;
  float:left;
  box-sizing: border-box;
}

.shop_info h2{
  font-size: 1.8em;
  margin-top:-10px;
}

.shop_info p{
  font-size: 0.95em;
  margin:-6px 0;
  padding:1px 0;
}

.shop_info .hd{
  display: block;
  border-top:1px solid #222;
}

.shop_info .hd.top{
  margin-bottom:2px;
}

.shop_info .hd.bottom{
  margin-top:7px;
}

.featured{
  width:600px;
  float:left;
  padding:20px;
  padding-top:0;
  box-sizing: border-box;
  background:#fff;
}

.featured .voice{
  font-weight: bold;
  font-size: 1.1em;
  margin-top:5px;
  margin-bottom: 5px;
  color:#222;
}

.featured .comment{
  padding-bottom:15px;
  width:auto;
  font-size: 1.0em;
}

.featured .comment img{
  width:180px;
  margin-right:20px;
  float:left;
}

.shop_info_wrapper{
  border-top:dashed 1px #999;
  border-bottom:dashed 1px #999;
  padding: 15px 0;
}

@media screen and (max-width:1499px) {
  .featured{
    width:100%;
  }

  .shop_info_wrapper{
    width:100%;
    overflow: hidden;
  }

  .shop_info{
    max-width: 100%;
    margin-left: -200px;
    padding-left: 200px;
  }
}


@media screen and (max-width:500px) {
  .users{
    width:100%;
    margin-bottom:30px;
  }

  .shop_info{
    width:100%;
    max-width: 100%;
    margin-left: unset;
    padding-left: unset;
  }
}
