@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

body{
	background-color: #ebfaff;
	margin: 8px;
	margin-top: 54px;
  	font-family: "MS Gothic", "Kosugi Maru", sans-serif;
}

.top-bar {
	min-width: 820px;
}

.top-bar a {
	text-decoration: none;
}

.nowrap {
	white-space: nowrap;
}

.content {
	width: 820px;
	min-height: 600px;
	margin: auto;
	display: flex;
	border: 7px solid #5f83bd;
	overflow: hidden;
}

.main-wrap {
	width: 100%;
}

.banner {
	width: 652px;
	height: 142px;
	background-image: url(../images/banner.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0d0d0d;
}

.banner:hover {
	filter: contrast(96%);
}

.main-area {
	width: 100%;
	height: 100%;
	display: flex;
	border-top: 7px solid #5f83bd;
}

.content .sidebar-left,
.content .sidebar-right {
	width: 155px;
	flex-shrink: 0;
	background-color: #7aacdb;
	color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 12px;
}

.content .sidebar-left {
	border-right: 7px solid #5f83bd;
}

.content .sidebar-right {
	border-left: 7px solid #5f83bd;
	height: calc(100% - 142px);
	margin-right: 1px;
}

.sidebar-left a,
.sidebar-right a {
	color: #fff;
}

.sidebar-wrap {
	border: 2px solid #fff;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.binary-top,
.binary-bottom {
	image-rendering: pixelated;
	margin-left: 1px;
}

.sidebar-content {
	height: 100%;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

.sidebar-content a:hover span,
.center a:hover,
p.chat-btn:hover {
	opacity: 0.8;
}

.sidebar-content p {
	min-height: 22px;
	border-bottom: 2px solid #fff;
	padding: 2px;
	display: flex;
	align-items: center;
}

.nav-separator {
	border-bottom: 2px solid #fff;
}

.sidebar-title {
	font-weight: bold;
}

.content .center {
	min-width: 0;
	flex: 1;
	background-color: #e6f6ff;
	background-image: url(../images/bg2.gif);
	font-size: 14px;
	color: #297294;
}

.center .box {
	border: 1px solid #000;
	margin: 20px;
	background: #fff;
}

.box-title {
	background-color: #7aacdb;
	color: #fff;
	border-bottom: 1px solid #000;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.box-content {
	padding: 10px;
	padding-bottom: 4px;
}

.center p {
	margin-bottom: 6px;
	line-height: 16px;
}

.center p a {
	color: #297294;
	font-weight: bold;
}

.right-gif,
.left-gif {
	width: 180px;
	margin: 5px;
}

.left-gif {
	float: left;
	margin-right: 15px;
}

.right-gif {
	float: right;
}

.read-more {
	text-align: center;
}

.chat {
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: #7aacdb;
	border: 5px solid #5f83bd;
	color: #fff;
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.chat-img,
.chat-img2 {
	width: 90px;
}

.chat-img2 {
	position: absolute;
	bottom: 7px;
	right: 5px;
}

p.chat-btn {
	text-decoration: underline;
	cursor: pointer;
}

.chat-frame {
	background-color: #ff9621;
	background-image: url(../../../mons/assets/images/bricks.png);
	background-size: auto 100%;
	border-radius: 25px;
	height: 100%;
	width: 300px;
	box-shadow:	inset -30px -30px 0 rgba(0,0,0,0.3);
	margin: 30px;
	margin-bottom: 40px;
}

#chattable {
  height: 400px;
}

.hidden {
	display: none;
}