*{
font-family: -apple-system, BlinkMacSystemFont,
"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
letter-spacing: 1.2px;
padding:0;
margin:0;
}
body{
text-align:left;
}p.send{
font-size:0.88em;
padding:0;
margin:5em 1.5em;
}p.top{
opacity: 0.7;
font-size: 0.75em;
padding: 0px 0px 10px 0px;
}
p.top a{
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    color: rgba(0,0,0,0.7);
    box-sizing: border-box;
    width: 100%;
    height: 3.4em;
    line-height: 3.4em;
    padding: 0px 0px 0px 18px;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
    box-shadow:
0 1px 4px rgba(0,0,0,0.5);
    text-shadow:
1px 1px 3px rgba(0,0,0,0.4);
}
p.top a:active{
    color: white;
    background: cornflowerblue;
}