/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
/* 表のcssを設定しないときの設定 */
table{
	border:solid thin;
	border-collapse:separate;
	border-spacing:0;
}
td{
	border:solid thin;
	padding-left:0.2em;
}
th{
	border:solid thin;
}

/*ブキ考察テーブル*/
.wp-table-buki-scoring{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 15px;
	table-layout: fixed;
}
.wp-table-buki-scoring th {
	background-color: #eee;
}
.wp-table-buki-scoring td {
	background-color: #fff;
}
.wp-table-buki-scoring td {
	text-align: center;
	vertical-align:middle;
}
.wp-table-buki-scoring th, .wp-table-buki-scoring td {
	padding: 7px; border: 1px solid #ddd;
}
.wp-table-buki-scoring tr:first-child th {
	border-radius: 6px 0 0 0;
}
.wp-table-buki-scoring tr:first-child th {
	border-radius: 0 6px 0 0;
}
.wp-table-buki-scoring tr:first-child th {
	border-radius: 0 0 6px 0;
}
.wp-table-buki-scoring tr:first-child th {
	border-radius: 0 0 0 6px;
}

/** 目次用の表 **/
.mokuji{
	margin-top:30px;
	margin-bottom:40px;
	margin-left:20px;
	width:80%;
	border-width:1px;
	border-color:black;
	border-style:solid;
	border-collapse:collapse;
}
.mokuji td{
	height:40px;
	padding-left:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #dcdcdc;
	background-color:#f5f5f5;
}

/** ブキ基本情報 **/
.buki{
	width:calc(100% - 6px);
	margin-top:30px;
	margin-bottom:40px;
	margin-left:8px;
	border:2px solid #dcdcdc;
	border-collapse:collapse;
}
.buki td{
	height:40px;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #dcdcdc;
}
.buki tr td:nth-child(2n){
	background-color:white;
}
.buki tr td:nth-child(2n-1){
	background-color:#f5f5f5;
	font-weight:bold;
}

/** 曲射シューターの表 **/
.kyokushot {
	overflow-x:scroll;
}
.kyokushot table{
	width:calc(100% - 6px);
  font-size:60%;
	border:2px solid #dcdcdc;
	border-collapse:collapse;
}
.kyokushot td{
	height:32px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #c0c0c0;
	white-space:nowrap;
}
.kyokushot tr:nth-child(2n+3) {
	background: white;
}
.kyokushot tr:nth-child(2n+2) {
	background: #f5f5f5;
}
.kyokushot tr:nth-child(1) {
	background: #e0efff;
	font-weight:bold;
}
.kyokushot tr:nth-child(2) {
	background: #e0efff;
}
/** 曲射その他の表 **/
.kyokuta {
	overflow-x:scroll;
}
.kyokuta table{
	width:calc(100% - 6px);
  font-size:90%;
	border:2px solid #dcdcdc;
	border-collapse:collapse;
}
.kyokuta td{
	height:35px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #c0c0c0;
	white-space:nowrap;
}
.kyokuta tr:nth-child(2n) {
	background:white;
}
.kyokuta tr:nth-child(2n+1) {
	background:#f5f5f5;
}
.kyokuta tr:nth-child(1) {
	background:#e0efff;
	font-weight:bolder;
}
/** 汎用性が高そうなやつ **/
.hanyou {
/*	width:calc(100% - 6px);*/
	margin-top:6px;
  font-size:90%;
	border:2px solid #dcdcdc;
	border-collapse:collapse;
}
.hanyou td{
	height:35px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #c0c0c0;
}
.hanyou tr:nth-child(2n) {
	background:white;
}
.hanyou tr:nth-child(2n+1) {
	background:#e6e6fa;
}
.hanyou tr:nth-child(1) {
	background:#a9a9a9;
	font-weight:bolder;
}

/** 汎用性が高そうでタイトル部なし **/
.tainai {
	margin-top:6px;
	border:2px solid #dcdcdc;
	border-collapse:collapse;
}
.tainai td{
	height:35px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #c0c0c0;
}
.tainai tr:nth-child(2n) {
	background:white;
}
.tainai tr:nth-child(2n+1) {
	background:#e6e6fa;
}

/** 汎用性が高そうでタイトル部なし１td改行なし **/
.tainai2 {
	margin-top:6px;
	border:2px solid #dcdcdc;
	border-collapse:collapse;
}
.tainai2 td{
	height:35px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #c0c0c0;
}
.tainai2 tr:nth-child(2n) {
	background:white;
}
.tainai2 tr:nth-child(2n+1) {
	background:#e6e6fa;
}
.tainai2 td:nth-child(1) {
	white-space:nowrap;
}

/* 指定したセルだけ色を変えるとき */
.iro{
	background-color:#7fffd4;
}

/*--- コメント階層表示で1段ずらす　---*/
#comments .children li{
    margin-left: 1.0em!important;
}
