* {
    word-break: break-all;
}

/*.bold{*/
    /*font-weight: bold;*/
/*}*/

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.6;
    background: white;
    z-index: 9999;
    text-align: center;
}

#loading > img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
}


.w_100 {
    width: 100% !important;
}

.w_15 {
    width: 15% !important;
}

.w_50 {
    width: 50% !important;
}

.f_20{
    font-size: 20px;
}

.point-box {
    padding: 10px 10px 0px 10px;
    display: block;
    position: relative;
}

.point-box:before, .point-box:after {
    display: table;
    content: "";
    clear: both;
}

.table tbody tr td {
    vertical-align: middle !important;
}

.shop_auth label {
    margin-bottom: 0px;
    padding: 0px !important;
}

.shop_auth label table tbody tr td:first-child {
    width: 8%;
    padding: 0px 6px;
    vertical-align: middle;
}

.dtr-data {
    white-space: initial;
}

.shop_auth label table tbody tr td:nth-child(2) {
    width: 8%;
    padding: 0px 6px;
    vertical-align: middle;
}

.shop_auth label table tbody tr td:nth-child(2) > input[type='checkbox'] {
    display: block;
}

.shop_auth label table tbody tr td:last-child {
    /*width: 84%;*/
    /*padding: 0px 6px;*/
    /*vertical-align: middle;*/
}

.upload_btn {
    margin-top: 5px;
}

.content_list {
    clear: both;
    margin: 10px 0px;
}

.content_list .image {
    text-align: center;
    padding: 10px;
}

.content_list .image > img {
    width: 100%;
    height: 200px;
}

.content_list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.content_list > ul::after {
    clear: both;
    display: block;
    content: '';
}

.content_list > ul > li {
    cursor: pointer;
    float: left;
    width: 17.5%;
    margin: 0 1.25% 30px 1.25%;
    /*box-shadow: 2px 2px 2px 2px #ccc;*/
    border: 1px solid #ddd;
    position: relative;
    display: block;
}

.content_list > ul > li:nth-child(5n+1) {
    clear: both;
    float: left;
}

.t_box {
    /*height:200px;*/
}

.t_box > div {
    clear: both;
    text-align: center;
}

.t_box .p_name {
    padding: 7px;
}

.t_box .p_price {
    bottom: 0px;
}

.t_box table {
    margin-bottom: 0px;
    border: 0px;
    width:100%;
}

.t_box table > tbody > tr > td {
    border: 1px solid #ddd;
    padding:5px;
    vertical-align: middle;
}

.t_box table > tbody > tr > td:nth-child(2) {
    text-align: left;
    border-right:0px;
}


.t_box table > tbody > tr > td:first-child {
    border-left: 0px;
    min-width: 74px;
}

.t_box table > tbody > tr:last-child > td {
    border-bottom: 0px;
}

#pagination {
    text-decoration: none;
    clear: both;
}

#pagination a {
    text-decoration: none;
}

#pagination .pagenum {
    display: inline-block;
    width: 25px;
    border: 1px solid transparent;
    color: gray;
    font-weight: bolder;
    text-decoration: none;
    text-align: center;
}

#pagination .pagenum:hover {
    border: 1px solid #bbb;
}

#pagination .pagenum.current {
    color: #000;
    font-size: 120%;
    text-decoration: underline;
}

#pagination .move_btn {
    color: gray;
}

#pagination .move_btn:hover {
    color: gold;
}

#pagination .disabled {
    color: gray;
}

#pagination .disabled:hover {
    color: gray;
}

#pagination .paging_area {
    text-align: center;
}

#pagination {
    padding: 20px 0;
}

#pagination .move_btn {
    padding: 0 10px;
}

.box_content {
    padding: 20px !important;
    height: 500px;
    overflow-y: scroll !important;
    background: #f7f7f7;
}

.pointer {
    cursor: pointer;
}

.file_list {
    border: 1px solid #cccccc;
}

.file_list > tbody > tr > th:first-child {
    text-align: left;
}

.file_list > tbody > tr > th {
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    background: #f2f2f2;
    text-align: center;
}

.file_list > tbody > tr > td:first-child {
    text-align: left;
}

.file_list > tbody > tr > td {
    padding: 3px 7px;
    text-align: center;
}

.label_tag{
    display: inline-block;
    width: auto;
    padding:.2em .4em .2em;
    border-radius: 3px;
    text-decoration: none;
    /*background-color: #305e91;*/
    color: white;
    font-weight: 700;
}

.label_inning{
    background-image: url('/image/ico_baseball.png');
    background-size: 100%;
    width:30px;
    height:30px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
    display: inline-block;
}

.label_table, .label_table_v {
    margin: 0 auto;
}

.label_table > tbody > tr > td, .label_table_v > tbody > tr > td {
    padding: 0px 10px;
}

.label_table > tbody > tr > td:first-child, .label_table_v > tbody > tr:first-child > td:first-child {
    background: #3c8dbc;
    width: 30px;
}

.label_table > tbody > tr > td:nth-child(3), .label_table_v > tbody > tr:last-child > td:first-child {
    background: #f56954;
    width: 30px;
}

.label_table > tbody > tr > td:nth-child(5), .label_table_v > tbody > tr:last-child > td:first-child {
    background: #D7F5ED;
    width: 30px;
}

.icon_table {
    display: inline-block;
}

.icon_table > tbody > tr > td, .label_table_v > tbody > tr > td {
    padding: 0px 10px;
}

.icon_table > tbody > tr > td:nth-child(2n+1) {
    font-size: 20px;
    padding: 0px 0px 0px 5px;
}

/* event_manage.php */
.data_select {width: 15px; height: 15px; display: inline-block; margin: 0 0 0 5px !important;}
.event_data {display: inline-block; width: 100%; box-sizing: border-box;}
.event_data_wrap {text-align: left; margin-bottom: 15px;}
.event_data_delete {vertical-align: top;}
.event_data_box {width: 100%;}
#game_index {width: 100%; display: inline-block;}
#mode_index {width: 100%; display: inline-block;}
.event_contents_wrap {margin-top: 15px;}
#event_contents {width: 25%; height: 150px;}
.event_title_wrap {width: 25%; margin-top: 15px;}
#event_title {}
.event_top_wrap {width: 10%; margin: 15px 0;}

/* prize_list */
.event_info_wrap {font-size: 15px; margin-top: 15px;}
.event_info_title {font-size: 25px; margin-bottom: 15px;}
.event_time {margin-bottom: 15px; font-weight: 600;}
.wrap_d {background-color: #f2dede}
.last_d {background-color: #f2dede}
.last_d .event_data_tile {width: 40%; display: inline-block; border: 1px solid #D9D9D9; border-right: none; height: 100%;  vertical-align: top; }
.last_d .event_data_contents {width: 60%; background-color: white; display: inline-block; border: 1px solid #D9D9D9;  vertical-align: top; }
.event_data_tile {font-weight: 600; width: 40%; display: inline-block; border: 1px solid #D9D9D9; border-bottom: none; height: auto; border-right: none; vertical-align: top; padding: 10px 5px;}
.event_data_contents { font-weight: 600;width: 60%; background-color: white; display: inline-block; border: 1px solid #D9D9D9; border-bottom: none; vertical-align: top; padding: 10px 5px;}
.prize_info {font-size: 18px; font-weight: 700;}