@charset "utf-8";

/*---------------------------------------------------------
  CSS : style
----------------------------------------------------------*/
article .fig {
	background: url(img/fig1.png) no-repeat 0px 0px;
	-webkit-background-size: 67px 551px;
	-moz-background-size: 67px 551px;
	padding-left: 67px;
}
article .fig .figBox {
	cursor: pointer;
	width: 233px;
	overflow: auto;
}
article .trial {
	background: url(../img/top_trial.png) no-repeat 0px 0px;
	-webkit-background-size: 305px 87px;
	-moz-background-size: 305px 87px;
	height: 40px;
	width: 75px;
	margin: 0px auto;
	font: 18px Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding-top: 47px;
	padding-left: 230px;
}
article .update {
	padding-top: 5px;
	text-align: right;
}
article dl.notes {
	padding-top: 5px;
}
article dl.notes dt {
	color: #C00;
	float: left;
	width: 2em;
}
article dl.notes dd {
	margin-left: 2.2em;
}


article .flowWrap {
	padding: 20px 10px 10px;
}
article .flowBox {
	padding: 10px 10px 10px 73px;
	border: 2px solid #84CDC8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
	min-height: 52px;
}
article .flowBox h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009385;
}
article .flowBox h2 .num {
	position: absolute;
	left: 10px;
	top: -10px;
	display: block;
}
article .step01 {
	background: #FFFFDD url(img/01_pic.png) no-repeat 10px 10px;
	-webkit-background-size: 58px 52px;
	-moz-background-size: 58px 52px;
}
