
/* コードなどを囲うボックス */
.box_topbottom {
  padding: 8px 19px;
  /* margin: 2em 0; */
  color: #2c2c2f;
  background: #FFC4BB;
  border-top: solid 2px #961432;
  border-bottom: solid 2px #961432;
  font-size: 14px;
  line-height: 24px;
}

/* リンク用 */
.link_text {
  color: #961432;
  text-decoration: underline;
  cursor: auto;
}

/* パラメータ用のボックス */
.parameter {
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
  list-style: square
}
.parameter li {
  font-size: 14px;
  line-height: 24px;
  list-style: square
}
.tex_command {
  border-color : #333333;
}
.tex_command td {
  font-size: 14px;
  padding: 0.5em 0.5em 0.5em 1em;
  line-height: 20px;
}
