.tameshitype_textarea {
    display: block;
    
    width: calc(100% - 46px);
    height: 96px;
    
    margin: 10px;
    padding: 12px;
	
	background: #fff;
    border:1px solid #333;
	border-radius: 2px;
    box-shadow: inset 3px 3px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.25);
    
    font-size: 26px;
    
    overflow: auto;
    resize: none;
    
    outline: none;
}
