@charset "utf-8";

body{
	margin: 0;
	-ms-touch-action:none;
	touch-action:none;
}


#main {
	width: 1280px;
}

#container {
	width: 1280px;
	height: 720px;
	margin: 0 auto;
	/*padding: 0 2%;*/
	position: relative;
}

rop {
    cursor: move;
    position: absolute;
    z-index: 1000;
}

.drag {
    z-index: 1001;
}

.original{
	cursor: move;
    position: absolute;
    z-index: 999;
}

.drag-and-drop{
	cursor: move;
    position: absolute;
    z-index: 999;
}
.contentBtn{
	cursor: pointer;
	box-sizing: content-box;
}


/* "�C���t�H���[�V����"�{�^�� */
.btn-help {
	position:absolute;
	left:140px;
	top:613px;
	cursor:pointer
}


/* help */
.help-area {
	display: none;
	background: #fff;
	border: 3px solid #ccc;
	padding: 15px;
	font-size: 18px;
	width: 451px;
	position: absolute;
	left: 194px;
	bottom: 88px;
	z-index: 10000;
}

.help-area p {
	margin: 0;
	padding: 0;
}
