@charset "UTF-8";

/* ----------------
   stepup
---------------- */
.stepup_text {
	margin: 0px;
	padding: 0px;
}

.stepup_text ul {
	padding: 0px 0px 30px;
	margin: 0px;
	clear: both;
}

.stepup_text li {
	list-style-type: circle;
	padding: 5px 0px 0px;
	margin: 0px 0px 0px 40px;
	list-style-position: outside;
}

.stepup_text li a {
	color: #484848;
	text-decoration: none;
}

.stepup_text li a:hover {
	color: #484848;
	text-decoration: underline;
}

.stepup_text div {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

.stepup_text .day {
	width: 330px;
	border-bottom: 1px dotted #FF9933;
	border-left: 4px double #FF9900;
	margin: 0px 0px 3px;
	padding: 0px 0px 2px 5px;
	float: left;
}

.stepup_text .text_st {
	border-bottom: 1px dashed #A4A4A4;
}

.stepup_text .text_wa {
	width: 320px;
	border-bottom: 1px dashed #A4A4A4;
	float: left;
}

.stepup_text .no_border {
	border: none;
}

.stepup_text .no_list {
	list-style-type: none;
	clear: both;
}

/* --- arrowPdf ---- */
.arrowPdf {
	float:right;
	width: 70px;
}

