@charset "UTF-8";

/* ソースコードの装飾 */
.prettyprint ol.linenums > li {
  background:#333333;
  list-style-type: decimal;
  border-left:solid 1px grey;
}
pre.prettyprint {
  white-space: pre;
  overflow: auto;
}

.que_code{
  white-space:pre-wrap;
  background-color:#c0c0c0;
  font-weight: bold;
  font-size:25px;
}

.com_code{
  white-space:pre-wrap;
  background-color: #ffdab9;
  font-weight: bold;
  font-size:25px;
}



/* #com_code{
  background-color: #ffdab9;
  font-weight: bold;
  font-size:25px;  
} */

/* pre{
    background-color: #ffdab9;
    font-weight: bold;
    font-size:25px;
} */

/* code{
  background-color: #ffdab9;
  font-weight: bold;
  font-size:25px;
} */