/* 20170310 SAMPLEページ用
-----------------------------------------*/
body{
    padding-top:46px;
}
body:after {
    content:"※このホームページは見本です※";
    display:block;
    width:100%;
    height:46px;
    text-align:center;
    background: rgba(0, 0, 0, 0.8) ;
    line-height:1;
    padding:15px 20px;
    color:#eee;
    font-weight:bold;
    position:fixed;
    left:0px;
    top:0;
    z-index:10000000;
    box-sizing: border-box;
}
