@charset "utf-8";

/* ===========================================
 * 出目データ
 * ======================================== */
/******* 共通 *********/
.category_deme .demedata_area .outer_block .par-title01 {
    font-size: 30px;
    background-color: unset;
    border: none;
    color: #003288;
    padding: 0;
}

main #com_content_wrapper .com_content.category_deme {
    /* background: none; */
    padding: 0;
}
main #com_content_wrapper .com_content.category_deme .sorry_contents {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
}
.category_deme .demedata_area {
    padding: 40px 40px 64px 40px;
    border-radius: 0 0 16px 16px;
}

/* ****** テーブル共通 ******** */
/* 奇数行に色付け */
.par-table01.normal tbody tr:nth-of-type(odd) td,
.par-table01.group tbody:nth-of-type(odd) tr td {
	background-color: #FFFFFF;
}
/* 偶数行に色付け */
.par-table01.normal tbody tr:nth-of-type(even) td,
.par-table01.group tbody:nth-of-type(even) tr td {
	background-color: var(--BASE_BACKGROUND03, #EEEEEE);
}

.category_deme .demedata_area .par-table01 th {
    height: 59px;
}

.category_deme .demedata_area .par-table01 td {
/*    height: 56px;*/
    border-left: 1px solid #BABABA;
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
}

.category_deme .demedata_area .par-table01 td.col2 .par-icon_num {
    font-weight: bold;
}

.category_deme .demedata_area .par-table01 td.col13 {
    border-right: 1px solid #BABABA;
}

.category_deme .par-tab01 .par-tab_li.selected .par-tab_item .par-tab_item_cell,
.category_deme .par-tab01 .par-tab_li .par-tab_item_cell {
    font-size: 20px;
    width: 100%;
}

/* ****** タブ ******** */
.category_deme .par-tab01 {
    padding: 30px 40px 0px 40px;
    gap: 5px;
    border-bottom-width: 2px;
    border-bottom: 2px solid var(--MAIN_COLOR, #003288);
    border-radius: 16px 16px 0px 0px;
}

.category_deme .par-tab01 .par-tab_li {
    width: 100%;
    border-radius: 16px 16px 0 0;
    background-color: #FFFFFF;
    color: #003288;
}

.category_deme .par-tab01 .par-tab_li .par-tab_item {
    width: 100%;
    display: flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding: 0 8px;
    flex: 1 0 0;
    border-top: 2px solid var(--MAIN_COLOR, #003288);
    border-right: 2px solid var(--MAIN_COLOR, #003288);
    border-left: 2px solid var(--MAIN_COLOR, #003288);
    border-radius: 16px 16px 0px 0px;
}

.category_deme .par-tab01 .par-tab_li.selected .par-tab_item {
    border-radius: 16px 16px 0px 0px;
    padding: 0 8px;
    border-top: 2px solid var(--MAIN_COLOR, #003288);
    border-right: 2px solid var(--MAIN_COLOR, #003288);
    border-left: 2px solid var(--MAIN_COLOR, #003288);
    border-bottom: 2px solid var(--MAIN_COLOR, #003288);
    background: #003288;
    color: #FFFFFF;
}

.category_deme .par-tab01 .par-tab_li.selected .par-tab_item .par-tab_item_cell {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.par-tab01 .par-tab_li.selected .par-tab_item .par-tab_item_cell::after {
    background: none;
}

.category_deme .par-tab01 .par-tab_li .par-tab_item .par-tab_item_cell {
    color: var(--MAIN_COLOR, #003288);
}

.par-tab01 .par-tab_li.selected+.par-tab_li {
    border-top-left-radius: 16px;
}

.par-tab01 .par-tab_li:last-child {
    border-top-right-radius: 16px;
}

.category_deme .par-tab02 {
    background-color: white;
    padding: 40px 40px 0 40px;
    height: 100px;
    border-bottom: 3px solid var(--MAIN_GREEN, #6EC233);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.category_deme .par-tab02 .par-tab_li {
    width: 680px;
    border-left: 3px solid var(--MAIN_GREEN, #6EC233);
    border-top: 3px solid var(--MAIN_GREEN, #6EC233);
    border-right: 3px solid var(--MAIN_GREEN, #6EC233);
}

.category_deme .par-tab02 .par-tab_li:first-of-type,
.category_deme .par-tab02 .par-tab_li:last-of-type {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.category_deme .par-tab02 .par-tab_li:first-of-type {
    margin-right: 1px;
}

.category_deme .par-tab02 .par-tab_li:last-of-type {
    margin-left: 1px;
}

.category_deme .par-tab02 .par-tab_li .par-tab_item {
    background: var(--MAIN_GREEN, #6EC233);
    height: 57px;
    opacity: inherit;
}

.par-tab02 .par-tab_li:first-of-type>* .par-tab02 .par-tab_li:last-of-type>* {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.category_deme .par-tab02 .par-tab_li .par-tab_item span {
    font-size: 16px;
    line-height: 60px;
}

.category_deme .par-tab02 .par-tab_li .par-tab_item {
    border-radius: 14px 14px 0 0;
    background: var(--MAIN_GREEN, #6EC233);
}

.category_deme .par-tab02 .par-tab_li.selected .par-tab_item .parTabItemBoder {
    margin-top: 0;
}

/* ****** 集計期間 ******** */
.category_deme .demedata_area .kikan {
    margin: 10px 0 20px 0;
    font-size: 16px;
    line-height: 1;
}

/* ****** 出目アイコン ******** */
.category_deme .demedata_area .par-icon_mark {
    width: 12px;
}

/* ****** 出目ランキング ******** */
#deme .block {
    display: flex;
    justify-content: space-between;
}

#deme .box.left,
#deme .box.right {
    width: 560px;
}

#deme .box.left {
    padding-right: 20px;
}

#deme .box.right {
    padding-left: 20px;
}

#deme .box .par-table01 th.col1 {
    width: 60px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#deme .box .par-table01 th.col2,
#deme .box .par-table01 th.col4 {
    width: 200px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;

}

#deme .box .par-table01 th.col3 {
    width: 100px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#deme .box .par-table01 td:nth-of-type(1),
#deme .box .par-table01 td:nth-of-type(3) {
    font-size: 16px;
}

#deme .box .par-table01 td:nth-of-type(4) {
    font-size: 20px;
}

#deme .box .par-table01 td.col4 {
    padding-right: 28px;
    text-align: right;
}

#deme .box .par-table01 td .yen {
    font-size: 16px;
    font-size: 14px;
    padding-left: 4px;
}

#deme .box.right .par-table01 td:nth-of-type(4) {
    border-right: 1px solid #BABABA;
}

/* ****** 高配当ランキング ******** */
#haitou .par-table01 th.col1 {
    width: 60px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou .par-table01 th.col2 {
    width: 158px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou .par-table01 td.col2 {
    color: var(--MAIN_BLACK, #000);
    font-weight: normal;
}

#haitou .par-table01 th.col3 {
    width: 100px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou .par-table01 th.col4 {
    width: 70px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou .par-table01 th.col5 {
    width: 60px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou .par-table01 th.col6 {
    width: 100px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou .par-table01 th.col7 {
    width: 50px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou3 .par-table01 th.col8,
#haitou3 .par-table01 th.col10,
#haitou3 .par-table01 th.col12 {
    width: 120px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou3 .par-table01 th.col9,
#haitou3 .par-table01 th.col11,
#haitou3 .par-table01 th.col13 {
    width: 50px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou2 .par-table01 th.col8 {
    width: 175px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou2 .par-table01 th.col9 {
    width: 96px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou2 .par-table01 th.col10 {
    width: 190px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou2 .par-table01 th.col11 {
    width: 96px;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
}

#haitou .par-table01 td.col2 {
    padding-right: 16px;
    text-align: right;
}

#haitou .par-table01 td.col2 .yen {
    font-size: 14px;
    padding-left: 4px;
}

#haitou .par-table01 td:nth-of-type(1) {
    font-size: 16px;
}

#haitou .par-table01 td:nth-of-type(2) {
    font-size: 20px;
}

#haitou .par-table01 td:nth-of-type(3) {
    font-size: 14px;
    font-weight: normal;
}

#haitou .par-table01 td:nth-of-type(5),
#haitou .par-table01 td:nth-of-type(7),
#haitou .par-table01 td:nth-of-type(8),
#haitou .par-table01 td:nth-of-type(9),
#haitou .par-table01 td:nth-of-type(10),
#haitou .par-table01 td:nth-of-type(11),
#haitou3 .par-table01 td:nth-of-type(12),
#haitou3 .par-table01 td:nth-of-type(13) {
    font-size: 16px;
}

#haitou .par-table01 td:nth-of-type(6) .par-icon_num {
    font-weight: bold;
}

#haitou .par-table01 td.col4 .grade {
    display: inline-block;
    width: 48px;
    height: 24px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

#haitou {
    display: none;
}

#haitou #haitou2 .block .par-table01 tbody a,
#haitou #haitou3 .block .par-table01 tbody a {
    color: #4494D5;
    text-decoration-line: underline;
}

#haitou .par-table01 td.rank_in:nth-of-type(2) {
    font-weight: bold;
    color: red;
}