@charset "UTF-8";


/* タブレット以下設定 */
@media screen and (max-width:999px) {
	
}

/* All SP */
@media screen and (max-width:639px) {
	
	.secCastle_table{
		font-size:10px;
	}

	.secCastle_table tr td:nth-child(2){
		white-space:nowrap;	
	}

	html[lang="en"] .secCastle_table tr td:nth-child(2){
		white-space:normal;	
	}
}
