@charset "UTF-8";
/*
-------------------------------------------------------------------------------------------------------
フッター　ここまで
*/
/*
フッター領域
*/
footer {
  overflow: hidden;
  clear: both; }
  footer ._wrapper {
    width: 1024px;
    margin: auto; }

/*
todo 何の定義か不明
*/
.ad > a {
  text-shadow: none; }

/*
バナー表示領域
*/
.banners {
  line-height: 2em;
  width: 94%;
  height: 60px; }

/*
フッタ サイトマップ領域
*/
footer #site_map {
  margin: auto;
  overflow: hidden; }
  footer #site_map .original_link {
    color: white;
    font-weight: normal;
    margin: 0 1em; }
  footer #site_map .original_link:active {
    color: white; }
  footer #site_map .original_link:visited {
    color: white; }

/**
サイトロゴとサイト説明エリア
*/
.site_description_area {
  width: 300px;
  color: white;
  margin: 0 auto; }

/**
サイトロゴのラッパ
*/
.site_name_img_area {
  text-align: center;
  margin: 0.5em 0; }

/**
サイトの説明のラッパ
*/
.site_description_content_area {
  text-align: center;
  margin: 0.5em 0; }
  .site_description_content_area p {
    margin: 0; }

/*
フッタサイトマップリンクのリスト
*/
#site_map > ul {
  list-style: none;
  display: inherit; }

/*
フッタサイトマップのリンク領域
*/
footer #site_map .site_map_list li {
  display: inline-block; }

/*
コピーライト表示部
*/
#site_copyright {
  margin: 1em auto; }

footer #site_copyright table {
  margin: auto;
  color: white; }

footer {
  min-height: 190px;
  color: white;
  padding: 16px 0; }

footer a {
  text-decoration: none;
  color: white; }

/*
フッターサイトアイコン・姉妹サイトアイコンなど
*/
.footer_left_content {
  width: 40%;
  float: left;
  position: relative;
  min-height: 170px;
  /*
  姉妹リンク
  */ }

.footer_left_content .sister_link_list {
  position: absolute;
  bottom: 0;
  left: 0; }

.footer_left_content .sister_link_list a {
  margin: 0 0 0 8px; }
  .footer_left_content .sister_link_list a > img {
    max-width: 200px; }

/*
フッターサイトマップなど
*/
.footer_right_content {
  width: 60%;
  float: left; }

.footer_right_content .inner_site_map_wrapper .inner_site_map {
  float: right; }

.footer_right_content .inner_site_map_wrapper::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.footer_any_content_wrapper {
  clear: both; }

.footer_any_content_wrapper .copy_right {
  text-align: center;
  margin: auto; }

/*
フッター　ここまで
-------------------------------------------------------------------------------------------------------
*/
