@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* レビューテーブルのスタイル */
.taxonomy-review-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2em;
}
.taxonomy-review-table th,
.taxonomy-review-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.taxonomy-review-table th {
  background-color: #f9f9f9;
  text-align: left;
}
.taxonomy-notes h3 {
  margin-top: 1.5em;
  font-size: 1.2em;
  border-left: 4px solid #ff9966;
  padding-left: 0.5em;
}