@charset "utf-8";

/* top elements */
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

ul, ol { list-style: none; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	height: 100%;
	}

body {
	height: 100%;
	min-height: 100%;
	background: #fcfcfa;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 62.5%;
	display: flex;
	flex-direction: column;
	}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
	}

.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	}

.clearfix:after { clear: both; }

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
	}

::selection {
	background: #b3d4fc;
	text-shadow: none;
	}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

textarea { resize: vertical; }

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
	}

.hidden { display: none!important; }

.clr {
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	font-size: 0;
	}

#container {
	width: 100%;
	text-align: center;
	}

/* Link */
a { text-decoration: none; }
a > img { vertical-align: bottom; }
a:hover { text-decoration: none; transition: 0.5s; }

a:link { color: #0000ff; text-decoration: none; }
a:visited { color: #551a8b; text-decoration: none; }
a:active { color: #551a8b; text-decoration: none; }
a:hover { color: #0000ff; text-decoration: underline; }


a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}


/* Heading */
h1 { 
	margin-top: 1em;
	font-size: 1.8em;
	margin: .5em 0;
	color: #663233;
	}

h2 {
	margin-top: 1em;
	font-size: 1.4em;
	margin: .25em 0;
	color: #663233;
	}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: .5em;
	}

.search h2,
.download h2,
.blast h2 {
	color: #222;
}

/* Header */
header {
	width: 100%;
	height: 90px;
	text-align: left;
	background-color: #fcfcfa;
	}

.logo {
	position: relative;
	float: left;
	color: #10332a;
	font-size: 3.2em;
	font-family: times, serif;
	height: 90px;
	}

.logo a img {
position: relative;
	height: 90px;
	left: 18px;
	}

/* Navigation */
nav {
	font-size: 1.4em;
	list-style: none;
	}

nav ul {
	width: 100%;
	height: 40px;	
	background: #663233;
	float: left;
	margin-bottom: 1.5em;
	}

nav ul li {
	display: inline;
	float: left;
	}

nav ul li a {
	display: block;
	height: 40px;	
	padding: .75em 2.6em;	
	color: #fff!important;
	text-decoration: none;
	}

nav ul li a:hover { background-color: #874243; color: #fff; text-decoration: none; }
nav ul li a:visited { color: #fff; text-decoration: none; }

.current  {
	background-color: #4e2626;
	color: #fff;	
	}

/* Contents */
#main {
	width:  1120px;
	margin: 0 auto;
	font-size: 1.4em;
	flex: 1;
	}

#main p {
	line-height: 1.4em;
	margin: 1em 0;
}

.submit_formt {
	width: 100%;
	text-align: center;
	clear: both;
	}

.contact,
.community {
	width: 100%;
	margin: 1em 0;
	}

.contact p,
.community p {
	font-size: 1.2em;
	line-height: 1.6em;
	}

/* Acknowledgement */
.acknowledgement	{
	font-size: 1.2em;
	text-align: left;
	margin-top: 1em;
}

/* Button */
.Btn {
	padding: .25em .75em;
	text-decoration: none;
	border-radius: 2px;
	display: inline-block;
	border: none;
	}

.readBtn {
	color: #fff!important;
	text-decoration: none;
	background: #663233;
	letter-spacing: .025em;
	padding: .5em 1em;
	}

.readBtn:hover { background: #4dc7ab; text-decoration: none; }
.readBtn:visited { color: #fff; }
.readBtn:focus { outline: none; border: none; }


/* What's new */
.whatsnew {
	width: 600px;
	min-height: 600px;
	font-size: 1.2em;
	padding: .25em 1em;
	background: #eeede6;	
	list-style: none;
	float: left;
	margin-right: 2em;
	}

.whatsnew span {
	float: left;
	display: block;	
	margin-right: 1em;
	line-height: 1.2em!important;
	}

.whatsnew p {
	display: block;
	overflow: hidden; 
	zoom: 1;
	line-height: 1.2em!important;
	}


/* Overview */
.overview {
	width: 100%;
	margin: 1em 0;
	}

.overview img {
	float: right;
	margin: 0 1em 1em 1em;
	width: 460px;
	}

.overview p {
	font-size: 1.2em;
	line-height: 1.6em;
	}


/* Table information */
.result01 {
	float: right;
	width: 460px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	}

.result01 caption {
	font-weight: bold;
	padding-bottom: .25em;
	}

.result01 tr:nth-child(1) {
	border-top: solid 2px #000;
	}

.result01 th {
	text-align: center;
	padding: .25em;
	font-weight: normal;
	}

.result01 td {
	text-align: right;
	padding: .5em;
	}

/* ML tree */
.ml_tree {
	float: right;
	width: 460px;
	margin: 0 auto;
	padding: .5em;
	margin-bottom: 20px;
	font-size: .85em;
	text-align: center;
	background-color: #eeede6;
	}


/* Table information */
.result02 {
	float: right;
	width: 460px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	}

.result02 caption {
	font-weight: bold;
	padding-bottom: .25em;
	}

.result02 tr:nth-child(1) {
	border-top: solid 2px #000;
	}

.result02 th {
/*	text-align: center;*/
	padding: .25em;
	font-weight: normal;
	}

.result02 td {
	text-align: left;
	padding: .5em;
	padding-left: 2em;
	}

.result02 tbody tr:last-of-type { border-bottom: solid 1px #000; }


/* Footer */
footer {
	width: 100%;
	font-size: 1.4em;
	color: #fff;
	background-color: #333333;
	padding-top: .75em;
	padding-bottom: 1em;	
	text-align: center;
	}

.copy { margin-top: 6px; }