@media print {
#headArea nav,.no-print {
    display: none;
}
.kome,.kome1,.kome2 {
	font-size: 88%!important;
	font-weight: 500;
	display: inline-block;
	padding-left: 2.5em;
	/*text-indent: -2.5em;*/
	margin: 1em 0 0 -1em;
	position: relative;
}
.kome p {
	margin-left: 2.5em;
}
.kome .num {
	position: absolute;
	top: 0;
	left: 2.5em;
	line-height: 2;
	font-size: 92%;
}
.kome1 {
	margin-left: 0;
	padding-left: 1.5em;
}
.kome1 p {
	margin-left: 1.5em;
	text-indent: 0;
}
.kome1 .num {
	position: absolute;
	top: 0;
	left: 1.5em;
	line-height: 2;
}

.kome2 p {
	margin-left: 3em;
}

.kome2 .num {
	position: absolute;
	top: 0;
	left: 2.5em;
	line-height: 2;
	font-size: 92%;
}
 
}



