2@charset "utf-8";
/* CSS Document */

#Page_selection fieldset {
	width: 60%
}
#Page_selection fieldset label {
	width: 40%
}
#Page_selection fieldset select {
	width: 45%
}
#module_select fieldset {
	width: 40%;
}
#module_select fieldset label,
#task fieldset label {
	width: 65%;
	text-align: right;
	padding-right: 1em;
}
#module_select input[type=radio],
#task input[type=radio] {
	display: inline-block;
}

#task fieldset {
	width: 50%
}
#showBrick {
	margin: .5em 0;
	padding: 0 .25em;
	background-color: #F1E8DB;
}
#brickOrder fieldset {
	width: 60%
}
#brickOrder fieldset label {
	width: 60%;
}
#brickEdit {
	height: auto;
}

#brickEdit fieldset {
	width: 122%;
	margin-left: -11%;
	font-size: 120%;
}
#brickEdit textarea {
	width: 99%;
	margin-left: .5%;
	height: auto;
	min-height: 30em;
	background-color: hsla(355,100%,3%,1.00);
	color: hsla(54,44%,92%,1.00);
}
#brickEdit input[name=showWinBrick] {
	margin-left: 15%;
}
#brickEdit input[name=checkBrick] {
	margin-left: 15%;
}
#brickEdit input[name=saveBrick] {
	margin-left: 15%;
}

form#brickEdit label.cnps {
	width: 7em;
	margin-left: 3em;
}
form#brickEdit fieldset.nps {
	width: 50%;
	margin-left: 25%;
	display: none;
}
form#brickEdit fieldset.nps label {
	width: 45%;
}
form#brickEdit fieldset.nps select {
	width: 45%;
}

.separ {
	margin-left: 10%;
}
