@charset "utf-8";

/* ######600px以上～767pc以下###### */
@media (min-width:571px) and (max-width:767px){

header{
	display:none;
	border-top:none;/*レス変更*/
}

#sp_menu{
	display:block;
}

.nav_item{
	width:50%;
	float:left;
}

#mainvisual{
	margin-top:0px;/*レス変更*/
}

/****キャッチバー****/

#conceptbar{
	margin-bottom:20px;/*level1 : 20px =>40pxに変更 レス変更*/
}

#conceptbar_container> h3{
	font-size:1.25rem;	
}

#conceptbar_container > a,#audio,#audioPause{
	width:50%;
	font-size:16px;
}

/****バナー0530追加****/
#big_banar img{
	border-radius:3px;
}
#big_banar2 img{
	border-radius:3px;
}
#big_banar3 img{
	border-radius:3px;
}
#big_banar4 img{
	border-radius:3px;
}
/****インフォメーション****/
	#news{
		width:50%;/*レス変更*/
	}
	
	#twitter{
		width:50%;/*レス変更*/
	}
/****スペック****/
	
	#boxA{
		display:table-cell;
		width:50%;
	}
	
	#boxB{
		padding-left:10px;
		display:table-cell;
		width:50%;
	}	

	/*smee_logo*/	
	#boxC{
		display:none;
	}
	
	
	
}

