@charset "utf-8";

body {
	margin: 0;
	background: none;
}

#container {
	border: none;
}

#footer {
	text-align: center;
	padding: 15px 0 0;
}

#footer li {
	display: inline-block;
	float: none;
}

#footer li .gotop {
	position: fixed;
	right: 1em;
	bottom: 1em;
	margin: 0;
	background: #ffffff;
	border: solid 1px #88B04D;
	padding: .5em;
	text-decoration: none;
	display: inline-block;
}

#footer li .gotop:after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/top.gif) no-repeat right 3px;
}

#sidebar {
	margin: 0;
	width: auto;
	float: none;
}

.content {
	width: auto;
	float: none;
	margin: 0;
}

.content ul.list-circle {
	margin-left: 15px;
}

#header .logo,
dl.topix dd,
#header,
.wrap {
	width: auto;
}

#header ul {
	display: none;
}

#header .logo {
	padding-right: 10px;
}

#nav {
	overflow-x: scroll;
	white-space: nowrap;
	width: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#nav li {
	min-width: 100px;
	width: auto;
	display: inline-block;
	float: none;
}

#nav li.auction {
	min-width: 170px;
}

#nav li.banker {
	min-width: 130px;
}

#footer-b {
	padding-left: 10px;
	padding-right: 10px;
}

#footer-b ul {
	width: auto;
	float: none;
}

.content .buttons-form {
	height: auto;
}

#sidebar .banners {
	text-align: center;
}

.visual {
	display: none;
}

dl.topix.events dd,
dl.topix.events dt {
	width: auto;
}

dl.topix.events dt {
	margin-right: 1em;
}
