
/* フッターインクルード向け */
#SimpleFooter_res a {
    text-decoration: none
}
#SimpleFooter_res .footer_row_01 {
    width: 940px;
    margin: 0 auto
}
#SimpleFooter_res .footer_row_02 {
    padding: 35px 0;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}
/* #SimpleFooter_res .footer_row_02_inner {
    width: 940px;
    margin: 0 auto;
    background: url(/img/common/footer_logo.gif) left bottom no-repeat
} */

#SimpleFooter_res .footer_row_02_inner {
  width: 940px;
  margin: 0 auto;
  background: url(/img/common/footer_logo_retina160.png) left bottom no-repeat;
}

@media
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx){
#SimpleFooter_res .footer_row_02_inner {
  background:url(/img/common/footer_logo_retina160@2x.png) left bottom no-repeat;
  background-size: 160px auto;
}
}


#SimpleFooter_res .catch {
    width: 640px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #6c6c6c
}
#SimpleFooter_res .pagetop {
    margin-bottom: 15px;
    text-align: right
}
#SimpleFooter_res .pagetop p {
    text-align: right
}
#SimpleFooter_res .pagetop a {
    display: inline-block;
    padding-left: 20px;
    background: url(/img/common/arrow_pagetop.png) 0 center no-repeat
}
#SimpleFooter_res .footer_navi {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center
}
#SimpleFooter_res .footer_navi ul li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #6b6b6b
}
#SimpleFooter_res .footer_navi ul li:first-child {
    border-left: 0
}
#SimpleFooter_res .footer_links {
    display: inline-block;
    width: 300px;
    margin-left: 10px;
    vertical-align: top;
    text-align: left
}
#SimpleFooter_res .footer_links dt {
    line-height: 1;
    margin: 15px 0 8px;
    font-weight: 700
}
#SimpleFooter_res .footer_links dd {
    line-height: 2;
    margin-left: .5em
}
#SimpleFooter_res .footer_navi.footer_navi_simple ul {
  text-align: center;
}
#SimpleFooter_res .utility_navi {
    margin-bottom: 5px;
    margin-left: 180px
}
#SimpleFooter_res .utility_navi ul {
    line-height: 1
}
#SimpleFooter_res .utility_navi ul li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #6b6b6b
}
#SimpleFooter_res .copyright {
    line-height: 1;
    margin-left: 180px
}
#SimpleFooter_res .copyright small {
    font-size: 100%
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  body:not([id="stepup"]) #SimpleFooter_res .footer_row_02_inner {
    width: auto;
    background: url(/img/common/footer_logo_retina160@2x.png) no-repeat 10px top;
    background-size: 121px auto;
  }
  body:not([id="stepup"]) #SimpleFooter_res .catch {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 15px;
   color: #6c6c6c;
  }
  body:not([id="stepup"]) #SimpleFooter_res .pagetop {
    margin-bottom: 15px;
    text-align: right;
  }
  body:not([id="stepup"]) #SimpleFooter_res .pagetop a {
    display: inline-block;
    padding-left: 20px;
    background: url(/img/common/arrow_pagetop.png) 0 center no-repeat;
  }
  body:not([id="stepup"]) #SimpleFooter_res .footer_navi {
    display: none;
  }
  body:not([id="stepup"]) #SimpleFooter_res .utility_navi {
    min-height: 36px;
    margin: 0 0 0 140px;
    font-size: 85%;
  }
  body:not([id="stepup"]) #SimpleFooter_res .utility_navi ul li {
    float: left;
    margin: 0 0 8px 0;
    padding: 0;
    border: none;
  }
  body:not([id="stepup"]) #SimpleFooter_res .utility_navi ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  body:not([id="stepup"]) #SimpleFooter_res .utility_navi ul li:after {
    content: "|";
    display: inline-block;
    margin: 0 1em;
  }
  body:not([id="stepup"]) #SimpleFooter_res .utility_navi ul li:last-child:after {
    content: "";
    font-size: 0;
    margin: 0;
  }
  body:not([id="stepup"]) #SimpleFooter_res .copyright {
    margin: 0 0 0 8px;
    clear: left;
    padding-top: 4px;
    font-size: 12px;
    color: #696969;
  }
}

/* ステップUPアフィリエイト */
#stepup #SimpleFooter_res {
  font-size: 12px;
}

/* アフィリエイト運営ポリシー */
#policyfooter .footer_navi {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
#policyfooter .footer_navi a {
    color: white;
    text-decoration: none;
}
#policyfooter .footer_links {
    display: inline-block;
    width: 300px;
    margin-left: 10px;
    vertical-align: top;
    text-align: left
}
#policyfooter .footer_links dt {
    line-height: 1;
    margin: 15px 0 8px;
    font-weight: 700;
}
#policyfooter .footer_links dd {
    line-height: 2;
    margin-left: .5em
}
