@charset "utf-8";
/* CSS Document */


/*オフィス移転マニュアル*/


#sub_manual h5 {
	background-image: url(../images/common/icon_gr_yajirusi.gif);
	background-repeat: no-repeat;
	color: #657300;
}


ul.step_img {
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

ul.step_img li {
	width: 110px;
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}


.step4tb {
	border-collapse: collapse;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.step4tb td {
	margin: 0px;
	padding: 5px;
	font-size: 0.7em;
	border: 1px solid #CCCCCC;
}
.step4tb th {
	margin: 0px;
	padding: 5px;
	font-size: 0.7em;
	border: 1px solid #CCCCCC;
	background-color: #9BB000;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
}

.step4tb th.bgw {
	margin: 0px;
	padding: 5px;
	font-size: 0.7em;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #339966;
}

.qa_q {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
	padding: 5px;
}

.qa_a {
	padding: 5px;
	margin-bottom: 5px;
}

.qa_re {
	text-align: right;
}

