.container{
    /* padding: 0; */
}

.pc_block{
    display: none;
}

.link{
    color: #3490dc;
}
.link:hover{
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link.active{
    color: #3490dc;
}
.navbar-light .navbar-nav .nav-link.active:hover{
    cursor: pointer;
}

.text_title{
    padding: .5em .75em;
    border: 1px solid #ccc;
    color: #696969;
}
.text_title_bg{
    padding: 3px 10px;
    background-color: #546474;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

textarea.required_text{
    background: #ffcdd2;
}

.nav_responsive li{
    margin: 0 5px;
}

.table_size{
    font-size: 12px;
}
.table_color th{
    background-color: #f5f5f5;
}

.title_tab{
    font-weight: bold;
    padding: 10px;
}
.title_tab .nav-tabs{
    margin: -8px;
}
.title_tab .nav-tabs .nav-link{
    font-weight: normal;
    padding: 7px;
    color: #f0f8ff;
    margin-bottom: 0;
}
.title_tab .nav-tabs .nav-link.active{
    border-bottom: 0;
    font-weight: bold;
    margin-bottom: -1px;
    color: #fff;
}

.batter_box_style{
    background-color: rgb(230, 255, 233);
    border: 1px solid rgb(0, 190, 22);
}
.pitcher_box_style{
    background-color: rgb(255, 228, 225);
    border: 1px solid rgb(190, 19, 0);
}

.color_rank1{
    color: rgb(199, 155, 0);
}
.color_rank2{
    color: rgb(150, 154, 152);
}
.color_rank3{
    color: rgb(134, 97, 43);
}

.coin{
    color: #f2cf01;
    text-shadow: 
    black 1px 1px 0, black -1px -1px 0,
    black -1px 1px 0, black 1px -1px 0,
    black 0px 1px 0, black 0 -1px 0,
    black -1px 0 0, black 1px 0 0;
}

.action{
    font-weight: bold;
    color: #fa8072;
    text-shadow: 
    black 1px 1px 0, black -1px -1px 0,
    black -1px 1px 0, black 1px -1px 0,
    black 0px 1px 0, black 0 -1px 0,
    black -1px 0 0, black 1px 0 0;
}

.plus{
    font-weight: bold;
    color: #44aeea;
    text-shadow: 
    black 1px 1px 0, black -1px -1px 0,
    black -1px 1px 0, black 1px -1px 0,
    black 0px 1px 0, black 0 -1px 0,
    black -1px 0 0, black 1px 0 0;
}
.minus{
    font-weight: bold;
    color: #ff3333;
    text-shadow: 
    black 1px 1px 0, black -1px -1px 0,
    black -1px 1px 0, black 1px -1px 0,
    black 0px 1px 0, black 0 -1px 0,
    black -1px 0 0, black 1px 0 0;
}
.exp{
    font-weight: bold;
    color: #3cb371;
    text-shadow: 
    black 1px 1px 0, black -1px -1px 0,
    black -1px 1px 0, black 1px -1px 0,
    black 0px 1px 0, black 0 -1px 0,
    black -1px 0 0, black 1px 0 0;
}

.stroke_1white{
    text-shadow: 
    white 1px 1px 0, white -1px -1px 0,
    white -1px 1px 0, white 1px -1px 0,
    white 0px 1px 0, white  0 -1px 0,
    white -1px 0 0, white 1px 0 0;
}
.stroke_1black{
    text-shadow: 
    black 1px 1px 0, black -1px -1px 0,
    black -1px 1px 0, black 1px -1px 0,
    black 0px 1px 0, black 0 -1px 0,
    black -1px 0 0, black 1px 0 0;
}
.stroke_1gray{
    text-shadow: 
    gray 1px 1px 0, gray -1px -1px 0,
    gray -1px 1px 0, gray 1px -1px 0,
    gray 0px 1px 0, gray 0 -1px 0,
    gray -1px 0 0, gray 1px 0 0;
}
.stroke_1gold{
    text-shadow: 
    gold 1px 1px 0, gold -1px -1px 0,
    gold -1px 1px 0, gold 1px -1px 0,
    gold 0px 1px 0, gold 0 -1px 0,
    gold -1px 0 0, gold 1px 0 0;
}
.stroke_2white{
    text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
.stroke_2black{
    text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}


.back_gradient_gray{
    background: -moz-linear-gradient(to bottom,#f5f5f5,#d3d3d3 30%,#f5f5f5); 
    background: -webkit-linear-gradient(to bottom,#f5f5f5,#d3d3d3 30%,#f5f5f5); 
    background: linear-gradient(to bottom,#f5f5f5,#d3d3d3 30%,#f5f5f5); 
}
.back_gradient_blue{
    background: -moz-linear-gradient(to bottom,#e0ffff,#00a5e7 30%,#e0ffff); 
    background: -webkit-linear-gradient(to bottom,#e0ffff,#00a5e7 30%,#e0ffff); 
    background: linear-gradient(to bottom,#e0ffff,#00a5e7 30%,#e0ffff); 
}
.back_gradient_red{
    background: -moz-linear-gradient(to bottom,#ffe4e1,#c93a40 30%,#ffe4e1); 
    background: -webkit-linear-gradient(to bottom,#ffe4e1,#c93a40 30%,#ffe4e1); 
    background: linear-gradient(to bottom,#ffe4e1,#c93a40 30%,#ffe4e1); 
}

/* https://b-risk.jp/blog/2022/06/infographics/ */
.graph_circle, .graph_circle svg{
    position: relative;
    width: 70px;
    height: 70px;
}
.graph_circle svg{
    transform: rotate(-90deg);
}
.graph_circle svg circle{
    position: relative;
    fill: none;
    stroke-width: 10;
    stroke: #f3f3f3;
    stroke-dasharray: 220;
    stroke-dashoffset: 0;
    stroke-linecap: round;
}
.graph_circle .text {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #333;
  text-align: center;
  line-height: 20px;
}
.graph_circle .text .value {
  font-size: 20px;
  font-weight: bold;
}
.graph_circle .text .value span {
  font-size: 12px;
  font-weight: normal;
}
.graph_circle .text .title {
    font-size: 12px;
    font-weight: normal;
}

#player_action_info{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 3px 10px;
}
#player_action_info .gauge_area{
    display: flex;
    justify-content: center;
}
#player_action_info .gauge_area .gauge_box{
    position: relative;
    margin: 0 2px;
}
#player_action_info .gauge_area .gauge_box .gauge{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
#player_action_info .gauge_area .gauge_box .gauge_value{
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#player_action_info .gauge_area .gauge_box .title{
    width: 40px;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 9px;
}
#player_action_info .gauge_area .gauge_box .value{
    width: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: bold;
}
#player_action_info .gauge_area .gauge_box .action{
    color: #fa8072;
}
#player_action_info .money{
    background:linear-gradient(transparent 60%, #ff6 60%);
    position: relative;
    text-align: right;
}
#player_action_info .money .money_title{
    position: absolute;
    top: 0;
    left: 0;
    font-size:9px;
}
#player_action_info .money .money_value{
    font-weight: bold;
}
.decision{
    width: 130px;
    padding: 2px 0;
    display: inline-block;
    font-size: 23px;
    border: 2px solid #666;
    background-color: #65ace4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #4682b4;
    text-shadow: 
    black 1px 1px 0, black -1px -1px 0,
    black -1px 1px 0, black 1px -1px 0,
    black 0px 1px 0, black 0 -1px 0,
    black -1px 0 0, black 1px 0 0;
}
.decision:hover{
    cursor: pointer;
}

.background_img_cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.form-group label{
    margin-bottom: 1px;
}


.msg_box{
    color: #333;
    font-size: 16px;
    padding: 10px 2px;
    margin: 5px 15px;
    background-color: rgba(245,245,245,0.8);
    border: 2px solid #ccc;
    border-radius: 8px;
}
.text_box{
    color: #333;
    padding: 3px;
    margin: 5px;
    background-color: rgba(245,245,245,0.8);
    border-radius: 3px;
    border: 1px solid #ccc;
}


#modal_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}


#modal_box .btn{
    min-width: 80px;
}
#modal_box .modal-footer{
    justify-content: center;
}

.modal_displaying{
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2001;
    overflow: hidden;
}
.modal_displaying .modal_close_btn{
    position: absolute;
    top: -25px;
    right: 5px;
    color: #fff;
    font-size: 22px;
}

.modal_content_title{
    border-bottom: 1px solid #dee2e6;
    font-size: 18px;
    padding: 0.75rem 0;
}

.post_interface_area i:not(.new_arrivals_counter i) {
    color: #65ace4;
}

.quote_area{
    color: #ccc;
    font-size: 12px;
    border: 1px solid #ccc;
    background-color: #e4f0fc;
    display: inline-block;
    padding: 5px;
}


.image_select_file_box .file_name{
    font-size: 9px;
    line-height: 12px;
    height: 12px;
}
.select_myimage{
    border: 2px solid #ccc;
}
.image_select_file{
    display: none;
}
.image_select_button{
    color: 
}
.image_select_button:hover{
    cursor: pointer;
}

/* データリスト等に */
.data_list .data_box{
    width: 150px;
    border: 1px solid #ccc;
}
.data_list .data_box:nth-last-child(-n+6){
    border-top: none;
}
.data_list .data_box:nth-child(2n){
    border-left: none;
}
.data_list .data_title{
    background-color: #f5f5f5;
    padding: 2px 5px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.data_list .data_content{
    padding: 2px 5px;
}


/* ユーザー関連 */
.fa-user-circle{
    color: #696969;
}

/*ロード画面＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#loading_box #bases{
    position: relative;
    height: 70px;
    width: 120px;
    margin: 0 auto;
}
#loading_box .base{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #696969;
    background-color: #a9a9a9;
    transform:
        rotate(45deg)
        skew(
            calc((15deg - 30deg) / 2),
            calc((15deg - 30deg) / 2)
        );
    border-radius: 3px;
}
#loading_box #b3{
    top: 30px;
    left: 15px;
    animation-name: b3;
    animation:2.5s linear 0s infinite normal backwards running b3;
}
#loading_box #b1{
    top: 30px;
    right: 15px;
    animation-name: b1;
    animation:2.5s linear 0s infinite normal backwards running b1;
}
#loading_box #b2{
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation-name: b2;
    animation:2.5s linear 0s infinite normal backwards running b2;
}
@keyframes b1{
    0%{
        background-color: #a9a9a9;
    }
    20%{
        background-color: #a9a9a9;
    }
    21%{
        background-color: #ffff00;
    }
    80%{
        background-color: #ffff00;
    }
    81%{
        background-color: #a9a9a9;
    }
    100%{
        background-color: #a9a9a9;
    }
}
@keyframes b2{
    0%{
        background-color: #a9a9a9;
    }
    40%{
        background-color: #a9a9a9;
    }
    41%{
        background-color: #ffff00;
    }
    80%{
        background-color: #ffff00;
    }
    81%{
        background-color: #a9a9a9;
    }
    100%{
        background-color: #a9a9a9;
    }
}
@keyframes b3{
    0%{
        background-color: #a9a9a9;
    }
    60%{
        background-color: #a9a9a9;
    }
    61%{
        background-color: #ffff00;
    }
    80%{
        background-color: #ffff00;
    }
    81%{
        background-color: #a9a9a9;
    }
    100%{
        background-color: #a9a9a9;
    }
}

/*PC向け*/
@media only screen and (min-width: 1020px) {
    .pc_block{
        display: block;
    }
    .mobile_block{
        display: none;
    }

    .nav_responsive{
        width: 114px;
        margin: 0;
    }
    .nav_responsive li{
        margin: 5px 0;
    }

    .table_size{
        font-size: 14px;
    }
}