@charset "Shift_JIS";

fieldset ul {margin:0.5em;}
fieldset li {list-style-type:none;margin-left:0;}

label {cursor: pointer;}
label:hover {text-decoration: underline;}

.clear {clear:both;}
#status {text-align:right;font-style:italic;}
#history {font-size:90%;text-align:right;}


#hue td {
	font-size:60%;
	height:3em;
}

.colorPicker td {text-align:center;width:1.2em;height:1.2em;}
.colorPicker p {margin:1em; padding:0;}
.colorPicker input[type=number] {width: 4em;}
.hide {display:none;}
.petalMixTable input {height:1.2em;width:1.2em;}
#satBri table {border-collapse:collapse;cursor:crosshair;border:2px solid #808080;}
#satBri th {border:2px solid #808080;}

#hue, #satBri {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

#selectColor {margin-left:0.5em;}

#DEFAULT_BLACK {color:rgb(12%,12%,12%);}
#DEFAULT_RED {color:rgb(67%,9%,3%);}
#DEFAULT_BROWN {color:rgb(51%,22%,0%);}
#DEFAULT_BLUE {color:rgb(19%,54%,90%);}
#DEFAULT_YELLOW {color:rgb(90%,70%,0%);}
#DEFAULT_GREEN {color:rgb(35%,58%,16%);}
#DEFAULT_PINK {color:rgb(100%,48%,48%);}
#DEFAULT_WHITE {color:rgb(87%,87%,87%);}


#specifySelect div {
	float:left;
	height:24em;
	font-size:80%;
	margin:0.1em;
	padding:0;
	cursor:default;
}

#specifySelect div dl {
	margin:0;
	padding:0;
}

#specifySelect dt {margin:0;padding:0;}
#specifySelect dd {margin:0;padding:0;background:transparent;}

#specifyList dl {
	font-size:85%;
	margin:0.1em;
	padding:0;
	cursor:default;
}

#specifyList dd {margin:0.1em 0.3em;padding:0;background:transparent;}

.specifyPiece {font-size:120%;}
.specifySpanHide {display:none;}
.impRate {font-size:90%;}

.screenExplain img {border:4px solid #70c070;}
.screenExplain p {margin-top:0.7em; margin-bottom:0.7em; padding-left:1em;}
.screenExplain dfn {
	text-decoration: underline;
	font-weight:bold;
	margin-right:1em;
	margin-left:-1em;
}

#candidateTable {
	margin: 1em;
}

#candidateTable td {
	padding: 0 1px;
}

#candidateTable td:not(:last-child) {
	white-space: nowrap;
}

#candidateTable td:nth-of-type(2) span {
	font-size: 120%;
}

#candidateTable td:nth-of-type(3) {
	min-width: 2.3em;
	text-align: right;
}

#candidateTable td:nth-of-type(4) {
	min-width: 4em;
	text-align: right;
}

#candidateTable td:nth-of-type(5) {
	font-size: 90%;
}

#candidateTable tr:hover td:not(:first-child) {
	cursor: pointer;
}

#candidateTable .hoveredCandidate td {
	text-decoration: underline;
}

#costTable {
	background: transparent;
}

#costTable td:nth-of-type(2n) {
	background-image: url(../pict/back.gif);
	background-color: #f0fff0;
	padding-right: 2em;
}

#costTable td:nth-of-type(2n+1) {
	background-image: url(../pict/back2.gif);
	background-color: #d0ffd0;
	min-width: 10.3em;
	text-align: center;
}

#costTable input {
	width: 4em;
	text-align:right;
}

#recipeTable td {
	padding: 0 2px;
}

#recipeTable td:nth-of-type(1),
#recipeTable td:nth-of-type(3),
#recipeTable td:nth-of-type(4) {
	text-align: right;
}

#recipeTable td:nth-of-type(6),
#recipeTable td:nth-of-type(7) {
	font-size: 90%;
}

#recipeTable td:nth-of-type(5) div {
	text-align: right;
	font-size: 80%;
	margin: 0 0.5em;
}


/* 親にも書いてあるのでしばらくしたら消してよい */
.msFont {
	font-family: 'ＭＳ Ｐゴシック';
}


.switchRowColor tr:nth-child(even) td {
	background: #c8ffc8;
}

.switchRowColor tr:nth-child(odd) td {
	background: #e0ffe0;
}

img.help {
	height: 1em;
}

