* {
  --buttonBgColor:palegreen;
  --answerTitleBgColor:yellow;
  --listSelectColor:lightyellow;
  --listGroupColor:lightyellow;
  --listSumColor:mistyrose;
}
/* ボタン */
button {
  width:4em;
  border:none;
  border-radius:8px/8px;
  box-shadow: 3px 3px 1px rgba(0,0,0,0.3), 3px 3px 1px rgba(240,255,240,0.5) inset, 5px 5px 10px rgba(0,0,0,0.2);
  padding:0px 2px;
  margin-bottom: 5px;
  background-color:var(--buttonBgColor);
  background:radial-gradient(ellipse farthest-corner at 3px 5px, white, var(--buttonBgColor));
  text-align:center;
  cursor:pointer;
  display:inline-block;
  outline-style:none;
}

button.answerTitle {
	font-family:'ＭＳ Ｐゴシック';
	font-weight: bold;
	background-color:var(--answerTitleBgColor);
	cursor:hand;
	margin-bottom:10px;
}


table.list caption {
  color:blue;
  text-align:left;
  font-weight:bold;
}

div.difinition {
	margin-top: 0.5em;
	margin-left: 3em;
	margin-right: 10em;
  border:solid 1px gray;
  border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color: white;
	padding: 10px;
}
div.difinition span.title {
	border: solid 1px black;
	padding: 3px;
	background-color: white;
}
div.difinition pre.sql {
	margin-top: 5px;
	margin-left: 1em;
	margin-bottom: 0em;
	line-height: 110%;
	background-color:white;
}

/* ACCESS */
table.access {
	margin-left: 40px;
	margin-right: 20px;
	width: 90%;
	border: dotted 3px lightsteelblue;
	background-color:mintcream;
}
table.access div.title {
	margin-top: 0px;
	margin-bottom: 0em;
	background-color:lightblue;
}

div.design {
	border: none;
	float: right;
	margin: 10px 30px 10px 20px;
	background-color: transparent;
	padding: 3px;
}
div.design table {
	vertical-align: middle;
	border-collapse: collapse;
	font-family:'ＭＳ Ｐゴシック';
	font-size:9pt;
}
div.design table td {
	border: solid 1px #ACB5BA;  /* RGB = (172, 181, 186) */
	background-color: white;
	padding: 0px 2px 0px 2px;
	line-height: 120%;
	white-space: nowrap;
}
div.design table td.title {
	background-color:#DFE3E8;  /* RGB = (223, 227, 232) */
	border: solid 1px #ACB5BA;  /* RGB = (172, 181, 186) */
	text-align: center;
	width: 10em;
}
div.design table td.corner {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/corner.png");
	background-color:#DFE3E8;  /* RGB = (223, 227, 232) */
	border: solid 1px #ACB5BA;  /* RGB = (172, 181, 186) */
	border-left: solid 2px #ACB5BA;  /* RGB = (172, 181, 186) */
	border-right: solid 1px #DFE3E8;  /* RGB = (223, 227, 232) */
	border-bottom: solid 1px #DFE3E8;  /* RGB = (223, 227, 232) */
	width: 14px;
}
div.design table td.left {
	background-color:#DFE3E8;  /* RGB = (223, 227, 232) */
	border: solid 1px #ACB5BA;  /* RGB = (172, 181, 186) */
	border-left: solid 2px #ACB5BA;  /* RGB = (172, 181, 186) */
	width: 14px;
}
div.design table td.key {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/key.png");
	background-color:#DFE3E8;  /* RGB = (223, 227, 232) */
	border: solid 1px #ACB5BA;  /* RGB = (172, 181, 186) */
	border-left: solid 2px #ACB5BA;  /* RGB = (172, 181, 186) */
	width: 14px;
}
div.design table td.lx {
	border-left: none;
}
div.design table td.tx {
	border-top: none;
}
div.design table td.noborder {
	border: none;
	font-size: 9pt;
	background-color: transparent;
	letter-spacing: -1px;
}

div.queryDesign {
	float: right;
	margin: 10px 30px 10px 20px;
	background-color: #E9EDF1;
	border: inset 2px deepskyblue;
	padding: 2px;
}
div.queryDesign div.qbe {
	border: none;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color:#E9EDF1;  /* RGB = (233, 237, 241) */
	padding: 10px 0px 0px 0px;
}

div.qbe {
	border: inset 2px deepskyblue;
	float: right;
	margin: 10px 30px 10px 20px;
	background-color:#E9EDF1;  /* RGB = (233, 237, 241) */
	padding: 5px;
}
div.qbe table {
	vertical-align: middle;
	border-collapse: collapse;
	font-family:'ＭＳ Ｐゴシック';
	font-size:9pt;
}
div.qbe table caption, div.queryDesign table caption {
	text-align: left;
	color: blue;
}
div.qbe table td {
	border-top: solid 1px #D0D7E5;  /* RGB = (208, 215, 229) */
	border-bottom: solid 1px #D0D7E5;  /* RGB = (208, 215, 229) */
	border-left: none;
	border-right: solid 1px #D0D7E5;  /* RGB = (208, 215, 229) */
	background-color: white;
	padding: 0px 2px 0px 2px;
	width: 14ex;
	line-height: 120%;
	white-space: nowrap;
}
div.qbe table td.top {
	background-color:#F0F0F0;  /* RGB = (240, 240, 240) */
	line-height: 3px;
	border-top: solid 1px #646464;  /* RGB = (100, 100, 100) */
}
div.qbe table td.title {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #646464;  /* RGB = (100, 100, 100) */
	background-color:#E9EDF1;  /* RGB = (233, 237, 241) */
  color:black;
	text-align: right;
}
div.qbe table td.check {
	text-align: center;
}
div.qbe table td.checked {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/checkTrue.png");
}
div.qbe table td.unchecked {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/checkFalse.png");
}

tr[style*="mistyrose"] td {
  background-color:mistyrose;
}

/* 問題 */
table.exercise {
	border: 1px solid;
	border-collapse: collapse;
	border-color: gray;
	text-indent: 0em;
	width:90%;
	text-align: left;
	background-color:white;
	margin-left: 50px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family:'ＭＳ ゴシック';
	font-size:9pt;
}
table.exercise td.title {
	width:100%
	line-height: 150%;
	color:white;
	background-color:blue;
}
table.exercise table.list {
	margin-left: 30px;
}
/*.answerTitle {
	font-weight: bold;
	background-color:yellow;
	cursor:pointer;
}*/

div.figure pre.figure {
	margin-top:0px;
	margin-bottom:0px;
/*	text-align: center;
	margin-right: auto; */
}
div.figure span.title {
	text-align: left;
	text-indent: 0em;
	font-family:'ＭＳ Ｐゴシック';
	font-weight: bold;
  color:black;
}
/* 罫線を使用した図 */
pre.figure
{
/*	margin-left: 100px; */
	padding: 5px;
	white-space: pre;
	line-height: 95%;
	font-family:'ＭＳ ゴシック';
	font-size:9pt;
	letter-spacing: 0px;
}
