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


/* 221018 周記入 フォントについて */

body {
	font-family: メイリオ, Meiryo, Osaka, 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", FontAwesome, sans-serif;
}

/* 221018 周記入 テーブルデザイン */

.tablepress thead th {
	border: 1px #999 solid !important;
	text-align: center !important;
	vertical-align: middle !important;
}

.tablepress tbody td {
	border: 1px #999 solid !important;
	vertical-align: middle !important;
}

@media screen and (max-width:500px){
	.tablepress tbody th, td {
	 font-size: 85%;
}
}