/*@charset "shift_jis";*/
/*=================================================================
TIPS C/400 CSS
=================================================================*/
/* 81. pipe と標準入出力について(6) */
.c400_81 .ind_10{text-indent: -1.0em;}
/* 80. pipe と標準入出力について(5) */
.c400_80 .txtBold{font-weight:bold}
.c400_80 .ind_10{text-indent: -1.0em;}

/* 104. UNIコード : UTF-16 へ変換するには */
.c400_104 .tbl{border:solid 1px;border-color:#666666;margin:20px 0px;}
.c400_104 .tbl TD{padding:5px 10px;border:solid 1px;border-color:#666666; border-collapse:collapse;width:80px;}

/* 110. API の結果の変数を適切に定義するには */
.c400_110 .tbl_QDFFBASE{margin: 2em 1em;}
.c400_110 .tbl_QDFFBASE td.noBdrBtm{border-bottom:none !important;}
.c400_110 h5.commentSection{margin-bottom:1em !important;}

/* 112. ∞は数ではない */
.c400_112_title{font-family: "MS UI Gothic";}

/*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 追加*/

/*2018/07/23 追加*/
.pgm-block {
	margin-left: 20px;
	padding-top: 15px;
	margin-bottom: 100px;
	border-top: 5px solid #cacaca;
	margin-top: 50px;
	overflow: hidden;
}
.pgm-block-title {
	vertical-align: middle;
	margin-bottom: 15px;
}
.pgm-block h5 {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.pgm-block-head{
	width:195px;
	background:url(../../common/img/smp.gif) no-repeat;
	position:relative;
	margin-left: 10px;
	display: inline-block;
	height: 19px;
	margin-top: 1px;
}
.pgm-block-head a{
	width:50px;
	height:15px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	background:url(../../common/img/source.gif) no-repeat;
	position:absolute;
	left:130px;
	top:2px;
}
pre.src2{
	margin-left: 25px;
	font-size:11px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #e0f5ff;
	padding-bottom: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border-left: 3px solid #e0f5ff;
}
.kaisetsu {
	border: 1px solid #cacaca;
	margin-left: 10px;
	padding: 10px 10px 0;
}
.kaisetsu h5 {
	margin-bottom: 10px;
}
.kaisetsu p {
	margin-left: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.kaisetu-normal-list {
	background-color: #f4f4f4;
	margin-left: 2em;
	padding: 10px 10px 5px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.kaisetu-normal-list li {
	margin-bottom: .25em;
	list-style-type: disc;
	list-style-position: inside;
}

PRE{
	width:600px;
	margin:0;
	margin-bottom:1em;
	margin-left:1em;
	padding-bottom:1em;
	line-height:1.3;
	color:#666;

	overflow:auto;
	overflow-y:hidden;

}
/*2018/07/23 追加*/