@charset "utf-8";
/* CSS Document */
@import url(../common/css/base.css);
@import url(../common/css/ks.css);

.gyouji table {
	width:100%;
}

.gyouji table tr th,
.gyouji table tr td {
	padding:5px 7px;
	font-weight:normal;
	border:solid 1px #ccc;
}

.gyouji table tr th {
	background-color:#efefef;
	white-space:nowrap;
	vertical-align:top;
	width:10em;
}

.gyouji table tr td dl dt {
	color:#E86349;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3px;
}

.gyouji table tr td dl dt span {
	color:#333;
	font-size:0.7em;
	font-weight:normal;
}

.textred {
	color:#c00;
}

.gyouji .pagetop {
	margin:10px 0;
}