/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2021 | 02:08:00 */
/*.top_search_block .es_tab_list li {
	border: none;
	background: none;
}*/

/*タブ
.top_search_block .es_tab_list li:first-child a {
  border: none;
  background-image: url("https://sonare.re-ws.jp/wp-content/uploads/sites/233/2021/04/tab_01_b.jpg");
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 294px;
  height: 94px;
  padding: 0;
}

.top_search_block .es_tab_list li:first-child a.active {
  border: none;
  background-image: url("https://sonare.re-ws.jp/wp-content/uploads/sites/233/2021/04/tab_01_a-1.jpg");
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 294px;
  height: 94px;
  padding: 0;
}

.top_search_block .es_tab_list li:nth-child(2) a {
  border: none;
  background-image: url("https://sonare.re-ws.jp/wp-content/uploads/sites/233/2021/04/tab_02_b.jpg");
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 294px;
  height: 94px;
  padding: 0;
  margin-left: 4px;
}

.top_search_block .es_tab_list li:nth-child(2) a.active {
  border: none;
  background-image: url("https://sonare.re-ws.jp/wp-content/uploads/sites/233/2021/04/tab_02_a-1.jpg");
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 294px;
  height: 94px;
  padding: 0;
  margin-left: 4px;
}

@media (max-width: 480px) {
  .top_search_block .es_tab_list {}

  .top_search_block .es_tab_list li:first-child a,
  .top_search_block .es_tab_list li:first-child a.active {
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 46vw;
    height: 7vh;
  }

  .top_search_block .es_tab_list li:nth-child(2) a,
  .top_search_block .es_tab_list li:nth-child(2) a.active {
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 46vw;
    height: 7vh;
  }
}
*/

