h1 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}










/* 1024px以上に適用されるCSS（パソコン用） */
@media screen and (min-width: 1024px) {
    .outer-frame {
        width: 100%;
        padding: 30px 0;
    }
    .outer-frame-no1 {
        padding: 50px 0 30px 0; /* 上 | 右 | 下 | 左 */
        background: linear-gradient(to right, #fafad280, #eee8aa80);
    }
    .outer-frame-no2 {
        direction: rtl;
        background: linear-gradient(to left, #f5f7fa80, #c3cfe280);
    }
    .outer-frame-no3 {
        background: linear-gradient(to right, #fdfcfb80, #e2d1c380);
    }
    .inner-frame {
        padding: 30px 10px;
        background-color: white;
    } @media screen and (min-width: 2000px) {
        .inner-frame {
            width: 90%;
        }
    } @media screen and (min-width: 2500px) {
        .inner-frame {
            width: 80%;
        }
    } @media screen and (min-width: 3000px) {
        .inner-frame {
            width: 70%;
        }
    }
    .frame-no1 {
        border-radius: 0 350px 350px 0;
    }
    .frame-no2 {
        direction: ltr;
        border-radius: 350px 0 0 350px;
    }
    .frame-no3 {
        border-radius: 0 350px 350px 0;
    }
    .contents {
        display: flex;
        flex-direction: row;
        place-items: center;
    } .contents-no1 {
        justify-content: flex-end;
    } .contents-no2 {
        justify-content: flex-start;
    } .contents-no3 {
        justify-content: flex-end;
    }
    .img-box {
        margin: 0 30px;
    } .img-box-no1 {
        order: 2; /* 順序を変更*/
    } .img-box-no2 {
        order: 1; /* 順序を変更*/
    } .img-box-no3 {
        order: 2; /* 順序を変更*/
    }
    .words-box {
        max-width: 900px;
        text-align: left;
        padding: 20px 30px 20px 30px; /* 上 | 右 | 下 | 左 */
    } .words-box-no1 {
        order: 1; /* 順序を変更*/
    } .words-box-no2 {
        order: 2; /* 順序を変更*/
    } .words-box-no3 {
        order: 1; /* 順序を変更*/
    }
    .flower-img {
        width: 500px;
        height: 500px;
        object-fit: cover;
        border-radius: 50%;
    }
    .contents-header {
        font-size: 30px;
        margin-bottom: 26px;
        text-align: center;
    }
    .rank1 {
        background: radial-gradient(circle, #D0A90066, #D0A900FF);
    }
    .rank2 {
        background: radial-gradient(circle, #83899666, #838996FF);
    }
    .rank3 {
        background: radial-gradient(circle, #ab580066, #ab5800FF);
    }
    .contents-header-rank {
        font-weight: 600;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .flower-name {
        font-size: 38px;
        margin-bottom: 10px;
        text-align: center;
    } .flower-name a {
        color: #333;
    }
    .scientific-name {
        color: #333132;
        font-size: 15.4px;
        margin-bottom:30px;
        display: flex;
        align-items: center;
        justify-content: center;
    } .scientific-name:before, .scientific-name:after {
        border-top: 1.2px solid #333132;
        content: "";
        width: 12px;
    } .scientific-name:before {
        margin-right: 10px;
    } .scientific-name:after {
        margin-left: 10px;
    }
    .tanjohana {
        font-weight: bold;
    }
    .tanjohana a{
        position: relative;
        display: inline-block;
        transition: .3s;
        color: #ff894f;
    }
    .tanjohana a:hover {
        color:#e71063;
    }
    .tanjohana a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 2px;
        background-color: #F4669F;
        transition: .3s;
        transform: translateX(-50%);
    }
    .tanjohana a:hover::after{
        width: 100%;
    }
    .hanakotoba {
        font-weight: bold;
    }
    .hanakotoba a{
        position: relative;
        display: inline-block;
        transition: .3s;
        color: #003B9A;
    }
    .hanakotoba a:hover {
        color:#F9BC60;
    }
    .hanakotoba a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 2px;
        background-color: #F9BC60;
        transition: .3s;
        transform: translateX(-50%);
    }
    .hanakotoba a:hover::after{
        width: 100%;
    }
    .description {
        line-height: 26px;
        letter-spacing: 1.8px;
        font-size: 16px;
    }
    .paragraph {
        
    }
    .subtext {
        margin-top: 10px;
    }
    .contents-footer {
        margin-top: 10px;
    }
    .site-badge {
        border: solid 2px;
        border-radius:30px;
        font-size: 10px;
        font-weight: 600;
        padding: 5px 10px;
        display: inline-block;
        margin: 8px 3px 0 0; /* 上 | 右 | 下 | 左 */
        color: #333;
    }
    .wikipedia {
        border-color: rgba(192, 191, 192, 1);
    }
    .hibiyakadan {
        border-color: rgba(206, 90, 104, 0.6);
    }
    .hana-cupid {
        border-color: rgba(235, 100, 100, 0.6);
    }
    .hanaprime {
        border-color: rgba(246, 217, 91, 0.6);
    }
    .lovegreen {
        border-color: rgba(134, 204, 193, 0.6);
    }
    .bloomee {
        border-color: rgba(218, 110, 123, 0.6);
    }
    .andplants {
        border-color: rgba(0, 215, 156, 0.6);
    }
    .andyoukaen {
        border-color: rgba(33, 33, 33, 0.6);
    }
    .ads-area-rank {
        max-width: 728px;
        max-height: 90px;
        margin-top: 30px;
    }
    .flower-explanation-outer {
        width: 100%;
        height: 400px;
        background-image: url('../../images/explanation.webp');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .flower-explanation-dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(0,0,0,0.4);
        display: grid;
        place-items: center;
    }
    .flower-explanation-inner {
        padding: 0 200px;
        color: white;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    } .flower-explanation-inner h4 {
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 34px;
    } .flower-explanation-inner p {
        font-size: 20px;
        margin-top: 20px;
        font-weight: bold;
    }
    
    .table-outer {
        padding:40px 0;
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    } .flower-table-frame {
        height: 100%;
        overflow-x: auto; /* 横スクロールを自動表示 */
        -webkit-overflow-scrolling: touch; /* スクロールをスムーズにする（モバイル向け） */
        scrollbar-color: rgba(42, 82, 152, 0.5) rgba(30, 60, 114, 0.1);
        scrollbar-width: thin;
    } .flower-table{
        margin: 0 auto;
    } .flower-table tr{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 0.8), rgba(30, 60, 114, 0.8));
        border-radius: 100px;
        margin: 10px 0;
    } .flower-table tr.head-row{
        background-image: none;
        cursor: auto;
    } .site-logo {
        width: 40px;
        height: 40px;
        background-size: contain;
        margin: 0 auto;
        margin-top:10px;
    } .flower-table tr.data-row:hover{
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 1), rgba(30, 60, 114, 1));
    } .flower-table th, .flower-table td{
        text-align: center;
        width: 130px;
    } .flower-table th{
        padding: 15px 0;
        color: #333;
        font-size: 13px;
    } .flower-table td{
        color: white;
    } .flower-table th.column1, .flower-table td.column1 {
        width: 240px;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-weight: bold;
        font-size:18px;
    } .column1 a {
        color: white;
        text-align: left;
    } .flower-table td.icon{
        display: flex;
        align-items: center;
    } .flower-table-icon {
        display: inline-block;
        background-size: cover;
        min-width: 50px;
        min-height: 50px;
        margin:8px;
        border-radius: 30px;
    } .ads-area-table {
        margin-top: 10px;
        margin-left: 30px;
    } .flower-table td.maru {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.batsu {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.rate {
        font-family: 'Inter';
        font-size: 18px;
        line-height:36px;
        border-left: solid 1.5px white;
    }
}










/* 768px~1023pxに適用されるCSS（タブレット用） */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .outer-frame {
        width: 100%;
        padding: 30px 0;
    }
    .outer-frame-no1 {
        padding: 50px 0 30px 0; /* 上 | 右 | 下 | 左 */
        background: linear-gradient(to right, #fafad280, #eee8aa80);
    }
    .outer-frame-no2 {
        direction: rtl;
        background: linear-gradient(to left, #f5f7fa80, #c3cfe280);
    }
    .outer-frame-no3 {
        background: linear-gradient(to right, #fdfcfb80, #e2d1c380);
    }
    .inner-frame {
        padding: 30px 10px;
        background-color: white;
    } @media screen and (min-width: 2000px) {
        .inner-frame {
            width: 90%;
        }
    } @media screen and (min-width: 2500px) {
        .inner-frame {
            width: 80%;
        }
    } @media screen and (min-width: 3000px) {
        .inner-frame {
            width: 70%;
        }
    }
    .frame-no1 {
        border-radius: 0 350px 350px 0;
    }
    .frame-no2 {
        direction: ltr;
        border-radius: 350px 0 0 350px;
    }
    .frame-no3 {
        border-radius: 0 350px 350px 0;
    }
    .contents {
        display: flex;
        flex-direction: row;
        place-items: center;
    } .contents-no1 {
        justify-content: flex-end;
    } .contents-no2 {
        justify-content: flex-start;
    } .contents-no3 {
        justify-content: flex-end;
    }
    .img-box {
        margin: 0 30px;
    } .img-box-no1 {
        order: 2; /* 順序を変更*/
    } .img-box-no2 {
        order: 1; /* 順序を変更*/
    } .img-box-no3 {
        order: 2; /* 順序を変更*/
    }
    .words-box {
        max-width: 900px;
        text-align: left;
        padding: 20px 30px 20px 30px; /* 上 | 右 | 下 | 左 */
    } .words-box-no1 {
        order: 1; /* 順序を変更*/
    } .words-box-no2 {
        order: 2; /* 順序を変更*/
    } .words-box-no3 {
        order: 1; /* 順序を変更*/
    }
    .flower-img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 50%;
    }
    .contents-header {
        font-size: 30px;
        margin-bottom: 26px;
        text-align: center;
    }
    .rank1 {
        background: radial-gradient(circle, #D0A90066, #D0A900FF);
    }
    .rank2 {
        background: radial-gradient(circle, #83899666, #838996FF);
    }
    .rank3 {
        background: radial-gradient(circle, #ab580066, #ab5800FF);
    }
    .contents-header-rank {
        font-weight: 600;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .flower-name {
        font-size: 38px;
        margin-bottom: 10px;
        text-align: center;
    } .flower-name a {
        color: #333;
    }
    .scientific-name {
        color: #333132;
        font-size: 15.4px;
        margin-bottom:30px;
        display: flex;
        align-items: center;
        justify-content: center;
    } .scientific-name:before, .scientific-name:after {
        border-top: 1.2px solid #333132;
        content: "";
        width: 12px;
    } .scientific-name:before {
        margin-right: 10px;
    } .scientific-name:after {
        margin-left: 10px;
    }
    .tanjohana {
        font-weight: bold;
    }
    .tanjohana a{
        position: relative;
        display: inline-block;
        transition: .3s;
        color: #ff894f;
    }
    .tanjohana a:hover {
        color:#e71063;
    }
    .tanjohana a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 2px;
        background-color: #F4669F;
        transition: .3s;
        transform: translateX(-50%);
    }
    .tanjohana a:hover::after{
        width: 100%;
    }
    .hanakotoba {
        font-weight: bold;
    }
    .hanakotoba a{
        position: relative;
        display: inline-block;
        transition: .3s;
        color: #003B9A;
    }
    .hanakotoba a:hover {
        color:#F9BC60;
    }
    .hanakotoba a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 2px;
        background-color: #F9BC60;
        transition: .3s;
        transform: translateX(-50%);
    }
    .hanakotoba a:hover::after{
        width: 100%;
    }
    .description {
        line-height: 26px;
        letter-spacing: 1.8px;
        font-size: 16px;
    }
    .paragraph {
        
    }
    .subtext {
        margin-top: 10px;
    }
    .contents-footer {
        margin-top: 10px;
    }
    .site-badge {
        border: solid 2px;
        border-radius:30px;
        font-size: 10px;
        font-weight: 600;
        padding: 5px 10px;
        display: inline-block;
        margin: 8px 3px 0 0; /* 上 | 右 | 下 | 左 */
        color: #333;
    }
    .wikipedia {
        border-color: rgba(192, 191, 192, 1);
    }
    .hibiyakadan {
        border-color: rgba(206, 90, 104, 0.6);
    }
    .hana-cupid {
        border-color: rgba(235, 100, 100, 0.6);
    }
    .hanaprime {
        border-color: rgba(246, 217, 91, 0.6);
    }
    .lovegreen {
        border-color: rgba(134, 204, 193, 0.6);
    }
    .bloomee {
        border-color: rgba(218, 110, 123, 0.6);
    }
    .andplants {
        border-color: rgba(0, 215, 156, 0.6);
    }
    .andyoukaen {
        border-color: rgba(33, 33, 33, 0.6);
    }
    .ads-area-rank {
        max-width: 728px;
        max-height: 90px;
        margin-top: 30px;
    }
    .flower-explanation-outer {
        width: 100%;
        height: 400px;
        background-image: url('../../images/explanation.webp');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .flower-explanation-dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(0,0,0,0.4);
        display: grid;
        place-items: center;
    }
    .flower-explanation-inner {
        padding: 0 200px;
        color: white;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    } .flower-explanation-inner h4 {
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 34px;
    } .flower-explanation-inner p {
        font-size: 20px;
        margin-top: 20px;
        font-weight: bold;
    }
    
    .table-outer {
        padding:40px 0;
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    } .flower-table-frame {
        height: 100%;
        overflow-x: auto; /* 横スクロールを自動表示 */
        -webkit-overflow-scrolling: touch; /* スクロールをスムーズにする（モバイル向け） */
        scrollbar-color: rgba(42, 82, 152, 0.5) rgba(30, 60, 114, 0.1);
        scrollbar-width: thin;
    } .flower-table{
        margin: 0 auto;
    } .flower-table tr{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 0.8), rgba(30, 60, 114, 0.8));
        border-radius: 100px;
        margin: 10px 0;
    } .flower-table tr.head-row{
        background-image: none;
        cursor: auto;
    } .site-logo {
        width: 40px;
        height: 40px;
        background-size: contain;
        margin: 0 auto;
        margin-top:10px;
    } .flower-table tr.data-row:hover{
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 1), rgba(30, 60, 114, 1));
    } .flower-table th, .flower-table td{
        text-align: center;
        width: 130px;
    } .flower-table th{
        padding: 15px 0;
        color: #333;
        font-size: 13px;
    } .flower-table td{
        color: white;
    } .flower-table th.column1, .flower-table td.column1 {
        width: 240px;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-weight: bold;
        font-size:18px;
    } .column1 a {
        color: white;
        text-align: left;
    } .flower-table td.icon{
        display: flex;
        align-items: center;
    } .flower-table-icon {
        display: inline-block;
        background-size: cover;
        min-width: 50px;
        min-height: 50px;
        margin:8px;
        border-radius: 30px;
    } .ads-area-table {
        margin-top: 10px;
        margin-left: 30px;
    } .flower-table td.maru {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.batsu {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.rate {
        font-family: 'Inter';
        font-size: 18px;
        line-height:36px;
        border-left: solid 1.5px white;
    }
}










/* 0px~767pxに適用されるCSS（スマホ用） */
@media screen and (min-width: 0px) and (max-width: 767px) {
	.outer-frame {
        width: 100%;
        padding: 30px 0;
    }
    .outer-frame-no1 {
        padding: 50px 0 30px 0; /* 上 | 右 | 下 | 左 */
        background: linear-gradient(to right, #fafad280, #eee8aa80);
    }
    .outer-frame-no2 {
        direction: rtl;
        background: linear-gradient(to left, #f5f7fa80, #c3cfe280);
    }
    .outer-frame-no3 {
        background: linear-gradient(to right, #fdfcfb80, #e2d1c380);
    }
    .inner-frame {
        padding: 30px 10px;
        background-color: white;
    } @media screen and (min-width: 2000px) {
        .inner-frame {
            width: 90%;
        }
    } @media screen and (min-width: 2500px) {
        .inner-frame {
            width: 80%;
        }
    } @media screen and (min-width: 3000px) {
        .inner-frame {
            width: 70%;
        }
    }
    .frame-no1 {
        border-radius: 0 180px 180px 0;
    }
    .frame-no2 {
        direction: ltr;
        border-radius: 180px 0 0 180px;
    }
    .frame-no3 {
        border-radius: 0 180px 180px 0;
    }
    .contents {
        place-items: center;
    } .contents-no1 {
        justify-content: flex-end;
    } .contents-no2 {
        justify-content: flex-start;
    } .contents-no3 {
        justify-content: flex-end;
    }
    .img-box {
        margin: 0 30px;
    } .img-box-no1 {
        order: 2; /* 順序を変更*/
    } .img-box-no2 {
        order: 1; /* 順序を変更*/
    } .img-box-no3 {
        order: 2; /* 順序を変更*/
    }
    .words-box {
        text-align: left;
        padding: 20px 30px 20px 30px; /* 上 | 右 | 下 | 左 */
    } .words-box-no1 {
        order: 1; /* 順序を変更*/
    } .words-box-no2 {
        order: 2; /* 順序を変更*/
    } .words-box-no3 {
        order: 1; /* 順序を変更*/
    }
    .flower-img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 50%;
    }
    .contents-header {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 26px;
        text-align: center;
    }
    .rank1 {
        background: radial-gradient(circle, #D0A90066, #D0A900FF);
    }
    .rank2 {
        background: radial-gradient(circle, #83899666, #838996FF);
    }
    .rank3 {
        background: radial-gradient(circle, #ab580066, #ab5800FF);
    }
    .contents-header-rank {
        font-weight: 600;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .flower-name {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
    } .flower-name a {
        color: #333;
    }
    .scientific-name {
        color: #333132;
        font-size: 15.4px;
        margin-bottom:30px;
        display: flex;
        align-items: center;
        justify-content: center;
    } .scientific-name:before, .scientific-name:after {
        border-top: 1.2px solid #333132;
        content: "";
        width: 12px;
    } .scientific-name:before {
        margin-right: 10px;
    } .scientific-name:after {
        margin-left: 10px;
    }
    .tanjohana {
        font-weight: bold;
    }
    .tanjohana a{
        position: relative;
        display: inline-block;
        transition: .3s;
        color: #ff894f;
    }
    .tanjohana a:hover {
        color:#e71063;
    }
    .tanjohana a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 2px;
        background-color: #F4669F;
        transition: .3s;
        transform: translateX(-50%);
    }
    .tanjohana a:hover::after{
        width: 100%;
    }
    .hanakotoba {
        font-weight: bold;
    }
    .hanakotoba a{
        position: relative;
        display: inline-block;
        transition: .3s;
        color: #003B9A;
    }
    .hanakotoba a:hover {
        color:#F9BC60;
    }
    .hanakotoba a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 2px;
        background-color: #F9BC60;
        transition: .3s;
        transform: translateX(-50%);
    }
    .hanakotoba a:hover::after{
        width: 100%;
    }
    .description {
        line-height: 26px;
        letter-spacing: 1.8px;
        font-size: 16px;
    }
    .paragraph {
        
    }
    .subtext {
        margin-top: 10px;
    }
    .contents-footer {
        margin-top: 14px;
    }
    .site-badge {
        border: solid 2px;
        border-radius:30px;
        font-size: 10px;
        font-weight: 600;
        padding: 5px 10px;
        display: inline-block;
        margin: 8px 3px 0 0; /* 上 | 右 | 下 | 左 */
        color: #333;
    }
    .wikipedia {
        border-color: rgba(192, 191, 192, 1);
    }
    .hibiyakadan {
        border-color: rgba(206, 90, 104, 0.6);
    }
    .hana-cupid {
        border-color: rgba(235, 100, 100, 0.6);
    }
    .hanaprime {
        border-color: rgba(246, 217, 91, 0.6);
    }
    .lovegreen {
        border-color: rgba(134, 204, 193, 0.6);
    }
    .bloomee {
        border-color: rgba(218, 110, 123, 0.6);
    }
    .andplants {
        border-color: rgba(0, 215, 156, 0.6);
    }
    .andyoukaen {
        border-color: rgba(33, 33, 33, 0.6);
    }
    .ads-area-rank {
        max-width: 728px;
        max-height: 90px;
        margin-top: 30px;
    }
    .flower-explanation-outer {
        width: 100%;
        height: 350px;
        background-image: url('../../images/explanation.webp');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .flower-explanation-dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(0,0,0,0.4);
        display: grid;
        place-items: center;
    }
    .flower-explanation-inner {
        padding: 40px 20px;
        color: white;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    } .flower-explanation-inner h4 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 40px;
    } .flower-explanation-inner p {
        font-size: 16px;
        margin-top: 20px;
        font-weight: bold;
    }
    
    .table-outer {
        padding: 40px 0;
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    } .flower-table-frame {
        height: 100%;
        overflow-x: auto; /* 横スクロールを自動表示 */
        -webkit-overflow-scrolling: touch; /* スクロールをスムーズにする（モバイル向け） */
        scrollbar-color: rgba(42, 82, 152, 0.5) rgba(30, 60, 114, 0.1);
        scrollbar-width: thin;
    } .flower-table{
        margin: 0 auto;
    } .flower-table tr{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 0.8), rgba(30, 60, 114, 0.8));
        border-radius: 100px;
        margin: 10px 0;
    } .flower-table tr.head-row{
        background-image: none;
        cursor: auto;
    } .site-logo {
        width: 30px;
        height: 30px;
        background-size: contain;
        margin: 0 auto;
        margin-top:10px;
    } .flower-table tr.data-row:hover{
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 1), rgba(30, 60, 114, 1));
    } .flower-table th, .flower-table td{
        text-align: center;
        width: 100px;
    } .flower-table th{
        padding: 10px 0;
        color: #333;
        font-size: 10px;
    } .flower-table td{
        color: white;
    } .flower-table th.column1, .flower-table td.column1 {
        width: 240px;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-weight: bold;
        font-size:16px;
    } .column1 a {
        color: white;
        text-align: left;
    } .flower-table td.icon{
        display: flex;
        align-items: center;
    } .flower-table-icon {
        display: inline-block;
        background-size: cover;
        min-width: 50px;
        min-height: 50px;
        margin:8px;
        border-radius: 30px;
    } .ads-area-table {
        margin-top: 10px;
        margin-left: 30px;
    } .flower-table td.maru {
        font-family: 'Inter';
        font-size: 36px;
    } .flower-table td.batsu {
        font-family: 'Inter';
        font-size: 36px;
    } .flower-table td.rate {
        font-family: 'Inter';
        font-size: 18px;
        line-height:36px;
        border-left: solid 1.5px white;
    }
}