@charset "UTF-8";
p {
    font-family:'Yomogi',sans-serif;
}
html {
    background-color:#FFFFFF;
}
body {
    color: #777777;
    display: grid;
}
a { /*リンク*/
    color: #777777; /*リンク色*/
    text-decoration: none; /*リンクの下線消去*/
}
.px {　/*タイトル部分*/
    font-size: 20px;
    display     : inline-block;
    color       : #ffffff;
    text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}
.no_copy{ /*画像*/
    background:url('tenshi_202509_2.jpg');
    background-size:contain;
    background-repeat: no-repeat;
    width:270px;
    height:270px;
}
