
table, td {
    border: 1px solid black;
    text-align: center;
    /* vertical-align: middle; */
    padding: 3px;
    margin: 10px;
    height: 25px;
    }
#insertButton {
    position: relative;
    left: -245px;
    /* top: -20px; */
    font-size: 16px;
    background-color: #8FBC8F;
    color: white;
    font-weight: bold;
    height: 30px;
}
.removeButton {
    position: relative;
    /* right: -240px; */
    /* top: -35px; */
    font-size: 16px;
    background-color: #F08080;
    color: white;
    font-weight: bold;
    height: 30px;
}
#calc {
    width: 200px;
    height: 40px;
    color:cornflowerblue;
    font-weight: bold;
    font-size: 16px;
}
#calc1 {
    width: 200px;
    height: 40px;
    color:cornflowerblue;
    font-weight: bold;
    font-size: 16px;
}
span{
    font-size: 15px;
}
.subhead{
    font-size: 15px;
    font-weight: bold;
}
.shutsuryoku{
    visibility: hidden;
    margin-top: 50px;
}
/* .subtext{
    display: none;
}
.result{
    display: none;
}
.result_adson{
    display: none;
} */
/* @media screen and (max-width: 1200px) {
    #calc {
        width: 200px;
        height: 40px;
    }
} */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    padding: 0;
    margin: 0;
  }
.noBorder{
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-style: hidden;
}
.calc{
    padding: 3px;
    margin: 10px;
}
.subhead{
    margin: 50px;
}
.longSpan{
    width: 420px;
}
.longSpanA{
    width: 650px;
}
#selection{
    margin: 10px;   
    padding: 10px; 
    width: 420px;
    background-color: tan;
}
/* select{
    border: none;
} */
.selectBox{
    border: 1px;
}
body, html {
    height: "100%";
}
.page{
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: "100%";
    height: "100%";
    padding: 0;
    overflow-y: auto; 
}
.seperator{
    background-color: rgb(117, 114, 119);
    height: 3px;
    /* display: none; */
    margin-top: 5px;
    margin-bottom: 5px;
}
/* .row.depend{
    display: none;
}
.subhead.depend{
    display: none;
} */
.tabletext{
    width: 930px;
    border: 2px;
    border-color: black;
    border-style: solid;
    padding: 10px;
}
.texter{
    display: block;
}
.boxer{
    height:290px;
    width:700px
}
#myChart{
    height:290px;
    width:700px
}
.bold{
    font-weight: bold;
}
.big{
    font-size: 21px;
}
.red{
    color: red;
}
#title{
    margin-bottom: 30px; /*下端に空白を30px*/
    background-color: #339900; /*背景色の指定*/background-image: repeating-linear-gradient(to bottom right, #339900 0%, #004d25 100%);
    overflow: hidden; 
}
#title p{
    color: #fff; /*文字色の変更*/
    font-size: 120%; /*フォントサイズの調整*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px; /*文字と文字の間隔をあける*/
    line-height: 120%; /*行間の指定（高さを決める）*/
    padding: 30px; /*文字の左側に余白をあける*/
}
