#uryoGraphContent.uryoDetail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 360px;
    height: 300px;
}

#uryoGraphContent.uryoDetail.isCreate {
    cursor: pointer;
}

#uryoGraphContent.detail_uryo_graph {
    width: 540px;
    height: 450px;
}

#uryoGraphContent.uryoDetailSp {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 600px;
    aspect-ratio: 6 / 5;
}

#uryoGraphContent {
    background-color: #fff;
}