@media all and (min-width: 641px) and (max-width: 1200px) and (max-device-width: 1200px) {

	.container,
	.tbl {
		width: 1200px;
	}
	
}
@media all and (min-width: 641px) and (max-width: 1242px){
	
	/* ヘッダー調整 追加 */
	/*
	#header .h-projectterm .container-inner .projectterm-text,
	#header .h-projectterm .container-inner .projectterm-list,
	#header .h-projectterm .container-inner .projectterm-list > li{
		font-size: 87.5%;
	}
	*/
	
}
