.tb_nenkei1{
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.tb_nenkei1 td{
	border:1px solid #ccc;
	padding:5px;
}
.tb_nenkei1 tr td[rowspan]{
	font-size:150%;
	font-weight:bold;
	text-align:center;
}

.tb_nenkei1 .english td{
	background-color:rgba(255,249,201,1.00);
}
.tb_nenkei1 .english tr:first-child td:first-child{
	background-color:rgba(250,160,60,1.00);
	color:#fff;
}
.tb_nenkei1 .craft td{
	background-color:rgba(244,230,245,1.00);
}
.tb_nenkei1 .craft tr:nth-child(1) td:first-child{
	background-color:rgba(160,51,170,1.00);
	color:#fff;
}
.tb_nenkei1 .indstrl td{
	background-color:rgba(226,245,251,1.95);
}
.tb_nenkei1 .indstrl tr:nth-child(1) td:first-child{
	background-color:rgba(38,139,219,1.95);
	color:#fff;
}
.tb_nenkei1 .home td{
	background-color:rgba(236,245,226,1.95);
}
.tb_nenkei1 .home tr:nth-child(1) td:first-child{
	background-color:rgba(80,180,81,1.95);
	color:#fff;
}

a[href$=".pdf"],a[href$=".docx"],a[href$=".doc"],a[href$=".xlsx"],a[href$=".xls"],a[href$=".zip"]{
	font-size:0;
}
a[href$=".pdf"]::before{
	padding-right:10px;
	display:inline-block;
	content:url("../../../../general/icon_pdf.png");
	vertical-align:middle;
}
a[href$=".docx"]::before,a[href$=".doc"]::before{
	padding-right:10px;
	display:inline-block;
	content:url("../../../../general/icon_word.png");
	vertical-align:middle;
}
a[href$=".xlsx"]::before,a[href$=".xls"]::before{
	padding-right:10px;
	display:inline-block;
	content:url("../../../../general/icon_excel.png");
	vertical-align:middle;
}
a[href$=".zip"]::before{
	padding-right:10px;
	display:inline-block;
	content:url("../../../../general/icon_zip.png");
	vertical-align:middle;
}