@charset "utf-8";

/* ===========================================
 * モーターデータ
 * ======================================== */

.category_motorrank {
    min-height: 460px;
/*    padding: 40px 40px 64px 40px;*/
}

.category_motorrank .category-guide {
    font-size: 16px;
    line-height: 1.6;
}

.category_motorrank .category-guide .item-sml-txt {
    font-size: 16px;
    line-height: 1;
    margin-top: 6px;
}

/* ***** セレクトボックス ******* */
.category_motorrank .pager {
    margin: 20px 0 30px;
}

.category_motorrank .category-linkbtn li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 24px;
}

.pager ul {
    align-items: end;
}

.category_motorrank .pager ul {
    margin-left: 20px;
    gap: 0;
}

.category_motorrank .pager ul li:first-child {
    margin-right: 0;
}

.category_motorrank .pager ul li:last-child {
    margin-left: 20px;
}

.category_motorrank .par-select01 {
    position: relative;
    display: inline-block;
    width: 266px;
    height: 36px;
    vertical-align: middle;
}

.par-select01 .selectbox {
    width: 266px;
    height: 36px;
}

.category_motorrank .par-select01 .selectbox_view {
    text-align: left;
    border-radius: 4px;
    border: 1px solid var(--MAIN_GREEN, #AAAAAA);
    color: var(--MAIN_BLACK, #313131);
    font-weight: normal;
    line-height: 36px;
    padding: 0px 10px;
    background-color: #FFF;
}

.category_motorrank p.selectbox_view::before {
    background: var(--MAIN_WHITE, #FFF);
    height: 0;
}

.category_motorrank .par-select01_box {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 15;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appeareance: auto;
}

.category_motorrank .par-select01_view {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 0 24px 0 20px;
    z-index: 10;
    color: #121212;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.8;
    text-align: left;
    background-color: #ffffff;
    border: solid 1px #aaa;
    border-radius: 4px;
    opacity: 0.9;
}

.category_motorrank .par-select01::before {
    position: absolute;
    width: 24px;
    height: 38px;
    right: 1px;
    top: 1px;
    background-color: #4494d5;
    border-radius: 0 3px 3px 0;
    z-index: 11;
}

p.js-form_selectbox_view.selectbox_view::after {
    content: none;
}

.category_motorrank .par-select01 span.make_selectbox {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: 8px;
    top: 9px;
    background-color: #003288;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.category_motorrank .par-select01 span.make_selectbox::after {
    content: ' ';
    position: absolute;
    left: 9px;
    top: 44%;
    width: 5px;
    height: 5px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* ****** セレクトボックス下 ******** */
.category_motorrank .table_wrapper {
    font-size: 0;
    display: flex;
}

.category_motorrank .motor-tbl {
    display: inline-block;
    width: 560px;
}

.category_motorrank .motor-tbl.left {
    margin-right: 40px;
}

.category_motorrank .motor-tbl .info-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

/* ****** YYYY年MM月DD日終了時点 ******** */
.category_motorrank .motor-tbl .par-title04 {
    width: 100%;
    color: var(--MAIN_NAVY, #22328E);
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

/* ****** 詳細を見る ******** */
.category_motorrank .motor-tbl .box-right {
    display: inline-block;
    width: 200px;
}

.category_motorrank .motor-tbl .box-right .par-btn02 {
    width: 100%;
    height: 50px;
    line-height: 2.4;
}

.category_motorrank .motor-tbl .box-right .par-btn02 span {
    font-size: 16px;
    font-weight: normal;
}

.par-btn02 {
    display: none;
}

.category_motorrank .par-btn02 {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    box-shadow: none;
    background: #1f9bff;
    color: #ffffff;
    text-align: center;
    padding: 7px;
}

/* ****** テーブル th要素 ******** */
/* 奇数行に色付け */
.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_motorrank .motor-tbl .par-table01 th {
    height: 65px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal
}

.category_motorrank .motor-tbl .par-table01 th.col1 {
    width: 60px;
}

.category_motorrank .motor-tbl .par-table01 th.col2 {
    width: 93px;
}

.category_motorrank .motor-tbl .par-table01 th.col3,
.category_motorrank .motor-tbl .par-table01 th.col4,
.category_motorrank .motor-tbl .par-table01 th.col6,
.category_motorrank .motor-tbl .par-table01 th.col7 {
    width: 80px;
}

.category_motorrank .motor-tbl .par-table01 th.col5 {
    width: 60px;
}

.category_motorrank .par-table01 thead {
    border-top: 1px solid var(--MAIN_GREEN, #AAAAAA);
}

.category_motorrank .par-table01 th {
    background-color: var(--MAIN_NAVY, #22328E);
    color: #FFFFFF;
    border: 1px solid var(--MAIN_GREEN, #AAAAAA);
    border-bottom: 0;
}

/* ****** テーブル td要素 ******** */
.category_motorrank .motor-tbl .par-table01 td {
/*    height: 56px;  */
    font-size: 16px;
}

.category_motorrank .motor-tbl .par-table01 td.col2 img {
    width: 28px;
    vertical-align: middle;
}

.category_motorrank .motor-tbl .par-table01 td.col2 .tWrap.up img {
    position: relative;
    width: 22.627px;
    height: 22.627px;
}

.category_motorrank .motor-tbl .par-table01 td.col2 .tWrap.down img {
    width: 22.627px;
    height: 22.627px;
}

.category_motorrank .motor-tbl .par-table01 td.col2 .tWrap.stay img {
    margin: 5px 0 0 5px;
    width: 22.627px;
    height: 22.627px;
}

.category_motorrank .motor-tbl .par-table01 td.col2 .tWrap_txt.state-up {
    color: #F15A7E;
}

.category_motorrank .motor-tbl .par-table01 td.col2 .tWrap_txt.state-down {
    color: #00AFDC;
}

/* **********
共通リンク
********** */
.category_motorrank .par-link01 {
    color: #2160AF;
    font-weight: bold;
    text-decoration-line: underline;
}

/* 前・次矢印 */
.pager ul li.arrow .pager_link {
    border: 1px solid var(--MAIN_NAVY, #22328E);
    background-color: #ffffff;
    width: var(----margin_xl, 32px);
    height: var(----margin_xl, 32px);
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
}

.pager ul li.arrow span.pager_link {
    background-color: #cccccc;
    border-color: #cccccc;
}

.pager li.arrow i.left:before {
    content: "";
    position: absolute;
    left: 40%;
    top: 34%;
    background: none;
    border: none;
    border-radius: 0;
    border-top: 3px solid var(--MAIN_NAVY, #22328E);
    border-right: 3px solid var(--MAIN_NAVY, #22328E);
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
}

.pager li.arrow i.right:before {
    content: "";
    position: absolute;
    right: 40%;
    top: 34%;
    background: none;
    border: none;
    border-radius: 0;
    border-top: 3px solid var(--MAIN_NAVY, #22328E);
    border-right: 3px solid var(--MAIN_NAVY, #22328E);
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
}

.pager li.arrow span i.left:before,
.pager li.arrow span i.right:before {
    border-color: #ffffff;
}