
.contents#motordata h3 {
width: 100%;
height: 100px;
background: url("../images/header_motordata.png") no-repeat center center;
overflow-x: hidden;
margin: 20px auto 0;
}



.guide {
width: 620px;
padding: 5px 10px;
margin: 0 auto;
font-size: 22px;
line-height: 28px;
}

.guide_chart {
font-family: 'Noto Sans JP', sans-serif;
display: block;
width: 680px;
margin: 0 auto;
font-size: 22px;
line-height: 22px;
padding: 5px 10px;
}

.guide ul.ul_right {
display: block;
text-align: left;
width: 100%;
padding-right: 2px;
}


.guide ul.ul_left {
background: url(../images/orange_m.png) no-repeat left top 4px;
padding-left: 30px;
display: block;
text-align: left;
width: 100%;
}

.guide ul{
display: block;
justify-content: space-between;
}

.guide ul li{
font-size: 26px;
line-height: 1.5;
font-family: 'Noto Sans JP', sans-serif;
}

.guide.guide_chart ul li {
font-family: 'Noto Sans JP', sans-serif;
font-size: 22px;
line-height: 1.2;
}


.contents{
margin-bottom: 30px;
}

.motd_wrap{
display: flex;
width: 700px;
margin: 0 auto;
}

.motd_wrap table {
border-collapse: separate;
text-align: center;
table-layout: fixed;
vertical-align: middle;
}

.motd_wrap .com_table01 {
width: 700px;
display: none;
text-align: center;
table-layout: fixed;
}

.motd_wrap .com_table01.active_t {
display: table;
}

.motd_wrap .com_table02 {
width: 700px;
position: relative;
display: none;
text-align: center;
table-layout: fixed;
}

.motd_wrap .com_table02.active_t {
display: table;
}

.motd_wrap .com_table01 th {
font-family: 'Noto Sans JP', sans-serif;
font-size: 18px;
}

.motd_wrap .com_table01 th.col1 {
width: 95px;
height: 74px;
font-size: 22px;
line-height: 1.2;
}

.motd_wrap .com_table01 th.col2 {
font-size: 24px;
line-height: 1.5;
}

.motd_wrap .com_table01 th.col6 {
font-size: 24px;
line-height: 1.2;
}

.motd_wrap .com_table01 th.col3,.motd_wrap .com_table01 th.col4,.motd_wrap .com_table01 th.col5,
.motd_wrap .com_table01 th.col6,.motd_wrap .com_table01 th.col7,.motd_wrap .com_table01 th.col8 {
width: 80px;
height: 43px;
font-size: 22px;
line-height: 1.0;
padding: 5px 0;
}

.motd_wrap .com_table01 th.col9 {
font-size: 22px;
padding: 2px 0;
}

.motd_wrap .com_table01 th span{
font-size: 18px;
}

.motd_wrap .com_table01 tbody td {
height: 50px;
}

.motd_wrap .com_table01 tbody td.col1 {
font-size: 32px;
height: 102px;
background: #361E87;
}

.motd_wrap .com_table01 tbody td.col2 {
font-size: 32px;
height: 102px;
line-height: 40px;
}

.motd_wrap .com_table01 tbody td.col2 span {
font-family: 'Oswald', 'Noto Sans JP', sans-serif;
font-size: 28px;
height: 102px;
}



table tr th,
table tr td {
text-align: center;
box-sizing: border-box;
}

.motd_wrap table th {
font-size: 20px;
font-weight: bold;
vertical-align: middle;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
background-color: rgba(75, 75, 119, 0.9);
}

.motd_wrap table tbody td {
font-family: 'Oswald', 'Noto Sans JP', sans-serif;
font-size: 28px;
font-weight: 500;
padding: 5px 0;
color: #000;
vertical-align: middle;
background-color: rgba(255, 255, 255, 0.9);
}

.motd_wrap table thead span.small {
font-size: 20px;
}

th span.small,
td span.small,
th.small {
font-family: 'Oswald', 'Noto Sans JP', sans-serif;
font-size: 22px;
}

.motd_wrap table tbody tr.even td {
background-color: rgba(255, 255, 255, 0.8);
}

/* ソート機能 */
.s_table {
width: 750px;
position: relative;
}

.btn_s_table {
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
font-size: 30px;
width: 380px;
height: 64px;
line-height: 64px;
background: url(../images/s_table.png) no-repeat center center;
margin: 20px auto 20px;
font-weight: 500;
}

.triangle {
display: inline-block;
position: relative;
border-right: 10px solid transparent;
border-top: 17px solid #fff;
border-left: 10px solid transparent;
top: -2px;
margin-left: 10px;
}

.btn_s_table.active {
color: #ffff00;
background: url("../images/s_table.png") no-repeat center center;
transition: 0.3s all;
}

.btn_s_table.active span {
border-top: 17px solid #ffff00;
}

.s_table_txt {
width: 750px;
position: absolute;
font-size: 30px;
z-index: 2;
top: 64px;
left: 0px;
display: none;
background: #333;
padding-top: 2px;
border-bottom: solid 8px #CCC;
}

.s_table_txt.active {
display: block;
margin-top: 0px;
transition: 1s all;
}

.s_table_txt li {
width: 100%;
margin-bottom: 2px;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
font-size: 26px;
line-height: 76px;
position: relative;
background: #000;
}

.s_table_txt li a {
text-decoration: none;
display: block;
color: #fff;
}



/* 上位6名色替え */
.orange_m td {
background-color: rgba(230, 119, 18, 1) !important;
	color: #fff !important;
}
table tr.orange_m.even td {
background-color: rgba(190, 96, 14, 1)!important;
}

.orange_m td.col1, .orange_m.even td.col1 {
background: rgba(103, 39, 167, 0.9) !important;
}

.orange_m td.col1 a {
color: #FF8214 !important;
}

.motd_wrap tr td a {
color: #fff;
}


/* リンクボタン（下） */
#btn_motor{
width: 340px;
height: 70px;
line-height: 50px;
background: url("../images/r_motor.png") no-repeat center center;
margin: 20px auto 40px;
}
#btn_motor a{
display: block;
text-indent: -9999px;
line-height: 58px;
}
#btn_yoso:active{
background: url("../images/r_motor_on.png") no-repeat center center;
transition: all 0.3s;
cursor: pointer;
}

/* ヘッダー固定 */
thead{
position: sticky;
top: 80px;
z-index: 1;
backdrop-filter: blur(2px) brightness(0.4);
}

/* モーダル */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:60px; height:60px; position:absolute; top:-30px; right:0px;}
#cboxClose{
background: url("../images/close_2.png") no-repeat center center;
}