@charset "UTF-8";
@import "/include/css/common.css";

/* ---------------------------------------------------------
	CSS Document client > different
--------------------------------------------------------- */

#different {
	text-align: left;
}

#different h3 {
	margin-top: 7px;
	margin-bottom: 15px;
	padding-top: 10px;
	background: url(/training/images/title.jpg) no-repeat 0 0;
	font-size: 16px;
}

#different h3.yellow {
	background: url(/training/images/title_y.jpg) no-repeat 0 0;
}

#different div.f_left ,
#different div.f_right {
	width: 465px;
}

#different h4 {
	font-size: 15px;
	color: #38217b;
}

#different p {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
	CSS Document client > flow
--------------------------------------------------------- */

#flow {
	margin-top: 40px;
	text-align: left;
}

#flow .clearfix {
	margin: 10px 0 0;
	padding: 20px 0 20px 54px;
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#flow dd {
	width: 140px;
}

/* ---------------------------------------------------------
	CSS Document client > case
--------------------------------------------------------- */

#case {
	margin-top: 50px;
	text-align: left;
}

#case h3 {
	margin-top: 7px;
	margin-bottom: 15px;
	padding-top: 10px;
	background: url(/training/images/title.jpg) no-repeat 0 0;
	font-size: 16px;
}

#case ol.f_left ,
#case ol.f_right {
	width: 465px;
	margin-top: 10px;
	list-style:none;
}

#case li.odd {
	padding: 6px 5px 5px 20px;
	background: #e4e4e4 url(../images/i_arrow.jpg) no-repeat 10px 14px;
}

#case li.even {
	padding: 6px 5px 5px 20px;
	background: url(/include/images/i_arrow_right.jpg) no-repeat 10px 14px;
}
