@charset "utf-8";

/** --------------------------------------------------------------------------------
 * footer
 */
div#footer {
  margin-top: 20px;
  zoom: 1;
}

div#footer div#linkBox,
div#footer div#schoolInformation {
  border: 1px solid #ccc;
  position: relative;
  zoom: 1;
}

* html div#footer div#linkBox,
* html div#footer div#schoolInformation {
  z-index: -1;
}

*+html div#footer div#linkBox,
*+html div#footer div#schoolInformation {
  z-index: -1;
}

/* フッターナビ */
div#footer div.nav {
  margin: -1px -1px 0;
  padding: 14px 1px 7px;
  border-bottom: 1px solid #ccc;
  position: relative;
  background: url("../images/frame/full_top.gif") no-repeat 0 0;
  text-align: center;
  zoom: 1;
}

div#footer div.nav ul li {
  padding: 0 17px 0 18px;
  display: inline-block;
  background: url("../images/footer/navLine.gif") no-repeat 0 50%;
}

* html div#footer div.nav ul li {
  display: inline;
}

*+html div#footer div.nav ul li {
  display: inline;
}

div#footer div.nav ul li.first {
  background-image: none;
}

/* 整体業界Q&A */
div.QandA {
  margin: 0 -1px -1px;
  padding: 7px 6px 14px;
  position: relative;
  background: url("../images/frame/full_bottom.gif") no-repeat 0 100%;
  zoom: 1;
}

div.QandA h3 {
  margin: 0 -5px;
  padding: 0 16px 7px;
  border-bottom: 1px solid #ccc;
  poxition: relative;
}

div.QandA div {
  overflow: hidden;
  zoom: 1;
}

div.QandA table {
  margin-left: -1px;
}

div#footer div.QandA table tr td {
  padding: 0 10px 0 11px;
  border-top: 13px solid #ffffff;
  background: url("../images/footer/QandALine.gif") repeat-y 0 0;
}

div#footer div.QandA table tr td dl dt {
  display: inline-block;
  overflow: hidden;
  height: 15px;
  color: #fff;
  background: #ff9c00 url("../images/footer/title_1_left.gif") no-repeat 0 0;
  font-weight: bold;
}

* html div#footer div.QandA table tr td dl dt {
  display: inline;
}

*+html div#footer div.QandA table tr td dl dt {
  display: inline;
}

div#footer div.QandA table tr td dl dt span {
  padding: 0 10px;
  display: inline-block;
  height: 15px;
  vertical-align: top;
  background: url("../images/footer/title_1_right.gif") no-repeat 100% 0;
}

* html div#footer div.QandA table tr td dl dt span {
  display: inline;
}

*+html div#footer div.QandA table tr td dl dt span {
  display: inline;
}

div#footer div.QandA table tr td dl dt.color_2 {
  background-color: #ff7200;
  background-image: url("../images/footer/title_2_left.gif");
}

div#footer div.QandA table tr td dl dt.color_2 span {
  background-image: url("../images/footer/title_2_right.gif");
}

div#footer div.QandA table tr td dl dt.color_3 {
  background-color: #ff4800;
  background-image: url("../images/footer/title_3_left.gif");
}

div#footer div.QandA table tr td dl dt.color_3 span {
  background-image: url("../images/footer/title_3_right.gif");
}

div#footer div.QandA table tr td ul {
  margin-top: 7px;
}

div#footer div.QandA table tr td ul li {
  padding-left: 10px;
  background: url("../images/footer/marker.gif") no-repeat 2px 0.4em;
}

/* 学校や会社の情報 */
div#schoolInformation {
  margin-top: 20px;
}

div#schoolInformation div.wrap {
  margin: -1px -1px 0;
  position: relative;
  background: url("../images/frame/full_top.gif") no-repeat 0 0;
  zoom: 1;
}

div#schoolInformation div.inner {
  margin: 0 0 -1px;
  padding: 14px 16px;
  position: relative;
  background: url("../images/frame/full_bottom.gif") no-repeat 0 100%;
  line-height: 1.36;/* 15px相当 */
  zoom: 1;
}

div#schoolInformation h2,
div#schoolInformation div#address,
div#schoolInformation div.tel {
  display: inline-block;
  vertical-align: middle;
}

* html div#schoolInformation h2,
* html div#schoolInformation div#address,
* html div#schoolInformation div.tel {
  display: inline;
}

*+html div#schoolInformation h2,
*+html div#schoolInformation div#address,
*+html div#schoolInformation div.tel {
  display: inline;
}

/* ロゴリンク */
div#schoolInformation h2 {
  margin-right: 10px;
  width: 41px;
}

div#schoolInformation h2 a {
  display: inline-block;
}

div#schoolInformation h2 img {
  width: 41px;
  height: 28px;
}

/* 運営会社情報 */
div#schoolInformation div#address {
  margin-right: 20px;
  width: 557px;
}

/* 電話番号情報、アクセス */
div#schoolInformation div.tel {
  width: 200px;
  text-align: right;
}

/* 著作権表記 */
p#copyright {
  margin: 18px 0;
  text-align: center;
}