<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ribbon {
    position: relative;
    background: #f57a78;
    box-shadow: 0px 0px 0px 5px #f57a78;
    border: dashed 1px #ffb7b6;
    padding: 0.3em 0em 0.3em 1em;
    color: #454545;
    margin-top: 12px;
    width: 230px;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
    cursor: hand;
    line-height: 19px;
	margin-left: 9px;
  box-sizing: content-box;
}

.ribbon:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #f2f0ec #f2f0ec #ffb7b6;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.ribbon:hover{
	 background-color: #ffb7b6; /*繝懊ち繝ｳ濶ｲ*/
	    box-shadow: 0px 0px 0px 5px #ffb7b6;
	}
</pre></body></html>