@charset "UTF-8";
/*
	Filename: certified
	Version: 1.0.1
*/
.store_list {
  margin-bottom: 80px;
}
.store_list_l {
  width: 30%;
}
.store_list_l img {
  width: 100%;
	background: #fff;
  padding: 50px;
  border: 1px solid #9facb2;
}
.store_list_r {
  width: 65%;
}
.store_list_r table {
  width: 100%;
	background: #fff;
  margin-bottom: 20px;
}
.store_list_r table tr th {
  padding: 10px;
  background: #F9FAF9;
  border: 1px solid #9facb2;
  font-size: 16px;
  font-weight: 400;
}
.store_list_r table tr td {
  padding: 10px;
  border: 1px solid #9facb2;
  font-size: 16px;
  font-weight: 400;
}
.store_list_r table tr td a {
  color: #135878;
  text-decoration: underline;
}
.store_list_r p {
  font-size: 16px;
  font-weight: 400;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .store_list_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .store_list_r {
    width: 100%;
  }
  .contact_link {
    width: 100%;
  }
}