@charset "utf-8";
/* CSS Document */

/* ----------------------------------------
 事例紹介
---------------------------------------- */

#case_left{
	float:left;
	display:inline;
	width:280px;
	}

#case_right{
	float:right;
	width:400px;
	}

