<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,body {
	background: none;
}

.mobile_full_btn {
	border-radius: 5px;
	box-shadow: none;
}

#wrap {
	margin: 0;
	border: none;
	border-radius: 0;
	padding: 0;
}

#header {
	height: 73px;
	line-height: 73px;
	padding: 0 20px;
	border-bottom: 3px solid #d2d2d2;
	text-align: left;
}

#header img, #header.wsearch img {
	max-width: 50%;
	max-height: 43px;
	vertical-align: middle;
}

#header .header_search {
	margin-top: 25px;
	width: 21px;
	height: 21px;
	background-image: url(img/header_search_alt.png);
}
#header .header_menu_btn {
	margin-top: 25px;
}

#header #search_box {
	line-height: 1;
	background: #fff;
	position: absolute;
	left: 0px;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
#header #search_box input {
	width: 97%;
}

#page {
	padding: 0 20px;
}

#footer {
	padding-bottom: 0;
}

#footer .page_nav_foot {
	padding: 0 20px;
}

#footer .foot_bottom {
	padding: 0 20px;
	background: #d2d2d2;
	border-top: 2px solid #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
#footer .foot_bottom, #footer .foot_bottom a {
	color: #fff;
}

#page {
	padding-top: 10px;
}

.mobile_selectable_btn_list {
	margin-left: -20px;
	margin-right: -20px;
}
</pre></body></html>