@charset "iso-8859-1";
/* JILPT Research Report summary 2016.5.30*/

/*-- h3 Majour Findings, policy implications : div id=summary shitei 
[p] danraku 1moji sage --*/
#summary p {
	text-indent: 1em;
}

/*-- caption [p] --*/
.caption {
	margin: 5px 15px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
/*-- caption shita no unit --*/	
p.t-unit {
	margin: 0;
	padding: 0;
	float: right;
	line-height:1.0;
}

/*-- table layout --*/
#contents table {
	table-layout: auto;
	width:99%;
	border-style: none;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
	outline-style: none;
	margin: 0 0 2px 0;
}

/*-- table padding --*/ 
#contents table tr th { padding:15px;
}
#contents table tr td { padding:15px;
}

/*-- table header no bold kaijyo class shitei --*/
th.b_crear{ font-size: 100%;
			font-weight: normal;
}

/*-- note: div class=note shitei [p] indent--*/ 
.note {
	margin: 5px 10px 0px 25px;
}
.note p {
	padding: 0;
	text-indent: 0;
    line-height: 140%;
}

.note p sage00 {
	text-indent : -1.5em;
    margin-left : 1.4em;
}

/* indent 1word */
.note p.sage1 {
	text-indent: -1em;
	padding-left: 1em;
}
/* indent 2word */
.note p.sage2 {
	text-indent: -2em;
	padding-left: 2em;
}
/* indent 2.5word */
.note p.sage3{
	text-indent: -2.5em;
	padding-left: 2.5em;
}
/* indent 3word */
.note p.sage4{
	text-indent: -3em;
	padding-left: 3em;
}
/* indent 4word */
.note p.sage5{
	text-indent: -4em;
	padding-left: 4em;
}

/*-- list-style ---*/
/* ul list-style no-image: li naini class shitei */
body.page #content .contentInner ul li.noImg {
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}
/* ol list-style : ol naini class shitei */
ol.list_loweralpha {
	list-style-type:lower-alpha;
}
ol.list_disc {
	list-style-type:disc;
}
ol.list_part {
	list-style-type:circle;
}
ol.list_uproman{ list-style:upper-roman;
}

/* ol list-style : alphabet_bold,  ol naini class shitei */
ol.alpha_b{ list-style-type:lower-alpha; font-weight: bold;
}
ol.uproman_b{ list-style:upper-roman; font-weight: bold;
}

/* list style de shiyou */
.fs_bold { font-weight:bold;
}
.fs_bclear { font-weight: normal; /*-- font bold clear shitei --*/
}

/* dl / Author de shiyou  */
dl { padding: 0px;
}

.padT15 { padding-top: 15px; 
}


