@charset "utf-8";

/* 大見出し */

h2 {
  background: url(./img/ttl.jpg) 0 0 no-repeat;
}


/* サイドバー */

#side-navi h3 a {
  background: url(../page/img/side-sh.gif) 0 -100px no-repeat;
}

#side-navi h3 a:hover {
  background: url(../page/img/side-sh.gif) -200px -100px no-repeat;
}


/* メイン
----------------------------------------------------*/

#mainnavi li {
  background: url(../common/img/arrow-dot-off.gif) left center no-repeat;
}


/* 小見出し
----------------------------------------------------*/

#main #gakudou p {
  background: url(./img/hoiku-sh.gif) 0 0 no-repeat;
}

#main #gyouji1 p {
  background: url(./img/gyouji-txt.gif) 0 0 no-repeat;
  width: 121px;
}

#main #gyouji2 p {
  background: url(./img/gyouji-txt.gif) 0 -20px no-repeat;
  width: 141px;
}

#main #gyouji3 p {
  background: url(./img/gyouji-txt.gif) 0 -40px no-repeat;
  width: 117px;
}

#main #gyouji4 p {
  background: url(./img/gyouji-txt.gif) 0 -60px no-repeat;
  width: 65px;
}

#main #gyouji5 p {
  background: url(./img/gyouji-txt.gif) 0 -80px no-repeat;
  width: 65px;
}

#main #gyouji6 p {
  background: url(./img/gyouji-txt.gif) 0 -100px no-repeat;
  width: 62px;
}

#main #gyouji7 p {
  background: url(./img/gyouji-txt.gif) 0 -120px no-repeat;
  width: 95px;
}

#main #gyouji8 p {
  background: url(./img/gyouji-txt.gif) 0 -140px no-repeat;
  width: 103px;
}

#main .subhead.gyoujish p {
  float: left;
}

#main .subhead.gyoujish span {
  float: left;
  padding-left: 20px;
  color: #4eb6e0;
  font-weight: bold;
}


/* テーブル
----------------------------------------------------*/

table.table {
  width: 710px;
}

table .t-header {
  background: #4eb6e0;
}

th {
  background: #e9f7fe;
}

#youkou .t-label,
#hoiku .t-label {
  width: 20%;
}

#youkou .t-50 {
  width: 40%;
}

#tennyu {
  margin-top: 20px;
}

#setsumei th {
  white-space: nowrap;
}

#tennyu {
  table-layout: auto;
}

#tennyu th {
  width: 20%;
  white-space: nowrap;
}


/* よくあるご質問
----------------------------------------------------*/

#qalist {
  margin: 0 10px;
}

#qalist dd {
  padding: 10px;
  background: #e9f7fe;
  margin-bottom: 15px;
}

#qalist .q,
#qalist .a {
  font-size: 123.1%;
  color: #4eb6e0;
  padding-right: 0.5em;
  font-weight: bold;
}

#qalist .q {
  padding-left: 10px;
}

#qalist dt {
  font-weight: bold;
}

#qalist blockquote {
  margin: 10px;
  padding: 10px;
  border: solid 1px #ccc;
  background: #fff;
}


/*お問い合わせ*/

#main #entry .tel {
  background: url(./img/tel.gif) 0 0 no-repeat;
}

#main #entry .pageTop2 a {
  background: url(../page/img/arrow-up-off.gif) 0 0 no-repeat;
}

#main #entry .pageTop2 a:hover {
  background: url(../page/img/arrow-up-on.gif) 0 0 no-repeat;
}


/* 公開行事
----------------------------------------------------*/

table#gyouji {
  margin-bottom: 20px;
}

.infotxt {
  padding: 10px;
  background: #e9f7fe;
  width: 410px;
  margin-left: 150px !important;
}

.table-setumeikai {
  margin-bottom: 30px;
}

.table-setumeikai th,
.table-setumeikai td {
  border: solid 1px #ccc;
  padding: 0.5em 1em;
}