@charset "utf-8";

/* abstract.html */
#abst #menu .abst a {
	background-position: -300px top;
}
.list li {
	list-style: square;
}
/* fee */
#fee .guarantee {
	margin-top: 1ex;
	padding: 0 5px;
	font-size: 10px;
	line-height: 100%;
	color: #B7BBBE;
	border-left: 7px solid #eaeeef;
}
#fee table {
	width: auto;
	border: 2px #828587 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
#fee td, .fee th {
	padding: 4px;
	border: 1px #828587 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	vertical-align: middle;
}
#fee table .public {
	background-color: #FA8072;
	color: #FFFFFF;
}
#fee table .union {
	background-color: #5F9EA0;
	color: #FFFFFF;
	border-top-width: 2px;
}

/* input */
#input table {
	width: 520px;
	border: 2px #828587 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
#input tr.top {
	border-top: 2px #828587 solid;
}
#input td {
	padding: 4px;
	border: 1px #828587 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	vertical-align: middle;
}
#input table .field {
	background-color: #97C362;
	color: #FFFFFF;
	font-weight: bold;
}
#input table .caution {
	font-weight: bold;
	color: #F02925;
	font-size: 14px;
}

/* after */
#after table {
	width: auto;
	border: 2px #828587 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
#after td {
	padding: 4px;
	border: 1px #828587 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	vertical-align: middle;
}
#after .text {
	text-align: justify;
	text-justify: inter-ideograph;
}
#after table .title {
	color: #97C362;
	font-weight: bold;
}
#after table .name, #after table .detail {
	font-weight: bold;
}
#after table .status {
	font-size: 14px;
}

/* pay */
.pay li {
	list-style: square;
	padding-top: 1ex;
	padding-right: 10px;
	margin-left: 2em;
}

/* mate */
.mate li {
	margin-left: 2em;
	padding-top: 1ex;
	padding-right: 10px;
	list-style: square;
}
.mate li li {
	padding: 0;
	list-style: disc;
}

/* jump */
.jump {
	margin: 4ex 0 0;
	position: relative;
	overflow: hidden;
}
.jump div {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
}
.jump div a {
	position: relative;
	left: -50%;
	margin: 0;
}
