@charset "utf-8";
@import url("/useful/css/jiten.css");
/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

last modify : 2012/06/21 163_yamamoto

========================================================== */

/* ----------------------------
  h1
------------------------------ */

/* ----------------------------
  table
------------------------------ */
.useful_wrap * > article#article section.con_box table {
  border: 2px solid #f57aaa;
  border-collapse: collapse;
  margin: 20px auto;
  max-width: 700px;
}
.useful_wrap * > article#article section.con_box table tr.line {
  border: 2px solid #f57aaa;
}
.useful_wrap * > article#article section.con_box table th,
.useful_wrap * > article#article section.con_box table td{
  padding: 7px 15px;
  text-align: left;
}
