/* ---------------------------
アンケ作成
----------------------------*/
ul.menu-footer-overlay{

  margin: 0;
  padding: 0;
  position: fixed;

  bottom:-300px;
  left:0;
  width: 100%;
  list-style: none;
z-index: 1000;
  background: #fbfaf4;

transition: all 0.3s;
}
.menu-footer-overlay.active{
bottom:-0px;
}
ul.menu-footer-overlay li{
  position: relative;

  line-height: 110%;
  text-align: center;

    list-style: none;
    width: 25%;
  float:left;

  box-shadow: 0 0 1px #fff;
  background: #888;
  color:#fff;
}

ul.menu-footer-overlay li a{
  color: #fff!important;
  width: 100%;
  display: block;
  padding:6px 0 2px 0;
font-weight: bold;
      line-height: 110%;
      font-size: 18px;
text-decoration: none;
  }

  ul.menu-footer-overlay li span{
 color: #fff;
    width: 100%;
    display: block;
    padding:4px;

        line-height: 110%;
        font-size: 14px;

    }

  ul.menu-footer-overlay li.red{
    background: #ce1313;
  }
  ul.menu-footer-overlay li.red a{
    color: #fff;
      text-shadow: 1px 1px #540000;
        line-height: 110%;
        font-size: 13px;

    }
    ul.menu-footer-overlay li a:hover{
    color:#dd0000;
    }
    ul.menu-footer-overlay li.memu-footer-race-name{
      background: #000;
          width: 100%;
          box-shadow: 0 0 2px #00000094;
          text-shadow: none;
          text-align: center;
          font-weight: bold;
          color: #ffff00;
          font-size: 13px;
          padding: 6px;


    }
    ul.menu-footer-overlay li.memu-footer-race-name .memu-footer-race-name-sub{
      color:#fff;
      text-shadow: none;
      font-size:11px;
      padding: 0;
      display: inline;
      font-weight: normal;
    }
    .upicon{
      display: block;
      position: absolute;
      left: 6px;
      top:3px;
      font-size: 9px;
      color:#ff0000;
      padding: 0;
      display: inline;
      z-index: 100000;
      text-shadow: none;
      -webkit-animation:blink 0.5s ease-in-out infinite alternate;
      -moz-animation:blink 0.5s ease-in-out infinite alternate;
      animation:blink 0.5s ease-in-out infinite alternate;
  }
	.menu-text{
		font-size: 9px!important;
	}
  @-webkit-keyframes blink{
      0% {opacity:0;}
      100% {opacity:1;}
  }
  @-moz-keyframes blink{
      0% {opacity:0;}
      100% {opacity:1;}
  }
  @keyframes blink{
      0% {opacity:0;}
      100% {opacity:1;}
  }
  .single .createanke{
    display: none;
  }

  .createanke{
    display: block;
    position: fixed;
        bottom: 10px;
        right: 10px;
        width: 74px;
        height: 74px;
        border-radius: 50%;
        background-color: #4eb6ac;
        color: #fff!important;
        font-weight: bold;
        text-align: center;
        font-size: 21px;
        line-height: 50%;
        padding-top: 20px;

transition: all 0.5s 0s ease;
z-index: 1000000;
box-shadow: 0px 0px 0px #fff;
  }
  .createanke:hover{
    box-shadow: 0px 0px 0px #fff;
    background-color:#4baba1;
text-decoration: none;
  }

  .aibt {
    position: absolute;
    width: 60px;
    max-width: unset;
    top: -5px;
    right: 7px;
    display: none;
}
/* ----------------------------
    footer
----------------------------*/
#footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  color: #ffffff;
	margin-top: 20px;
}
.footerbottom--last {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 calc(50% - 50vw);
  padding: 0.5rem;
  color: #FFF;
		background-color:#000000;
}
.footerbottom--last a {
  padding:0.5rem;
  font-size: 0.8rem;
  text-align: center;
	  color: #FFF;
}
.footerbottom--last span {
  color: rgb(141, 141, 141);
  font-size: 0.7rem;
}
@media screen and (min-width: 768px), print {
  #footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    color: #ffffff;
	  	margin-top: 20px;
  }
.footerbottom--last {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 calc(50% - 50vw);
    padding: 1rem calc(50vw - 50%);
  

  }
  .footerbottom--last a {
 
	  font-size: 1rem;
  }
  .footerbottom--last span {
    color: rgb(141, 141, 141);
    font-size: 0.7rem;
  }
}
.footer_icon_wrapper {
	background-color: #f9f6f6;
	 padding:5px 0;
}