<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ■■■ 標準設定 ■■■■■■■■■■■■■■■■■■■■■■■■■ */
body#index #header {
	border-bottom: none;
	box-shadow: none;
	margin-bottom: 10px;
}

.step {
	margin: 30px auto;
}
.step span {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 5px;
	border-radius: 3px;
}
.step .alert {
	padding: 10px 5px;
}
.step .glyphicon {
	padding: 0 5px 0 10px;
	color: #999;
}
.teamlist {
	height: 250px;	
}
.teamlist dl dt {
	height: 170px;
}
.teamlist dl dt img.img-responsive {
	max-height: 170px;

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