<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ************************************************************************** */
/*  option.html の専用スタイルシート */

/* a#form_download */
a#form_download{
    background-color : #eb8686;
    border-bottom    : 2px #cccccc solid;
    border-radius    : 10px;
    border-right     : 2px #cccccc solid;
    color            : white;
    display          : block;
    font-size        : 110%;
    font-weight      : bold;
    margin           : 1em auto;
    max-width        : 500px;
    padding          : 10px 15px;
    text-align       : center;
    text-decoration  : none;
    width            : 100%;
}
a#form_download:hover{
    border-bottom    : none;
    border-left      : 2px #cccccc solid;
    border-right     : none;
    border-top       : 2px #cccccc solid;
}
a#form_download:active{
    background-color : #eb6666;
    color            : #333333;
}
</pre></body></html>