.right{
    position:absolute;
    top:50px;
    left:650px;
    height:100vh;
    width: 100%;
    text-align:center;
    display: flex;
    align-items: flex-end;
    justify-content:center;
 }
 #centerPosition{
     font-size:16px;
     line-height: 3em;
     border-radius:10px 0 0 10px;
 }
 /*table{
    border-collapse: collapse;
    width:500px;
  text-align: left;
 
 }*/
 table.solidTable {
     table-layout: fixed;
     /*margin: 1px 20px 1px;*/
     border-collapse: collapse;
     border: 1px solid #666;
     text-align: center;
     vertical-align: middle;
     margin-bottom:30px;
 }
 th.topRow {
    /*  margin: 2px 50px 2px; */
     vertical-align: top;
     border: 2px solid #ccc;
     background: #efefef;
     text-align: center;
 
 }
 td.textBox {
 text-align: center;
 }
 .dimensions {
     text-align: left;
 }
 
 /* td { border: solod 1px #CCCCCC;}
 
 .floatRight{
  margin-left:auto;
 } */
 @media all and(min-width: 500px){
  .wrapper {
   display: flex;
   }
 }
 
 .topLine{
  vertical-align: top;
 }
 p.title{
   -webkit-text-stroke:1px #d00;
 }
 
 .orange {
 background-color:#ffcc99;
 }
 /*
 td.saveData {
     margin:1px 50px 1px;
 }*/
 td,th{
     white-space: nowrap;
 }
 /*.google-maps {
     position: relative;
     padding-bottom: 250px; /*高さは250pxで固定
     height: 0;
     overflow: hidden;
     }
     */
 /* for phone*/
