#tatami{
	padding: 50px;
	padding-top: 70px;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.sure_alan_ka{
	padding: 5px 35px;
	background-color: #33b5e5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.alan_bura{
	width: 255px;
	margin: 0 auto;
}
.alan_bura div{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 9px;
	border-bottom: solid 1px #ddd;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.alan_bura span{
	display: inline-block;
	float: left;
	padding: 10px;
	min-width: 75px;
	text-align: center;
	border: solid 1px #8e8e8e;
	margin: 5px;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.alan_bura span:hover{
	background-color: #f5e0ff;
}

.bitir_modal_dis{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 5;
}
.bitir_modal{
	width: 100%;
	max-width: 350px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 7px;
	padding: 15px;
	text-align: center;
}
.flex{
	display: flex;
}