@charset "UTF-8";

/* span{
	display: inline-block;
	width:7em;
} */

/* ----Google code-prettyの設定------------------------------------------------ */
pre.prettyprint {
	font-family: Monaco, Menlo, Consolas, 'Courier New', Courier, monospace, sans-serif;
	background-color: #f9fafc;   /* 背景色 */
	border-top-left-radius: 0;  /* テーマの角丸の設定を上書き */  
	border-top-right-radius: 0; 
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
  }  
   
  .prettyprint ol{
	margin: 0 1rem; /* 間隔の調整 */
	white-space: pre-wrap;  /* 折り返し */
  }
   
  .prettyprint ol.linenums > li {
	list-style-type: decimal;  /* 行番号を1行ずつ表示 */
	border-left:solid 1px #EBB15E;  /* 行番号との区切り線 */
	padding-left:0.8em; /* 間隔の調整 */
	color: #999; /* 行番号の色 */
  }
/* ----------------------------------------------------------------------------- */
 
