body {
    background-color:#ffe6d7;
}

.btn {
 border-radius: 4px;
 padding:20px 11px 20px 24px;
 display: block;
 position: relative;
 background:#efefef;
 color:#000;
 width:160px;
 margin-bottom:8px;
 box-sizing: border-box;
 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
a.btn {
    color:#222;
}
a.btn:hover{
    text-decoration: none;
    top:1px;
}
.btn .wedge {
    width:8px;
    height:8px;
    border-top:solid 1px #333;
    border-right:solid 1px #333;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left:3px;
    top:22px;
}
.btn .text {
    font-size:15px;
    line-height:1;
    text-decoration: none;
    font-weight: bold;
}


.btn_shamaison {
    background-color: #fdde3f;
    border:solid 1px #d1a700;
}
.btn_leave {
    background-color: #65d7f6;
    border:solid 1px #009ac4;
}
.btn_shamaison .wedge {
    border-top:solid 1px #6d5e0a;
    border-right:solid 1px #6d5e0a;
}
.btn_leave .wedge {
    border-top:solid 1px #2229fd;
    border-right:solid 1px #2229fd;
}



