@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------
 __「お仕事までの流れ」　テキスト
-----------------------------------------------*/
.scroll_text_step {
	height: 450px;
	width: 700px;
	overflow: auto;
	padding: 30px;
	line-height: 150%;
	border: 1px solid #DDD;
	background:#f0f8ff;
	margin-left: 50px;
	margin-top: 40px;
}

.scroll_text p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}


#text {
	float: left;
	height: 500px;
	width: 600px;
	margin-left: 80px;
	border: 1px solid #DDD;
	overflow: auto;
	padding: 20px;
	line-height: 1.4em;
	margin-top: 10px;
	letter-spacing: 1.5px;
}

.green {
	font-weight: bold;
	color: #669933;
	list-style: decimal inside;
}

#text .green .yellow {
	background: #FFFF99;
}

.indent {
	margin-left: 25px;
	list-style: none inside;
	font-weight: normal;
	color: #666666;
}

.red {
	color:#f30;
	font-weight:bold;
}

.pink {
	color:#FF66CC;
	font-weight:bold;
}

.attention {
	list-style: none;
	font-weight: bold;
	color: #669933;
}

#text .green .indent a {
	font-weight: bold;
	color: #333399;
	text-decoration:none;
}

#text .green .indent a:hover {
	font-weight: bold;
	color: #C00;
	text-decoration:none;
	top: 1px;
}
