@CHARSET "UTF-8";
/* business共通 */
#purpure-position p,#transaction p,#oparation p{
	font-size:11px;
}

/* 会社のポジション*/
#purpure-position{
	width:950px;
	height:100%;
	background-color:black;

}






/* 取引の流れ・条件 */
#transaction{
	width:950px;
	height:100%;



}






/* SDとNSの比較 */
#oparation{
	width:950px;
	height:100%;
	background-color:black;
	color:white;
}
#oparation h3{
	border-left:solid 20px rgba(133,178,223,1);

}


