<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.grip-col {
	padding-top: 20px;
}

.grip-col dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #aaa dotted;
}
.grip-col dt {
	float: left;
	width: 30%;
	text-align: left;
}
.grip-col dd {
	float: right;
	width: 62%;
	text-align: left;
}

.btn-col {
}
.back_btn {
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none;
	color: #FFF;
	background: #000099;/*F*/
	border-radius: 2px;
}
.back_btn:hover {
	text-decoration: none;
	color: #FFF;
	background: #3333cc;/*F*/
}


/* --------------------------------------------------------------------------------
 clear
-------------------------------------------------------------------------------- */
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
.clearfix {
	display:inline-block;
}
/*Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

</pre></body></html>