@charset "UTF-8";
/* CSS Document */



@media screen and (min-width: 640px) {

	#article {
	position: relative;
	}

	#sub {
	position: absolute;
	top: 0;
	left: 20px;
	}
}


#nav_global_2nd {
	top: 0;
	left:0px;
}





.tableCellFix th {
width: 8em;
}

.tableCellFix td {
width: calc(100% - 8em)
}

@media screen and (max-width:640px){

	.tableCellFix th {
	width: 6em;
	}

	.tableCellFix td {
	width: calc(100% - 6em)
	}

}


