@charset "utf-8";


[id^="lim-"]{
	max-width:1920px !important;
	margin:0 auto !important;
}


@media only screen and (max-width: 640px) {
	#lim-1 {
		padding-left:0;
		padding-right:0;
		background-color:#0064D2 !important;
	}
	[id^="cmbt-"]{
		width:33.3% !important;
		float:left;
	}
}

/*tab*/
@media only screen and (max-width: 1024px) and (min-width: 641px) {
	/*コンテンツメニュー*/
	#lim-1 {
		padding-left:22.7%;
		padding-right:22.7%;
		background-color:#0064D2 !important;
	}
	[id^="cmbt-"]{
		width:20% !important;
		float:left;
	}
}

@media only screen and (min-width: 1024px) {
	/*コンテンツメニュー*/
	#lim-1 {
		padding-left:22.7%;
		padding-right:22.7%;
		background-color:#0064D2 !important;
	}
	[id^="cmbt-"]{
		width:20% !important;
		float:left;
	}
}