@charset "utf-8";
/* CSS Document */
    #sptmain{
        font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        width:800px;
        border: #FF760C solid 7px;
        border-radius: 20px;
        background-color: #fff;
        padding: 10px 40px;
        text-align: center;
        margin:20px auto 10px;
    }
    .sptt1{
        font-size: 26px;
        color:orangered;
        font-weight: bold;
        line-height: 24px;
        margin: 10px auto 0;
    }
    .sptt2{
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-align: left;
        line-height: 23px;
    }
    #eswitch{
        font-weight: bold;
        color:blue;
        font-size:14px;
        cursor: pointer;
        text-decoration: underline;
    }
    #mediacover{
    padding:1px 10px 10px 30px;
    background-color: #B9F5DC;
    border-radius: 25px;
    margin: 10px auto;
    font-size: 15px;
}
.medialink{
    font-weight: bold;
    font-size:22px;
}
.linkdiv {
    float:left;
    width:160px;
}
.linktxt{
    margin:0;
}
.onelink{
    height:65px;
    text-align: left;
    color: #000;
}