@charset "UTF-8";
/*-----------------------------------

netshopping_storelist.css
お店別 ネットショッピングのご案内 CSS
PC

-----------------------------------*/
#netshopping_storelist {
  width: 980px;
  overflow: hidden;
  font-size: 15px;
}
#netshopping_storelist img {
  width: 100%;
}  

#netshopping_storelist .nssl_header {
  margin: 0 0 40px;
}
#netshopping_storelist .nssl_box  {
  border: 1px solid #ccc;
  padding: 50px 15px;
}
#netshopping_storelist .nssl_box h2 {
  margin-bottom: 0.5em;
  font-size: 30px;
  text-align: center;
}
#netshopping_storelist .nssl_box .nssl_item {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
#netshopping_storelist .nssl_box .nssl_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#netshopping_storelist .nssl_box .nssl_item .nssl_name {
  margin-bottom: 15px;   
}
#netshopping_storelist .nssl_box .nssl_item .nssl_name a {
  color: #333;
  font-size: 125%;
}
#netshopping_storelist .nssl_box .nssl_item .nssl_name a:hover {
  text-decoration: underline;
}
#netshopping_storelist .nssl_box .nssl_item .section {
  margin-bottom: 0;
}