@charset "UTF-8";
/* ==========================================================================
	見出し
========================================================================== */
.ttl-1 {
  min-height: 23px;
  margin: 0 0 15px;
  background: url(./img/bg_ttl1.gif) no-repeat left center;
  font-size: 153.8%;
  font-weight: bold;
  text-indent: 15px;
}
.ttl-2 {
  min-height: 23px;
  margin: 0 0 15px;
  background: url(./img/bg_ttl2.png) no-repeat left center;
  font-size: 153.8%;
  font-weight: bold;
  text-indent: 15px;
}
/* ==========================================================================
	テーブル
========================================================================== */
/*	方眼
========================================================================== */
.table-grid {
  width: 100%;
  border: solid 1px #e6e6e6;
}
.table-grid th, .table-grid td {
  padding: 10px;
  border: solid 1px #e6e6e6;
}
.table-grid .even th, .table-grid .even td {
  background: #f1f7fb;
}
.table-grid th {
  font-weight: bold;
}

/*	水平線
========================================================================== */
.table-line {
  width: 100%;
}
.table-line th, .table-line td {
  padding: 10px 0;
  border-bottom: solid 1px #e6e6e6;
}
.table-line tr:first-child th, .table-line tr:first-child td {
  border-top: solid 1px #e6e6e6;
}
.table-line .even th, .table-line .even td {
  background: #f1f7fb;
}
.table-line th {
  width: 200px;
  font-weight: bold;
  text-indent: 20px;
}

/* ==========================================================================
	リスト
========================================================================== */
.list {
  padding: 0 0 0 1em;
  color: #097adb;
  list-style: disc outside;
}
.list span {
  color: #333;
}
