@charset "UTF-8";


/**************************************************************/
/*                            custom css                          */
/**************************************************************/
.table_normal th {
	font-weight: normal;
}

.table_network .col2_wrap .ttl {
	font-weight: normal;
}

.table_network.table_normal th a {
	color: #1ba1e6;
}
.table_network.table_normal th a:hover {
	text-decoration: underline;
}

@media print, screen and (min-width:768px){
	.table_network.table_normal th{
		padding-right: 0;
	}
	.pc_w42p{
		width: 42%;
	}
	.pc_w58p{
		width: 58%;
	}
}