@charset "UTF-8";
header .wrap-header {
    height: 60px; 
}
.design10 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.design10 th {
    padding: 10px;
    border-bottom: solid 1px #ddd;
}
.design10 td {
    padding: 10px;
    border-bottom: solid 1px #ddd;
}
.result {
    border-collapse:  collapse; /* セルの線を重ねる */
    margin-top: 10px;
}

.result thead tr{
    background-color:  #eec447;
}
.result th {
    font-size: 0.93em;
}
.result th,td {
    padding: 4px 3px;
    text-align: center;
}
.result tbody tr {
    background-color: #fff;
    color: black;
    border-bottom: solid 1px #ddd;
}
.result tbody tr .name {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result tbody tr .name-short {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.seq {
    padding: 0px 5px;
}
h1 {
    position: relative;
    padding-left: 25px;
}

h1:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px rgb(119, 195, 223);
}
    h1:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 10px;
    width: 100%;
    border-bottom: solid 3px rgb(119, 195, 223);
}
h3 {
    margin-bottom: 0px!important;
}
a {
    text-decoration: none;
    color: #333;
}
.ranking {
    margin-bottom: 30px;
}
.content-box {
    width: 100%;
    padding-top: 10px;
}
.content-box-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 10px;
    margin: 10px 0px;
}
.news-items {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.news-item {
    display: flex;
    padding: 20px 0 12px;
    justify-content: space-between;
}
.news-item-main {
    display: flex;
    padding: 20px 0 12px;
}
.news-item:not(:first-child){
    border-top: 1px solid #ddd;
}
.news-item-main:not(:first-child){
    border-top: 1px solid #ddd;
}
.news-head {
    display: flex;
    width: 200px;
}

.news-date {
    width: 110px;
    padding-top: 3px;
}

.news-label a {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #00CC99;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}
.news-label a.blue-label {
    background: blue;
}

.news-label a.orange-label {
    background: orange;
}
.news-title {
    width: calc(100% - 200px);
    padding-left: 30px;
    padding-top: 3px;
    line-height: 1.5;
}
.news-title-list {
    padding-left: 30px;
    padding-top: 3px;
    line-height: 1.5;
}
.country-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.country {
    margin: 10px;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.country a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jpy {
    background: #FFA400;
}
.jpy:hover {
    background: #c08008;
}
.usd {
    background: blue;
}
.usd:hover {
    background: rgb(10, 10, 179);
}
.strain-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ave-list {
    border: 2px solid #eec447;
    padding: 10px;
}
.ave {
    border: 2px solid #eec447;
    padding: 10px;
    width: 200px;
    margin: 10px auto;
}
.ave-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
}
.ave-text {
    margin-right: 10px;
}
.none {
    display: none;
}
.weekStrain-button {
    padding: 10px 20px;
    border-radius: 5px;
    background-color:#eec447;
    margin: 4px;
}
.weekStrain-button:hover {
    background-color:#bc9b38;
}
.more-button {
    border-radius: 5px;
    background-color:#eec447;
    margin: 4px;
    width: 100px;
    height: 30px;
    margin: 20px auto;
    text-align: center;
}
.more-button:hover {
    background-color:#bc9b38;
    color: #fff;
}
.more-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.more-button a:hover {
    color: #fff;
}

.line-button {
    border-radius: 5px;
    background-color:#eec447;
    margin: 4px;
    width: 130px;
    height: 30px;
    margin: 20px auto;
    text-align: center;
}
.line-button:hover {
    background-color:#bc9b38;
    color: #fff;
}
.line-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.line-button a:hover {
    color: #fff;
}

.noneButton {
    width: 20px;
    padding: 0;
    height: 20px;
    background: none;
    border: none;
}
.noneButton:hover {
    opacity: 0.5;
}
.regist-button {
    border-radius: 5px;
    background: #eec447;
}
.regist-button:hover {
    background-color:#bc9b38;
}
.all-regist-button {
    border-radius: 5px;
    background: #eec447;
    border: 1px solid #fff;
}
.all-regist-button:hover {
    background-color:#bc9b38;
}
.between {
    display: flex;
    justify-content: space-between;
}
.info {
    width: 50px;
    border-radius: 5px;
    background: #eec447;
}
.info:hover {
    background: #bc9b38;
}
.back-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
.back-button:hover {
    color: #fff;
}
.topStrain {
    display: flex;
    width: 300px;
    justify-content: space-between;
    align-items: center;
}
.bigStr {
    font-size: 1.4em;
    margin-right: 3px;
}
.bold {
    font-weight: bold;
}
.flg-box {
    width: 300px;
}
.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedede;
    line-height: 35px;
}
.resultFinance {
    width: 100%;
}
.resultFinance thead {
    background: #f7f7f7;
}
.resultFinance tbody tr {
    border-bottom: 1px solid #dedede;

}
.balloonoya {
    position   : relative;                /* 指定した分だけ相対的に移動 */
}
.balloonoya:hover .balloon {
    display: inline;                /* インライン要素として表示 */
}
.balloon {
    position   : absolute;                /* 親要素を基準 */
    display: none;                        /* 要素を非表示 */
    padding: 2px;                         /* テキストの前後の余白 */
    background-color: rgba(0, 0, 0, 0.5);       /* 背景色（透明度） */
    width:180px;                          /* 吹き出し全体の幅 */
    left : 30%;                           /* 表示位置 */
    bottom : 100%;                        /* 表示位置 */
    margin-bottom : 12px;                 /* 表示位置 */
    font-size: 80%;
    border-radius: 5px;
    color: #fff;
}
.flex {
    display: flex;
    justify-content: left;
    align-items: center;
}
.pbr {
    margin-right: 10px;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.regist-condition {
    margin: 0px;
}
.question-mark {
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 14px;
    display: flex;
    height: 14px;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9em;
}
.question-mark:hover {
    opacity: 0.5;
    cursor: pointer;    
}
.toukei {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 480px) {
    header{
        height: 60px;
    }
    .content-box {
        width: 100%;
        margin: 0 auto;   
        min-width: 350px;
    }
    .content-box-sub {
        width: 100%;
    }
    .news-item {
        display: block;
    }
    .news-title {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-top: 10px;
    }
    .result th,td {
        font-size: 0.8em;
    }
    .result th,td {
        padding: 1px 3px;
        text-align: center;
    }
    .small-size {
        font-size: 0.8em;
    }
    .noneButton {
        width: 15px;
    }
    .noneButton img {
        width:100%;
    }
    .regist-button {
        display: block;
    }
    .strain-box {
        display: initial;
    }
    .info {
        display: none;
    }
}