@charset "UTF-8";

#body_container #cookie.cookieMsg-block,
#top #cookie.cookieMsg-block{
  position: fixed;
  bottom:0;
  background-color:#000;
  color:#FFFF;
  width:100%;
  min-height:100px;
  z-index:1000;
  font-size:14px;
  border-top:solid 1px #444;
}

#body_container #cookie.cookieMsg-block a,
#top #cookie.cookieMsg-block a{
  color:#FFF;
}

.cookieMsg-block{
  display:flex;
  aligine-items:center;
}


.cookieMsg-block .cookie-inner{
  display:flex;
  flex-wrap:wrap;
  width:1024px;
  max-width:95%;
  margin:auto;
  justify-content: center;
  padding:30px 15px 20px;
  box-sizing:border-box;
}

.cookieMsg-inner,
.cookieMsg-ReadMore{display:inline-block;}



.cookieMsg{margin-bottom:20px;}
.cookieYes{width:100%; margin-bottom:10px;}
.cookieYes p{text-align:right;}
.cookieMsg-block .arrow-right,.cookieMsg-block .blank{padding:0 1em;}
.cookieMsg-block .arrow-right::after{content:">"; padding-left:1ex;display:inline-block;}

.cookieMsg-block .blank::after {
    content: "";
    position:relative;
    top:3px;
    background: url(/assets/images/common/window_blk-footer.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    padding-left: 1ex;
    display: inline-block;
    margin-lett: 5px;
    margin: 0 0.5em;
    vertical-align: bottom;
}



.cookieMsg p{margin-bottom:10px; color:#FFF;}

#body_container #cookie.cookieMsg-block a{color:#FFF;text-decoration: underline;}




