@charset "utf-8";
/* CSS Document */
@import "../../css/base.css";


/* ----- 2年間の就職支援の流れ ----- */

#support div.flow_box {
	margin:0 30px;
}

#support div.flow_box dl{
	background: url(../img/bg_arrow.gif) 15px bottom no-repeat;
	padding: 6px 0 12px 0;
	margin-bottom: 4px;
}
* #support div.flow_box dl { padding-top: 0px; } 
#support div.flow_box dl.last { background: none; margin-bottom: 0; }

#support div.flow_box dt{
	font-weight:bold;
	letter-spacing: 0.2em;
	padding: 0;
	background-color: #FFF;
	height: 20px;
	margin-bottom: 10px;
}

#support div.flow_box dd {
	background: url(../../img/common/square02.gif) 0 6px no-repeat;
	padding-left: 13px;
	line-height: 1.5em;
	margin-left: 50px;
}

#support div.flow_detail {
	margin: -4px 0 8px 0;
	padding: 8px 5px 5px;
	display: block;
	background: url(../img/flow_fukidashi.gif) top no-repeat #fceff0;
	width: 460px;
}

#support div.flow_detail a {
	background: url(../../img/common/icon_newwindow.gif) right -5px no-repeat;
	padding-right: 18px;
}

#support div.flow_box strong {
	margin: 5px 0;
	display: block;
}


#support div.flow_box dt span {
	border: 1px solid #be013f;
	padding: 8px;
	background: #be013f;
	color: #FFF;
	/line-height: 220%;
}
