<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.guide_parent {
	display: flex;
	margin-bottom:30px;
}
.guide_navi {
	justify-content: space-between;
}
.guide_contents {
	width:16%;
	display:block;
	color:#ffffff;
	font-size: 14px;
	line-height:30px;
	height:30px;
	text-align:center;
}
.guide_contents a{
 font-size: 14px;
 line-height:30px;
 height:30px;
 text-align:center;
 background-color:#7b7b7b;
	color:#ffffff;
 text-decoration:none;
 display:block;
}

.guide_contents a:hover {
	font-size: 14px;
	line-height:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	background-color:#333;
	text-decoration:none;
	display:block;
}
.guide_title2{
	border-bottom:solid 1px #000;
	border-left:solid 3px #000;
        padding-left:5px;
}

.guide_member_btn a {
	font-size: 110%;
	color: #FFF;
	text-align: center;
	display: block;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:20px auto 30px;
	background-color:#000}</pre></body></html>