@charset "UTF-8";

/* フロントエンドのスタイル */

/* Web ビーコン */
.st-am-impression-tracker
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    white-space: nowrap;
}

/* タグ編集 */
.st-am-edit-link-button
{
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #4682b4;
    text-decoration: underline;
    font-size: 95%;
    -webkit-appearance: none;
}

.st-am-edit-link-button:hover
{
    color: #b22222;
}
