@charset "utf-8";
@import url("/useful/css/jiten.css");
/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

last modify : 

========================================================== */

/* ----------------------------
  table - 図鑑
------------------------------ */
table.zukan {
  width: 630px;
}

table.zukan td {
  font-size: 15px;
}

table.zukan td.name {
  height: 30px;
  background: #ffe4f4;
  font-size: 18px;
  font-weight: bold;
}

table.zukan td.pict {
  width: 240px;
  padding: 0 !important;
}
table.zukan td img {
  width: 240px;
  vertical-align: bottom;
}
table.zukan.hrz td img{
  height: 194px;
}
table.zukan.vrt td img{
  /*height: 300px;*/
}

table.zukan td.head,
table.zukan td.hdin {
  width: 80px;
  background: #FFF3F2;
  font-weight: bold;
}
table.zukan.hrz td.head,
table.zukan td.hdin {
  height: 38px;
}
table.zukan.vrt td.head {
  height: 58px;
}

table.zukan td.name {
  padding: 4px 8px !important;
}
table.zukan td.cptn {
  padding: 10px 20px !important;
}

table.zukan td.head,
table.zukan td.hdin,
table.zukan td.data {
  padding: 0 7px !important;
  line-height: 110%;
}

table.zukan td.inst {
  padding-top: 20px !important;
}
table.zukan td.inst span.subject {
  font-weight: bold;
}
table.zukan td.inst span.notes {
  color: #093;
}

/* ----------------------------
  nav - 50音JUMP
------------------------------ */
nav#con_nav ul li a {
    cursor: pointer;
    color: #00f;
}

nav#con_nav ul li.nolink a {
    cursor:  default;
    color: #333;
}

nav#con_nav ul li.nolink a:hover {
    background: url("/useful/image_cmn/1st_nav.gif") no-repeat scroll 8px 6px #fff !important;
}

/* ----------------------------
  Zukan_Menu List
------------------------------ */
ul.zukan_menu li{
  float: left;
  width: 280px;
  letter-spacing: 0.012em;
}

/* ----------------------------
  Hide Background (bg_banner_end.png from d_cmn_new.css)
------------------------------ */
#content {
  margin: 0 auto;
  background: none;
}

