@charset "UTF-8";
/* --------------------------------------------------------------------- */
/*  footer | PC  */
/* --------------------------------------------------------------------- */
/*
---------------------------------------*/
.footer {
  font-size: 13px;
  line-height: 1.75;
  font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Verdana, sans-serif;
  min-width: 1000px;
}
.footer .wrapper {
  margin: auto;
  padding: 0 10px;
  width: 980px;
}

.mac .footer {
  font-family: Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
}

.sponsor {
  background: #fff;
  height: 100px;
  padding-top: 15px;
  border-top: solid 1px #ecf0f1;
}

.sponsor ul {
  text-align: center;
  padding-top: 1px;
}

.sponsor li {
  display: inline;
  padding: 10px;
}

/* .sponsor img {
  vertical-align: top;
} */

.sitemap {
  background-color: #ecf0f1;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}
.sitemap .unit {
  border-bottom: solid 1px #bdc3c7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sitemap .unit .title {
  width: 100px;
  height: 50px;
  padding-left: 40px;
  line-height: 50px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  float: left;
  position: relative;
  background-color: #6c9bd2;
  background-repeat: no-repeat;
  background-position: left 50%;
  font-size:12px;
}
.sitemap .unit .title.title-bg-1 {
  background-image: url(/img/pc/footer/ico_sitemap_01.png);
}
.sitemap .unit .title.title-bg-2 {
  background-image: url(/img/pc/footer/ico_sitemap_02.png);
}
.sitemap .unit .title.title-bg-3 {
  background-image: url(/img/pc/footer/ico_sitemap_03.png);
}
.sitemap .unit .title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent #7399d1;
  display: block;
  content: '';
  position: absolute;
  top: 16px;
  right: -13px;
}
.sitemap .unit .list-link {
  float: right;
  width: 817px;
  padding-top: 13px;
}
.sitemap .unit .list-link li {
  display: inline;
  padding-right: 30px;
}
.sitemap .unit .list-link li a {
  background: url(/img/pc/footer/arrow_black.png) center left no-repeat;
  padding-left: 10px;
}
.sitemap .unit:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sitemap a {
  color: #002844;
}
.sitemap a:link {
  text-decoration: underline;
}
.sitemap a:hover {
  text-decoration: none;
}

.footer-top {
  background-color: #7399d1;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer-top ul {
  padding-bottom: 10px;
}
.footer-top ul li {
  display: inline;
  padding-right: 26px;
  line-height: 1;
}

.footer-bottom {
  background-color: #002844;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-bottom ul {
  padding-bottom: 5px;
}
.footer-bottom ul li {
  display: inline;
  padding-right: 15px;
}
.footer-bottom .notice,
.footer-bottom .copy {
  font-size: 11px;
}
.footer-bottom .notice {
  float: left;
}
.footer-bottom .copy,
.footer-bottom .hampstead {
  float: right;
}
.footer-bottom .hampstead {
  margin-left: 10px;
  margin-top: -8px;
}

.footer-top a,
.footer-bottom a {
  color: #fff;
}
.footer-top a:hover,
.footer-bottom a:hover {
  text-decoration: underline;
}

.pt0 {
  padding-top: 0 !important;
}

/* link
---------------------------------------*/
a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* debug
---------------------------------------*/
body.debug {
  background-color: #fff;
  background-image: url(/_dev/_img/_guide.png);
  background-repeat: repeat-y;
  background-position: 50% 0;
  min-height: 10000px;
}

body.debug > * {
  opacity: .7;
}

.cake-debug-output,
.cake-sql-log {
  line-height: 1.5;
  background-color: #222;
  padding: 20px;
}

.cake-debug-output, .cake-debug-output *,
.cake-sql-log,
.cake-sql-log * {
  color: #00cc33 !important;
  -ms-word-break: break-all;
  word-break: break-all;
}

.cake-sql-log td, .cake-sql-log th {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
