@CHARSET "UTF-8";

body {
	margin: 0 auto;
	padding: 0;
	font-family: Apple SD Gothic Neo, arial, sans-serif;
	font-size: 16px;
}

.top {
	width: 100%;
	position: fixed;
	top: 0px;
	background: linear-gradient(rgba(70,91,116,1.0),rgba(37,45,56,1.0));
	padding: 7px 0 3px 5px;
	color: #d2dff8;
}

.top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.top li {
	float: left;
	display:inline;
	padding: 3px 20px 0 0;
}

.top li a {
	color: #d2dff8;
	text-decoration: none;
}

.top li a:hover {
	color: #e8ecf4;
	text-decoration: none;
}

.fl { float: left; }
.fr { float: right; }

.title {
	padding: 0 10px;
	font-size: 29px;
}

.wordtable {
	padding: 0 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.wordtable table {
	border: 1px solid #444444;
	border-collapse: collapse;
}

.wordtable td {
	border: 1px solid #444444;
	padding: 5px 5px;
}

.wordtable li {
	padding: 10px 5px;
}

.wordtable li a {
	color: #000000;
	text-decoration: none;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}