@charset "shift_jis";
a {
    text-decoration:none;
}
/*a:link {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:visited {
  color: #fff;
}
table#midashi {
    background-image: url(./midashi.jpg)
}*/
ol, ul {
    list-style: none;
}
#sns {
    text-size-adjust: 100%;
    cursor: default;
    font: 16px/1.5 sans-serif;
    text-rendering: optimizeLegibility;
    /*color: rgb(0, 0, 0);*/
    letter-spacing: 0.1em;
    font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
    box-sizing: inherit;
    border-style: solid;
    border-width: 0;
    height: 100px;;
    position: absolute;
    right:50px;
    bottom: 40%;
    position: fixed;
}
#sns ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sns ul li {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    /*background-color: #fff;*/
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    list-style: none;
}
#sns a {
    font-size: 30px;
    color : inherit;
}
#sns i {
    margin: 8px;
    font-size: 24px;
    padding: 3px;
}
