
/*表格*/

.responsive_table tr:hover {
  color: #008000;
}
.responsive_table td {
  text-align: left;
}
.responsive_table th, .responsive_table td {
  padding: 80px 80px;
  font-size: 45px;
}
  .responsive_table {
    width: 100%;
  }
.responsive_table tbody td:before {
content: attr(data-table);
display: block;
float: left;
width: 26%;
margin-right: 10px;
padding-right: 10px;
font-weight: 700;
color: #e95189;
border-right: 1px solid #727171;
}

/*基本*/
.menubtn_left{
            font:normal 30px Verdana, Geneva, sans-serif;
            font-style:normal;
            color:#f7f7f7;
            background:#080808;
            width:50%;
            height:90px;
            float:left;
            font-size:40px;
}
.menubtn_right{
            font:normal 30px Verdana, Geneva, sans-serif;
            font-style:normal;
            color:#f7f7f7;
            background:#080808;
            width:50%;
            height:90px;
            float:right;
            font-size:40px;
}
.menubtn_single{
            font:normal 30px Verdana, Geneva, sans-serif;
            font-style:normal;
            color:#f7f7f7;
            background:#080808;
            width:100%;
            height:90px;
            float:right;
            font-size:40px;
}
.menubtn_center{
            font:normal 30px Verdana, Geneva, sans-serif;
            font-style:normal;
            color:#f7f7f7;
            background:#080808;
            width:100%;
            height:90px;
            float:center;
            font-size:40px;
}                
.options{
  /*標籤 */ 
        margin:auto;
        width:70vw; 
        height:5vw;
        font-size:1.2cm;
}


 
/* 直立式螢幕才有用 */    
@media screen and  (orientation: portrait) {
            .menubtn_left {
                /* 左按鈕 */ 
                margin:auto;
                width:40vw; 
                height:15vw;
                font-size:1.2cm;
               /* position:absolute;*/
                left:0;
                bottom:0;
                width: 50%
            }
            .menubtn_right{
                /* 右按鈕 */ 
                margin:auto;
                width:0vw; 
                height:15vw;
                font-size:1.2cm;
               /* position:absolute;*/
                right:0;
                bottom:0;
                width: 50%
                }
            .menubtn_single{
                /* 按鈕 */ 
                margin:auto;
                width:0vw; 
                height:15vw;
                font-size:1.2cm;
               /* position:absolute;*/
                right:0;
                bottom:0;
                width: 100%
                }
            .options{
                  /*標籤*/   
                    margin:auto;
                    width:70vw; 
                    height:15vw;
                    font-size:1.2cm;
            }
            .menubtn_center{
                /* 按鈕 */ 
                margin:auto;
                width:0vw; 
                height:15vw;
                font-size:1.2cm;
               /* position:absolute;*/
                right:0;
                bottom:0;
                width: 120%
                }

}