#performances-wrapper {
    border: solid 1px #b8a9bf;
}
#performances-wrapper > .performances-header,
#performances-wrapper > .performances-body > .performance{
    display: flex;
    direction: row;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    width: 100%;
}
#performances-wrapper > .performances-header {
    background-color: #e5dfe9;
    padding-left: 29px;
    padding-right: 29px;
    border-bottom: solid 1px #b8a9bf;
    font-family: 'Noto Sans JP', sans-serif;;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #4a4a4a;
}
#performances-wrapper > .performances-body {
    padding-left: 22px;
    padding-right: 12px;
}
#performances-wrapper > .performances-body > .performance {
    border-bottom: solid 1px #e9e9e9;
    font-family: 'Noto Sans JP', sans-serif;;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #4a4a4a;
}
#performances-wrapper > .performances-header > div,
#performances-wrapper > .performances-body > .performance > div {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 15px 0;
}
#performances-wrapper > .performances-header .column-1,
#performances-wrapper > .performances-body > .performance .column-1 {
    width: 45%;
    padding-right: 50px;
}
#performances-wrapper > .performances-header .column-2,
#performances-wrapper > .performances-body > .performance .column-2 {
    width: 20%;
    padding-right: 15px;
}
#performances-wrapper > .performances-header .column-3,
#performances-wrapper > .performances-body > .performance .column-3 {
    width: 10%;
    padding-right: 15px;
}
#performances-wrapper > .performances-header .column-4,
#performances-wrapper > .performances-body > .performance .column-4 {
    width: 15%;
    padding-right: 15px;
}
#performances-wrapper > .performances-header .column-5,
#performances-wrapper > .performances-body > .performance .column-5 {
    width: 15%;
    text-align: right
}
#performances-wrapper > .performances-header .column-6,
#performances-wrapper > .performances-body > .performance .column-6 {
    width: 20%;
    padding-right: 15px;
}
#performances-wrapper > .performances-body > .performance .column-4-5 {
    width: 30%;
    padding-right: 15px;
}
.cart-button {
    background-color: #7d00be;font-family: 'Noto Sans JP', sans-serif;;font-size: 12px;font-weight: bold;letter-spacing: 0.5px;text-align: center;color: #ffffff;display: inline-block;border-radius: 2px;width: 100px;
    border: 1px solid #7d00be;
}
.cart-button:hover {
    background-color: #ffffff;
    color: #7d00be;
    text-decoration: none;
}