.columns3{
    display: flex;
}

.listComposerArea{
    width: 20%;
    padding-right: 15px;
    border-right: solid 1px #aaa;
}

.listTitleArea{
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    border-right: solid 1px #aaa;
}

.listDecipherArea{
    width: 60%;
    padding-left: 15px;
    height: 100%;
}

.composerArea{
    margin-bottom: 10px;
    border: solid 1px #e0e0e0;
    padding: 10px;
    background-color: #f5f5f5;
    text-decoration: none;
    color: black;
    width: calc(100% - 20px);
}

.composerArea.is-clicked{
    background-color: red;
}

.composerArea:hover{
    background-color: #eaeaea;
}

.decipherTitleSelect{
    width: 100%;
}

a{
    word-break: break-all;
}

input[type=radio]{
    display: none;
}

input[type="radio"]:checked + .composerArea{
    background-color: #d0d0d0;
}

label{
    display: block;
}

.searchButton{
    width: 100%;
    align-items: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}