@charset "utf-8";

/* ========================================================
 * index.html
 * ======================================================== */

/* mainVisual
============================================== */
#mainVisual {
  margin-top: 50px;
}

/* くらしの便利情報
============================================== */
#life li {
  float: left;
}

/* 呉羽支所からのお知らせ
============================================== */
#news {
  margin-top: 20px;
}
#news h2 img {
  margin-bottom: 13px;
  margin-top: 13px;
}
#newsWindow {
  width: 655px;
  height: 300px;
  margin: 10px;
  overflow: auto; 
}

/* ========================================================
 * story：呉羽の昔ばなし
 * ======================================================== */
#story #mainArea p img {
  margin-bottom: 10px;
}

/* ========================================================
 * nasi：呉羽梨
 * ======================================================== */
#nasi #mainArea .imgComment {
  font-size: 11px;
  color: #c00;
}

/* ========================================================
 * kureha：呉羽の紹介
 * ======================================================== */
#kureha .sightseeing .spot {
  width: 188px;
  float: left;
}
#kureha .sightseeing .spot p.spotImg {
  margin-bottom: 5px;
}
#kureha .sightseeing .spot p.spotDescription {
  font-size: 12px;
}
#kureha .sightseeing .right15 {
  margin-right: 15px;
}
#kureha .top15 {
  margin-top: 15px;
}

/* ========================================================
 * sisho：呉羽支所について
 * ======================================================== */
#sisho #profile dt {
  color: #737d3a;
  font-weight: bold;
  background-color: #cbe080;
  padding: 2px 10px;
}
#sisho #profile dd {
  padding: 5px 10px 10px;
}
#sisho #profile a {
  font-size: 12px;
  text-align: right;
}
#sisho #work dt {
  color:#dc6161;
  font-weight: bold;
}
#sisho #work dd {
  margin-bottom: 20px;
}
/* ========================================================
 * card：呉羽いきいきカード
 * ======================================================== */
#cardStore .storeRow {
  margin-bottom: 20px;
}
#cardStore .store {
  width: 290px;
  float: left;
  margin-right: 15px;
}
#cardStore .rightless {
  margin-right: 0px;
}
#cardStore .store .storeImg {
  width: 100px;
  float: left;
  margin-top: 17px;
  margin-right: 10px;
}
#cardStore .store .storeDescription h4 {
  line-height: 1;
}
#cardStore .store .storeDescription {
  width: 180px;
  float: right;
  font-size: 12px;
  line-height: 1.7;
}

/* ========================================================
 * card：呉羽いきいきカード
 * ======================================================== */
#card .cardEntry {
  margin-bottom: 50px;
}
#card .bottomless {
  margin-bottom: 0px;
}
#card .cardEntry h4 {
  margin-bottom: 20px;
}
#card .cardEntry .cardDescription,
#card .cardEntry .cardlink {
  margin-bottom: 10px;
}
#card .cardEntry .cardlink {
  height: 56px;
  margin-bottom: 10px;
}
#card .cardEntry .center {
  text-align: center;
}

/* ========================================================
 * faq：呉羽いきいきカード よくある質問
 * ======================================================== */
#card #faq dt {
  color: #dc6161;
  font-weight: bold;
}

/* ========================================================
 * fes：くれは祭り
 * ======================================================== */
#fes .fesSummary {
  margin-bottom: 30px;
}
#fes .fesSchedule h3,
#fes .fesProgram h3 {
  margin-bottom: 10px;
}
#fes .fesSchedule {
  margin-bottom: 20px;
}
#fes dt {
  float: left;
  width: 50px;
}
#fes dd {
  float: right;
  width: 275px;
}
#fes dt.odd,
#fes dd.odd {
  background-color: #fdfccb;
}
#fes dd span {
  font-size: 10px;
}

/* ========================================================
 * bus：呉羽いきいきバス
 * ======================================================== */
#bus .incidentSection {
  margin-top: 10px;
}
#bus #aside {
  border: 5px solid #fdcfcf;
  border-radius: 8px;
  margin-top: 15px;
  padding: 20px;
}
#bus #busDescription #busImgInfo {
  margin-top: 25px;
}
#busImgInfo > p {
  margin-bottom: 15px;
  text-align: center;
}
#bus #buslink .bottom9 {
  margin-bottom: 9px;
}
#bus #busInquiry dt {
  color: #dc6161;
  font-weight: bold;
}

/* ========================================================
 * bus：バス時刻表
 * ======================================================== */
#bus ul.tab {
  height: 61px;
}
#bus ul.tab li a.selected {
  text-decoration: none;
  cursor: default;
}
#bus ul.tab li {
  display: inline;
}
#bus ul.tab li a {
  height: 61px;
  display: block;
  float: left;
  text-indent: -9877em;
  text-decoration: none;
  overflow: hidden;
}
#bus ul.panel {
  clear: both;
}
#bus ul.panel li {
  list-style-type: none;
}

/* --------------------------------------------------------
 * 長岡・寒江ルート通常便
 * -------------------------------------------------------- */
#bus ul.tab .liNagaokaNormal a {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat;
  width: 127px;
}
#bus ul.tab .liNagaokaNormal a:hover,
#bus ul.tab .liNagaokaNormal a.selected {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat 0 -61px;
  width: 127px;
}
/* --------------------------------------------------------
 * 長岡・寒江ルートモーニング便
 * -------------------------------------------------------- */
#bus ul.tab .liNagaokaMorning a {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat -128px 0;
  width: 114px;
}
#bus ul.tab .liNagaokaMorning a:hover,
#bus ul.tab .liNagaokaMorning a.selected {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat -128px -61px;
  width: 114px;
}
/* --------------------------------------------------------
 * 老田・古沢・池多ルート通常便
 * -------------------------------------------------------- */
#bus ul.tab .liOidaNormal a {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat -242px 0;
  width: 114px;
}
#bus ul.tab .liOidaNormal a:hover,
#bus ul.tab .liOidaNormal a.selected {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat -242px -61px;
  width: 114px;
}
/* --------------------------------------------------------
 * 老田・古沢・池多ルート古洞の森・三熊経由通常便
 * -------------------------------------------------------- */
#bus ul.tab .liFurudoNormal a {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat -356px 0;
  width: 114px;
}
#bus ul.tab .liFurudoNormal a:hover,
#bus ul.tab .liFurudoNormal a.selected {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat -356px -61px;
  width: 114px;
}
/* --------------------------------------------------------
 * 老田・古沢・池多ルートモーニング便
 * -------------------------------------------------------- */
#bus ul.tab .liOidaMorning a {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat -470px 0;
  width: 126px;
}
#bus ul.tab .liOidaMorning a:hover,
#bus ul.tab .liOidaMorning a.selected {
  background: url(../img/bus/li_schedule_ikiiki.png) no-repeat -470px -61px;
  width: 126px;
}
/* --------------------------------------------------------
 * コミニバスAルート
 * -------------------------------------------------------- */
#bus ul.tab .liminiA a {
  background: url(../img/bus/li_schedule_mini.png) no-repeat;
  width: 240px;
}
#bus ul.tab .liminiA a:hover,
#bus ul.tab .liminiA a.selected {
  background: url(../img/bus/li_schedule_mini.png) no-repeat 0 -61px;
  width: 240px;
}
/* --------------------------------------------------------
 * コミニバスBルート
 * -------------------------------------------------------- */
#bus ul.tab .liminiB a {
  background: url(../img/bus/li_schedule_mini.png) no-repeat -241px 0;
  width: 354px;
}
#bus ul.tab .liminiB a:hover,
#bus ul.tab .liminiB a.selected {
  background: url(../img/bus/li_schedule_mini.png) no-repeat -241px -61px;
  width: 354px;
}

/* --------------------------------------------------------
 * 時刻表テーブル
 * -------------------------------------------------------- */
#bus table {
  margin-top: 20px;
  border-top: 5px solid #305d7f;
  border-bottom:  5px solid #5f717f;
  border-collapse: collapse;
}
#bus table colgroup {
  border-right: 1px dotted #5f717f;
}
#bus table colgroup.busstop {
  width: 165px;
}
#bus table colgroup.bustime {
  width: 43px;
}
#bus li#nagaokaMorning table colgroup.bustime,
#bus li#oidaMorning table colgroup.bustime {
  width: 235px;
}
#bus li#oidaNormal table colgroup.bustime {
  width: 71px;
}
#bus li#furudoNormal table colgroup.bustime,
#bus li#miniA table colgroup.bustime {
  width:107px;
}
#bus li#miniB table colgroup.bustime {
  width:143px;
}
#bus table .lastchild {
  border-right: none;
}
#bus table caption {
  margin-bottom: 10px;
}
#bus table caption span {
  color: #c00;
}
#bus table caption span em {
  font-weight: bold;
}
#bus thead {
  color: #fff;
  background-color: #4b98cf;
}
#bus table th {
  font-weight: bold;
  height: 40px;
}
#bus table th,
#bus table td {
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
}
#bus table td {
  border-bottom: 1px dotted #4b98cf;
}
#bus table tr.even {
  background-color: #e1f1fc;
}
#bus table th.saturday {
  background-color: #3d8ac8;
}
#bus table colgroup.saturday {
  background-color: #d1e7f6;
}
#bus table td.saturday {
  background-color: #72b5eb;
}