@charset "UTF-8";

/* ================================================================
				maintenance 用設定
	================================================================	*/

.mainarea h1 {
	margin: 0;
}

/* flow */
#flow {
	padding: 0 0 20px;
	width: 654px;
	text-align: center
}
#flow h2 {
	margin: 0 0 20px;
}
#flow h3 {
	margin: 0 0 20px;
}
#flow p#lead {
	margin: 0 0 30px;
}
#flow p {
	margin: 0 0 20px;
}


/* mainte */
#mainte {
	padding: 0 0 20px;
	width: 654px;
}
#mainte h2 {
	padding: 0;
}
#mainte h3 {
	padding: 20px 0;
}
#mainte p {
	padding: 0 10px 10px;
}
#mainte p img {
	margin: 0 5px -1px 0;
}

#mainte p.pdf {
	margin: 0 0 10px;
}
#mainte p.pdf img {
	margin: 0 5px 0 0;
}
#mainte p.pdf img.pdfico {
	margin: 0 2px -2px;
}

#mainte p.button {
	padding: 20px 0 0;
}

#mainte table {
	margin: 0 10px 5px;
	border-top: 1px solid #7caacc;
	border-bottom: 1px solid #7caacc;
	width: 634px;
}
#mainte table caption {
	text-align: left;
	margin: 0 0 5px;
}
#mainte table caption img {
	margin: 0 5px -1px 0;
}
#mainte table th {
	padding: 10px;
	border-top: 1px solid #7caacc;
	border-bottom: 1px solid #7caacc;
	background: #e9f3fd;
	text-align: center;
	font-weight: bold;
}
#mainte table td {
	padding: 10px;
	border-top: 1px solid #7caacc;
	border-bottom: 1px solid #7caacc;
}
#mainte table td table {
	border: none;
	width: 100%;
	margin: 0;
}
#mainte table td table th {
	border: none;
	padding: 0;
	background: #ffffff;
	text-align: right;
}
#mainte table td table td {
	border: none;
	padding: 0;
}
#mainte table td table td dl {
	text-align: center;
	float: left;
	margin: 5px 0 0;
	padding: 0 5px;
}
#mainte table td table td dl dt {
}
#mainte table td table td dl dt img {
	vertical-align: top;
}
#mainte table td table td dl dd {
	font-size: 77%;
	color: #6a6a6a;
}

