.gachaButton {
	width: 9em;
	height: 3em;
	font-weight: bold;
	background: #33bb66;
	border-color: #44ff88 #228844 #228844 #44ff88;
	color: #ffffff;
	margin:4px auto;
}

.gachaButton:active {
	background: #228844;
	border-color: #1f6633 #44ff88 #44ff88 #1f6633;
}

.resultButton {
	width: auto;
	height: 3em;
	font-weight: bold;
	background: #1b68b3;
	border-color: #4099cd #003565 #003565 #4099cd;
	color: #ffffff;
	margin:4px auto;
}

.resultButton:active {
	background: #003565;
	border-color: #002035 #4099cd #4099cd #002035;
}

input[type="text"] {
	width: 9em;
}

table {
    width: 100%;
}

.table_frame {
    width: 450px;
    max-width: 100%;
    min-width: 360px;
}

#wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}