/* ======================================================================== PC - import */
@import url("./pc/contentsMain.css") screen and (min-width: 769px);
@import url("./pc/contentsBtn.css") screen and (min-width: 769px);
@import url("./pc/contentsMenu.css") screen and (min-width: 769px);
@import url("./pc/contentsSide.css") screen and (min-width: 769px);

/* ======================================================================== SP - import */
@import url("./sp/contentsMain.css") screen and (max-width: 768px);
@import url("./sp/contentsBtn.css") screen and (max-width: 768px);
@import url("./sp/contentsMenu.css") screen and (max-width: 768px);
@import url("./sp/popup.css") screen and (max-width: 768px);

@import url("./error.css");

@media screen and (min-width: 769px) {
	#section {
		width: 1044px;
		margin: 0 auto 0;
	}
	#section.fixed {margin-top: 150px;}
	#section-main {
		float: left;
		width: 700px;
	}
	#section-side {
		float: right;
		width: 320px;
		margin:0;
		
	}
	
	.tab-content label,input{display:none;
	}
	

}

/*sp*/
@media screen and (max-width: 768px) {
	#section {
		width: 100%;
		margin: 0 auto;
	}
	#section-side {
		width:95%;
		margin: 0 auto;
		float:none;
		display:block;
	}
	#section.fixed {margin-top: 13rem;}
	
	.project-content-navi{
		display:none;
	}
	
	.tab-content label,input {display:block;
	float:left;
	}
	

}