/*version=1.00*/
/* Log here
//2023/07/26
// 現在状況のCSS */

.setten-kanshi-title {
    /* color: #06C; */
    font-size: 200%;
    line-height: 1.45em;
    border: 1px solid gray;
    padding-left: 0.5rem;
}

.setten-kanshi-time {
    height: 2.5em;/*Only for the demo.*/
    font-size: 120%;
    line-height: 1.45em;
    display: flex;
    /* justify-content: center; */
    align-items: flex-end;
    border-bottom: 1px solid gray;
}

.demand-graph__card-title {
    background-color: rgb(112, 173, 71);
    color: #fff;
}

.idnowwatt_legend {
    width: 100%;
    height: 0;
    border-top: 3px solid red;
}

.predictwatt_legend {
    width: 100%;
    height: 0;
    border-top: 3px dashed gold;
}

.targetwatt_legend1 {
    margin-right: 2px;
    width: 50%;
    height: 0;
    border-top: 3px solid rgb(0,149,217);
}

.targetwatt_legend2 {
    margin-left: 2px;
    width: 50%;
    height: 0;
    border-top: 3px solid rgb(0,149,217);
}