p{
	font-size:13px !important;
	letter-spacing:0.03em;
}
p.emp{
	margin-left:20px;
	font-size:16px !important;
	color:#2749d8;
}
code.code{
	color:#2749d8;
	letter-spacing:0.05em;
	margin:0 3px;
	font-size:1.2em;
}


p.annoContainer{
	width:90%;
	margin-bottom:20px;
	padding:10px;
	background:#EEE;
	border:solid 1px #bbb;
}
ul.flow{
	font-size:16px;
	display:inline-block;
	margin-top:20px;
	width:auto;
	clear:both;
}
ul.flow li{
	background-image: url("../img/flow.png");
	background-repeat: no-repeat;
	background-position: 50% bottom;
	padding-bottom:30px;
	margin-bottom:12px;
	list-style:none;
}
ul.flow li:last-child{
	background: none;
}
ul.flow25 li{
	background-position: 25% bottom;
}

/*2018/07/20 追加*/
.gray-back {
	background-color: #f4f4f4;
	padding: 20px;
	color: #515151;
	margin-left: 20px;
	margin-bottom: 20px;
}
.json-description {
	
}
.json-description h3 {
	color: #515151;
	border-left-style: solid;
	border-left-width: 7px;
	margin-left: -20px;
	font-size: 1.2em;
}
.json-description h4 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
}
.json-description table {
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
.json-description tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.json-description th {
	border-right-style: solid;
	border-right-width: 1px;
	padding: 5px;
	text-align: center;
}
.json-description td {
	border-right-style: solid;
	border-right-width: 1px;
	padding: 5px;
}
.json-description-light {
	text-align: right;
}
.json-description-center {
	text-align: center;
}
.json-description pre {
	width: auto;
	padding-left: 10px;
	border-left: 4px solid #cbdde6;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
/*2018/07/20 追加*/

/*181203*/
.illust-sub-pc5250 img {
	width: 50%;
	height: auto;
}
pre{
	margin:0;
	margin-bottom:1em;
	margin-left:1em;
	padding-bottom:1em;
	line-height:1.3;
	color:#666;

	overflow:auto;
	overflow-y:hidden;
}
pre.src2{
	margin-left: 25px;
	padding-left: 10px;
	margin-top: 1em;
	margin-bottom: 2em;
	width: auto;
	border-left: 3px solid #e0f5ff;
	padding-bottom: .5em;
	padding-top: .5em;
	font-size: 14px;
}
.pcom .blue{
	color:#7890f0;
}
.pcom .white{
	color:#ffffff;
}
.pcom .green{
	color:#2AFA38;
}
/*181203*/

/*190301*/
.performance-monitor-small {
	
}
.performance-monitor-small ol {
	 counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 1em 1em 1em 2em;
	background-color: #f4f4f4;
	border-radius: 10px;
}
.performance-monitor-small li {
  position: relative;
  line-height: 1.5em;
	padding: 0.5em 0 4em 30px;
	margin-bottom: 2em;
	list-style-type: none;
}
.pc5250-34list-title {
	letter-spacing: 0;
	color: #0575c2;
}
.performance-monitor-small li p {
	margin: 0;
}
.performance-monitor-small li:before {
	/* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #0575c2;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	top: 15px;
}
.performance-monitor-small li:after {
	content: "▼";
	position: absolute;
	bottom: 0;
	font-weight: bold;
	color: #0575c2;
	font-size: 1.5em;
	left: 48%;
}
.performance-monitor-small li:last-child:after {
	content: "　";
}
.performance-monitor-small li:last-child {
	content: "　";
	margin-bottom: 0;
	padding-bottom: 0;
}
PRE.pcom{
	width: auto;
}
/*190301*/

/*190403*/
.pc5250-whats-file {
	margin-left: 20px;
}
.pc5250-whats-file, td, th {
	/* 2019/07/29コメントアウト
	border: 1px solid #595959;*/
	border-collapse: collapse;
}
.pc5250-whats-file td, th {
	padding: 5px 1em;
}
.pc5250-whats-file th {
	background: #c7e8ff;
	text-align: center;
}
.pc5250-whats-file-even {
	background: #edf7ff;
}
/*190403*/
