/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
	/* フォント変更 */
	*, *:before, *:after { font-family:  "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic",FontAwesome, sans-serif;
	}

	.scrollable-table table{
	  border-collapse: collapse;
	  margin: 2em 0;
	  max-width: 100%;
	}

	.scrollable-table th{
	  background-color: #eee;
	}

	.scrollable-table th,
	.scrollable-table td{
	  border: solid 1px #ccc;
	  padding: 3px 5px;
	  white-space: nowrap;
	}

	.scrollable-table {
	  overflow-x: auto;
	  margin-bottom: 1em;
	  max-width: 770px;
	}

	@media (max-width: 480px) {
  .sp-scrollable-table table{
    border-collapse: collapse;
    margin: 2em 0;
    max-width: 100%;
  }

  .sp-scrollable-table th{
    background-color: #eee;
  }

  .sp-scrollable-table th,
  .sp-scrollable-table td{
    border: solid 1px #ccc;
    padding: 3px 5px;
    white-space: nowrap;
  }

  .sp-scrollable-table {
    overflow-x: auto;
    margin-bottom: 1em;
    max-width: 770px;
  }

}
