@charset "UTF-8";

/***************************************
/ モーターデータ詳細
/**************************************/
body {
    height: auto;
}
#maincontainer.second_page_container {
    padding-bottom: 80px;
}

.par-link01 {
    display: inline-block;
    color: #1f9bff;
}

/* *******説明文******* */
.category_motordata .guide {
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 40px;
}

.category_motordata .guide .use-time {
    font-size: 16px;
    line-height: 1;
    margin-top: 6px;
}

.category_motordata .guide .par-ico_sort {
    width: 15px;
    height: 15px;
}

.category_motordata .par-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    color: #22328E;
    line-height: 1;
}

/* ****** ソートアイコン ******** */
.category_motordata i.par-ico_sort {
    border: 1px solid #D9D9D9;
}

/* ****** テーブル要素 ******** */
/* 奇数行に色付け */
.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_motordata .par-sort_wrapper {
    flex-direction: column;
}

.category_motordata th.col10 .par-sort_wrapper,
.category_motordata th.col11 .par-sort_wrapper {
    bottom: 0;
}

.category_motordata .par-table01 th span {
    display: inline-block;
    color: var(--MAIN_WHITE, #FFF);
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 10px;
}

.category_motordata .par-sort_wrapper i.par-ico_sort {
    margin: 0 0 3px;
    bottom: 2px;
    position: absolute;
}

.category_motordata th.col10 .par-sort_wrapper i.par-ico_sort,
.category_motordata th.col11 .par-sort_wrapper i.par-ico_sort {
    margin: 0 0 3px;
}

/* ********** 別CSSのソート表示を停止 ********** */
.category_motordata .guide i.par-ico_sort:after {
    content: none; 
}

.category_motordata .par-sort_wrapper i.par-ico_sort:after {
    content: none;
}

/* ********** ソートボタン下向き未選択 ********** */
.category_motordata .guide i.par-ico_sort,
.category_motordata .par-sort_wrapper i.par-ico_sort {
	background-image: url("/cdn/pc/images/datafile/btn_w_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

/* ********** ソートボタン上向き未選択 ********** */
.category_motordata .par-sort_wrapper i.par-ico_sort.asc_sort {
	background-image: url("/cdn/pc/images/datafile/btn_w_up.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

/* ********** ソートボタン下向き選択中 ********** */
.par-sort_wrapper.selected i.par-ico_sort {
	background-image: url("/cdn/pc/images/datafile/btn_blue_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

/* ********** ソートボタン上向き選択中 ********** */
.par-sort_wrapper.selected i.par-ico_sort.asc_sort {
	background-image: url("/cdn/pc/images/datafile/btn_blue_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.category_motordata .par-table01 th {
    height: 32px;
    font-size: 14px;
    font-weight: normal;
}

.category_motordata .par-table01 th[rowspan="2"] {
    height: 72px;
}

.category_motordata .par-table01 th.col1 {
    width: 103px;
}

.category_motordata .par-table01 th.col2 {
    width: 80px;
}

.category_motordata .par-table01 th.col3,
.category_motordata .par-table01 th.col4,
.category_motordata .par-table01 th.col5,
.category_motordata .par-table01 th.col6,
.category_motordata .par-table01 th.col7,
.category_motordata .par-table01 th.col8,
.category_motordata .par-table01 th.col9 {
    width: 60px;
}

.category_motordata .par-table01 th.col10 {
    width: 80px;
}

.category_motordata .par-table01 th.col11 {
    width: 90px;
}

.category_motordata .par-table01 th.col1 span,
.category_motordata .par-table01 th.col2 span,
.category_motordata .par-table01 th.col3 span,
.category_motordata .par-table01 th.col4 span,
.category_motordata .par-table01 th.col5 span,
.category_motordata .par-table01 th.col6 span {
    padding-bottom: 15px;
}

.category_motordata .par-table01 th.col7 span,
.category_motordata .par-table01 th.col8 span,
.category_motordata .par-table01 th.col9 span,
.category_motordata .par-table01 th.col10 span {
    padding-bottom: 15px;
    line-height: 1.3;
    height: unset;
}

.category_motordata .par-table01 th.col11 span {
    line-height: 1.3;
    height: unset;
    padding-top: 5px;
}

.category_motordata .par-table01 th.col11 span.meter {
    padding-top: 0;
}

.category_motordata .par-table01 th.col12 {
    padding-top: 7px;
}
.category_motordata .par-table01 th.col13,
.category_motordata .par-table01 th.col14 {
    width: 45px;
}
.category_motordata .par-table01 .sub-head th {
    width: 51px;
    padding-top: 7px;
}

.category_motordata .par-table01 .sub-head th:nth-of-type(4) {
    word-break: keep-all;
    width: 80px;
}

.category_motordata .par-table01 td {
/*    height: 56px;*/
    font-size: 16px;
}

/*****戻るボタン*****/
.category_motordata .return-botton {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.category_motordata .return-botton a.par-btn01.left-arrow {
    border: 2px solid #003288;
    color: #003288;
	background-color: #FFFFFF;
}

.category_motordata .return-botton a.par-btn01.left-arrow::before {
	background-image: url("/cdn/pc/images/datafile/btn_w_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

/* 中間整備、短評 */

.category_motordata .par-table01 a.hukidashi::after{
    display: block;
    margin: auto;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/cdn/pc/images/common/btn_comment.svg) no-repeat;
    background-size: 24px auto;
}

/* 短評：モーダルエリア */
#modal_tanpyou {
    position: fixed;
    top: 40%;
    left: 30%;
    z-index: 101;
    width: 640px;;
    height: 300px;
    background-color: #FFF;
}
#modal_tanpyou h3 {
    margin-top: 40px;
    color: #2160AF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#modal_tanpyou  .modal_content {
    width: 540px;
    height: 120px;
    margin: 40px auto 0;
    border: 1px solid #707070;
}
#modal_tanpyou table,
#modal_tanpyou tbody,
#modal_motor_tr {
    width: 100%;
}
#modal_motor_tr td {
    height: 120px;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
}
#modal_motor_tr td span {
    display: inline-block;
    width: 360px;
    word-break: break-all;
    text-align: left;
    margin: auto;

}
#modal_motor_tr .modal_tanpyou {
    width: 264px;
}
#modal_motor_tr .modal_motor_num {
    width: 96px ;
    background-color: #22328E;
    color: #FFF;
}
#modal_tanpyou_close {
    position: absolute;
    display: block;
    width: 3rem;
    height: 0.2rem;
    background: #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -1.4rem;
    left: calc(100% - 3rem);
}
#modal_tanpyou_close:after {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 3rem;
    left: calc(50% - 0.15rem);
    top: -1.4rem;
    background: #ffffff;
}
#modal_tanpyou_close:hover {
    cursor: pointer;
}
#modal-overlay {
    z-index: 100;
    display: block;
    position: absolute;
    top: 324px;
    left: 0;
    width: 100%;
    height: calc(100% - 324px);
    background-color: rgba(0, 0, 0, 0.60);
}
/* .category_motordata #modal_tanpyou:target{
    width: 100vw;
    height: 100vh;
    z-index: 100;
    position: absolute; 
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.60);
} */
