@charset "utf-8";

/* ######768px以上###### */
@media(min-width:768px){

/****コンセプトバー*****/	
#conceptbar_container > a{
	letter-spacing:0.1em;
}

/****バナー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;
}
/****インフォメーション****/


/****スペック****/
	
	#boxA{
		display:table-cell;
		width:36%;
	}
	
	#boxB{
		padding-left:10px;
		display:table-cell;
		width:45%;
	}	
	
	#boxC{
		display:table-cell;
		width:19%;
	}
}

