body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: #111;
	color: #FFFFFF;
}
@font-face {
  font-family: 'Typicons';
  src: url('../fonts/typicons-regular-webfont.eot');
  src: url('../fonts/typicons-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/typicons-regular-webfont.woff') format('woff'),
    url('../fonts/typicons-regular-webfont.ttf') format('truetype'),
    url('../fonts/typicons-regular-webfont.svg#TypiconsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#accordion {
	list-style: none;
	width: 250px;
	font-size: 12px;
	line-height: 1;
	background-color: #111;
	margin: 0;
	padding: 0;
	border: 1px solid #8A8D91;
	border-radius: 0;
}
#accordion > li {
	padding: 0;
	border-right: 1px solid #8A8D91;
	border-left: 1px solid #8A8D91;
}
#accordion li a {
	display: block;
	position: relative;
	color: #E8E9EB;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 35px;
	border-bottom: 1px solid #2a2a2a;
	border-top: 1px solid #2a2a2a;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#accordion > li:first-child > a {
	border-top: 0;
}
#accordion > li a:before {
	position: absolute;
	top: 50%;
	left: 5px;
	font: 24px/100% 'Typicons';
	content: "\0023";
	color: #0B2D5B;
	margin-top: -10px;
}
#accordion li a:hover {
	color: #FFFFFF;
	background: #123B75;
	border-top-color: #2a2a2a;
}
.arrow {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 30px;
	height: 20px;
	line-height: 1;
	margin-top: -10px;
	color: #8A8D91;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.arrow:before {
	font: 30px 'Typicons';
	content: "7";
}
#accordion li > a:hover .arrow {
	color: #FFFFFF;
}

.rotate {
	color: #123B75;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accordion li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#accordion li ul li a {
	position: relative;
	background: none;
	font-size: 12px;
	font-weight: normal;
	color: #E8E9EB;
	line-height: 1;
	height: 40px;
	padding: 5px 0 0 30px;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}
#accordion li ul li a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	content: "y";
	font: 18px/100% 'Typicons';
	color: #0B2D5B;
	margin-top: -8px;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
#accordion li ul li:first-child a {
	border-top: 0;
}
#accordion li ul li:last-child a {
	border-bottom: 1px solid #2a2a2a;
}
#accordion li ul li a:hover {
	color: #FFFFFF;
	background: #1e2a3a;
	border-top-color: #2a2a2a;
}

.test {
	color: #8A8D91;
	background: #333;
}
.sele {
	color: #FFFFFF;
	background: #0B2D5B;
	border-top-color: #2a2a2a;
}
.menuarea {
	position: absolute;
	left: 0;
}
.listarea {
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	left: 252px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-feature-settings: 'tnum';
}
.listarea a {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.listarea a:link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.listarea a:visited {
	color: #E8E9EB;
	text-decoration: none;
}
.listarea a:hover {
	color: #E8E9EB;
	font-style: normal;
	text-decoration: underline;
}
.listarea a:active {
	text-decoration: none;
}

.trackarea {
	position:absolute;
	left: 820px;
}


.listarea table {
	border-collapse: collapse;
	margin: 0px  0px  0px;
	font-size: 1.2em;
	table-layout: fixed;
}

.listarea thead, tbody {
    display: block;
}

.listarea tbody {
    overflow-y: auto;
    height: 1800px;
}

.listarea th {
	padding: 2px 4px;
	color: #FFFFFF;
	background: #0B2D5B;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #8A8D91;
	line-height: 1.2;
}

.listarea td {
	padding: 2px 4px;
	border-bottom: 1px solid #2a2a2a;
	vertical-align: middle;
	white-space: nowrap;
}

.listarea td * {
}

.listarea tr.alt td {
	background: #1e2a3a;
}

.listarea tbody tr:nth-child(even),
.listarea tr:nth-child(even) {
	background: #111;
}
.listarea tbody tr:nth-child(odd),
.listarea tr:nth-child(odd) {
	background: #1a1a1a;
}
.listarea tbody tr:hover,
.listarea tr:hover {
	background: #1e2a3a;
}

.personalarea {
	font-size: 14px;
	color: #FFFFFF;
}

.personalarea table {
	border-collapse: collapse;
	margin: 0px  0px  0px;
	font-size: 1.1em;
	table-layout: fixed;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-feature-settings: 'tnum';
}

.personalarea thead, tbody {
    display: block;
}

.personalarea tbody {
    overflow-y: auto;
    height: 800px;
}

.personalarea th {
	padding: 2px 4px;
	color: #FFFFFF;
	background: #0B2D5B;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #8A8D91;
	line-height: 1.2;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.personalarea td {
	padding: 2px 4px;
	border-bottom: 1px solid #2a2a2a;
	vertical-align: top;
	white-space: nowrap;
}

.personalarea td * {
}

.personalarea tr.alt td {
	background: #1e2a3a;
}

.personalarea tbody tr:nth-child(even) {
	background: #111;
}
.personalarea tbody tr:nth-child(odd) {
	background: #1a1a1a;
}
.personalarea tbody tr:hover {
	background: #1e2a3a;
}
