/* siteFooter 20160729追加 */
/*----------------------
共通部分
----------------------*/
@media screen and (min-width:641px) {

.footer_common_asahigroup {
  display: none;
}
}
@media screen and (max-width:640px) {

.footer_common_asahigroup {
  line-height: 1;
  padding-top: 20px;
}
.footer_common_asahigroup .recommend,
.footer_common_asahigroup .menu,
.footer_common_asahigroup .otherMenu {
  padding-top: 30px;
}
.footer_common_asahigroup .otherMenu {
  padding-bottom: 30px;
}
.footer_common_asahigroup .otherTitle,
.footer_common_asahigroup .otherTitle > a{
  border-bottom: none;
}
.footer_common_asahigroup .otherTitle > a::before,
.footer_common_asahigroup .otherTitle > a::after{
  display: none;
}
.footer_common_asahigroup .otherTitle{
  margin-right: 20px;
  top: 1px;
  position: relative;
}
.footer_common_asahigroup .otherTitle,
.footer_common_asahigroup ul {
  display: inline-block;
}
.footer_common_asahigroup .recommend ul {
  border-bottom: 1px solid rgb(173, 173, 173);
  padding-bottom: 20px;
}
.footer_common_asahigroup ul li {
  border-right: 1px solid #ffffff;
  display: inline-block;
  padding-right: 12px;
  margin-right: 7px;
  margin-bottom: 10px;
}
.footer_common_asahigroup #ftNav li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.footer_common_asahigroup ul li a::before,
.footer_common_asahigroup ul li a::after{
  display:none;
}
.footer_common_asahigroup #ftLogo {
  padding: 50px 0px 40px;
  text-align: center;
}
.siteFooterInside #ftNav {
  display: inline-block;
  padding-bottom: 30px;
}
.otherMenu .siteFooterInside .section {
  width: 40%;
  float: left;
  margin-bottom: 5px;
}
.otherMenu .siteFooterInside .sectionin {
  width: 60%;
  float: right;
  margin-bottom: 5px;
}
.otherMenu .siteFooterInside .section:last-child {
  width: 100%;
}
.siteFooter_bottom {
  padding-bottom: 30px;
}
.siteFooter_bottom .copyright {
  width: 50%;
  float: left;
}
.siteFooter_bottom #ftNav {
  width: 50%;
  float: right;
  text-align: right;
}
}

/*----------------------
個別設定
----------------------*/
/*フッター背景色*/
.footer_common_asahigroup {
  background-color: #30302E;
  font-size: 12px;
  color: #999;
}
.footer_common_asahigroup .siteFooter_bottom {
  background-color: #212121;
}
/*幅調整*/
.footer_common_asahigroup .siteFooterInside,
.footer_common_asahigroup .siteFooter_bottom .section {
  margin: 0 auto;
  width: 1000px;
  color: #FFF;
  overflow: hidden;
}
/*リンク色*/
.footer_common_asahigroup a {
  color: #999;
  font-size: 12px;
}
/*タイトル色・文字*/
.footer_common_asahigroup .menuTitle {
  font-weight: normal;
  font-size: 15px;
  color: #FFF;
  margin-bottom: 15px;
}
.footer_common_asahigroup .otherTitle,
.footer_common_asahigroup .otherTitle > a {
  font-size: 15px;
  font-weight: normal;
  color: #FFF;
}
.footer_common_asahigroup .otherTitle{margin-bottom:10px;}
/*区切り線の色*/
.footer_common_asahigroup .recommend ul{
  border-color: #999;
}
/*テキストリンク右線の色*/
.footer_common_asahigroup ul li {
  border-color: #999;
}
/*コピーライト*/
.siteFooter_bottom .copyright {
  font-size: 12px;
  color: #999;
}
/*----------------------
レスポンシブの場合
----------------------*/
@media screen and (max-width:640px) {
  .footer_common_asahigroup{padding-top:0;}
  .footer_common_asahigroup .recommend,
  .footer_common_asahigroup .menu,
  .footer_common_asahigroup .otherMenu,
  .footer_common_asahigroup .siteFooter_bottom #ftLogo{
  display:none;
  }
  .footer_common_asahigroup .siteFooter_bottom{padding:0}
  .footer_common_asahigroup .siteFooter_bottom .section{width:100%;}
  .footer_common_asahigroup .siteFooter_bottom .copyright {
    width:100%;
    float:none;
    text-align: center;
    padding: 20px 0;
    display: block;
    color: #a8a8a8;
  }
  .footer_common_asahigroup .siteFooter_bottom #ftNav {
    width : 100%;
    float : none;
    display : flex;
    flex-wrap : wrap;
  }
  .footer_common_asahigroup .siteFooter_bottom #ftNav li{
    width:50%;
    padding:0;
    margin:0;
    box-sizing:border-box;
    background-color:#30302E;
    border:none;
    text-align:center;
    border-bottom:1px solid #444;
  }
  .footer_common_asahigroup .siteFooter_bottom #ftNav li a{
    padding : 10px 0;
    display:block;
  }
  .footer_common_asahigroup .siteFooter_bottom #ftNav li:nth-child(2n + 1){
    border-right:1px solid #444;
  }
}
