@charset "utf-8";
@import url("/useful/css/jiten.css");
/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

last modify : 2012/06/21 163_yamamoto

========================================================== */

* > article#article section.con_box table {
  border: 2px solid #f57aaa;
  border-collapse: collapse;
  margin: 20px auto;
  width: 770px;
}

* > article#article section.con_box table caption {
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 5px;
}

* > article#article section.con_box table th {
  background: #ffbfd8;
  border: 1px solid #f57aaa;
  padding: 7px 4px;
  text-align: center;
}

.useful_wrap * > article#article section.con_box th:nth-child(1) {
  width: 10%;
}

.useful_wrap * > article#article section.con_box th:nth-child(2) {
  width: 16%;
}

.useful_wrap * > article#article section.con_box th:nth-child(3) {
  width: 24%;
}

.useful_wrap * > article#article section.con_box table td {
  text-align: center;
}

.useful_wrap * > article#article section.con_box table td.txt_l {
  text-align: left;
}