


body{
    background-color:#ffcc01;
}

input{
    box-sizing: 10;
}

.center {
	
	text-align: center;
	display: block;
	
}
.buttonControl{
    /* position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 15px;
    color: #fff;
    font-size: 11px;
    background-color: #097d7e;
    -webkit-box-shadow: 0 3px 0 #0b5555;
    box-shadow: 0 3px 0 #0b5555;
    border: none;
    border-radius: 10px;
    appearance: auto;
    writing-mode: horizontal-tb !important;
    height: 50;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    font-size: 20px;
}

#btnRandom{
    background-color: #f06694;
    -webkit-box-shadow: 0 3px 0 #b81c43;
    box-shadow: 0 3px 0 #550b21;
    width: 440px;
    
}


#oldResult{
    padding: 10px; margin-bottom: 10px; border: 5px double #333333; border-radius: 10px;
}


.tm_yoko{
    width: 30px;
}
.tm_tate{
    width: 1px;
}

.tm_line{
    background-color: black;
}
.tm_name{
    height: 41px;
    text-align: right;
}


#copy_msg {
    font-size: 16px;
    text-align: right;
    color:red;
}
/*aaaaa*/
.container {
    display: flex;
    padding: 10px;
}




@media screen and (max-width: 768px) {
    body{
        background-color:#ffcc01;
     }

     textarea{
        width: 100%;
     }

    .buttonControl{
        width: 100%;
     }
     
    #btnRandom{
        width:100%; 
    }
 }
@media screen and (max-width: 480px) {
    body{
        background-color:#ffcc01;
     }

     textarea{
        width: 100%;
     }

    .buttonControl{
        width: 100%;
     }
     
    #btnRandom{
        width:100%; 
    }
}