/*
######################################################################
Fonts
######################################################################
*/

/* 
 * PT Sans
 * License - SIL Open Font License
 * Designed by ParaType
*/
@font-face {
	font-family: "PT Sans";
	src: url('fonts/PT Sans_Regular.woff2') format('woff2');
}

@font-face {
	font-family: "PT Sans Italic";
	src: url('fonts/PT Sans_Italic.woff2') format('woff2');
}

@font-face {
	font-family: "PT Sans Bold";
	src: url('fonts/PT Sans_Bold.woff2') format('woff2');
}

@font-face {
	font-family: "PT Sans Bold Italic";
	src: url('fonts/PT Sans_Bold Italic.woff2') format('woff2');
}

@font-face {
	font-family: "PT Sans Mono";
	src: url('fonts/PT Mono_Regular.woff2') format('woff2');
}

/*
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
*/
@font-face {
	font-family: "Font Awesome 5 Free";
	src: url('fonts/fa-solid-900.woff2') format('woff2');
}

/*
######################################################################
Main Frame
######################################################################
*/
html, body {
	margin: 0 auto;
	height: 100%;
	color: #2b2b2b;
	background-color: #eaf4fc;
	font-family: 'PT Sans', sans-serif;
	font-size: 100%;
	line-break: strict;
}

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #fffffe;
}

.mainFrame {
	margin-right: auto;
	margin-bottom: 95px;
	margin-left: auto;
	padding-bottom: 1.5em;
	width: 96%;
	min-width: 768px;
	max-width: 1862px;
	height: 100%;
	background-color: #fffffe;
	text-align: left;
}

.iconAwesome {
	margin-left: 0.25em;
	font-size: 123.1%;
	font-family: "Font Awesome 5 Free";
}

.indentSearch {
	margin-right: 2.25em;
	color: #FFF;
}

/*
######################################################################
Color common
######################################################################
*/
.orange {
	color: #ff5020;
}

.blue {
	color: #0b5fa5;
}

/*
######################################################################
Navigation
######################################################################
*/
#boxNavi {
	height: 75px;
	background-color: #fffffe;
}

.head-nav {
	display: flex;
	align-items: center;
	justify-content: left;
	height: 75px;
}

.head-nav a {
	display: block;
	text-decoration: none;
}

.boxLogo img {
	width: auto;
	height: 80%;
	max-height: 60px;
	margin-top: 1em;
	margin-left: 2em;
}

.menuSelect, .menuUnselect {
	width: 100%;
	padding-top: 0.1em;
	padding-right: 2em;
	padding-bottom: 0.1em;
	padding-left: 3em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.menuSelect {
	border-radius: 3px;
	background-color: #DCDDDD;
}

/*
######################################################################
Menu Contents
######################################################################
*/
#areaLogo {
	margin-bottom: 1.5em;
}

.boxMainLogo {
	position: relative;
	overflow: hidden;
	height: 480px;
	background: #fffffe;
}

.imgLogo {
	position: absolute;
	left: 38.2%;
}

.labelLogoItem {
	width: 35.2%;
	margin-top: 1.0em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 1.0em;
	font-size: 108%;
	text-align: left;
	line-height: 170%;
}

.boxMenu {
	position: relative;
	min-height: 420px;
	border: 1px solid #A7CCFF;
	background: #E5E4E6;
}

.boxMenu a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.boxMenu a:hover {
	background-color: rgba(243, 243, 243, 0.3);
}

.imgScreen {
	display: block;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	backface-visibility: hidden;
}

.labelDate {
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 15px;
	color: #9f9f9f;
	font-size: 93%;
}

.labelMenuTitle {
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 15px;
	font-size: 146.5%;
}

.labelMenuItem {
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 15px;
	line-height: 170%;
}

.boxPapers {
	background: #fffffe;
}

/*
######################################################################
Footer
######################################################################
*/
#boxFoot {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 100%;
	bottom: 0;
	width: 100%;
	height: 50px;
	font-size: 93%;
}

/*
######################################################################
Sentences common
######################################################################
*/
b, strong, h2, h3, h4, th {
	font-weight: normal;
	font-family: "PT Sans Bold";
}

em {
	font-weight: normal;
	font-family: "PT Sans Italic";
}

td {
	font-weight: normal;
}

pre {
	font-size: 85%;
	font-family: "PT Sans Mono";
}

p {
	padding-left: 1em;
	line-height: 170%;
}

dt {
	margin: 0.5em 1em;
	line-height: 160%;
}

dd {
	margin: 0 1em 2em 1em;
	line-height: 160%;
}

li {
	list-style: none;
}

hr {
	width: 61.8%;
	border-top: 1px solid #DCDDDD;
}

input {
	vertical-align: middle;
}

select, .textbox {
	padding: 0 0.5em;
	border: 1px solid #aaa;
	border-radius: 3px;
	background: #fff;
	font-size: 123.1%;
	font-family: "PT Sans Bold";
}

.em {
	font-weight: normal;
	font-family: "PT Sans Italic";
}

.emb {
	font-weight: normal;
	font-family: "PT Sans Bold Italic";
}

/*
######################################################################
<a> Common
######################################################################
*/
a {
	color: #0b5fa5;
	text-decoration: none;
	cursor: pointer;
}

a:link {
	color: #0b5fa5;
	text-decoration: none;
}

a:visited {
	color: #0b5fa5;
}

a:hover {
	color: #ff9400;
	text-decoration: underline;
}

a img {
	border-style: none;
	text-align: right;
	vertical-align: middle;
}

/*
######################################################################
Layout common
######################################################################
*/
.big {
	font-size: 153.9%;
}

.small {
	font-size: 93%;
}

.lineTitle {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.1em;
	border-left: 10px solid #814FBD;
	background-color: #F4EAFC;
	font-size: 153.9%;
	line-height: 170%;
	text-indent: 0.5em;
}

.lineSubTitle {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.35em;
	border-left: 10px solid #A7CCFF;
	font-size: 153.9%;
	text-indent: 0.5em;
}

.lineSection {
	margin-top: 2em;
	margin-left: 2.5em;
	font-size: 138.5%;
}

.areaCommon {
	margin-left: 1.35em;
	font-size: 108%;
	line-height: 170%;
}

.boxCommon {
	margin-bottom: 1px;
	padding: 0.5em 1em 1em 1em;
}

.areaView {
	display: flex;
	justify-content: flex-start;
}

.boxView {
	display: block;
	width: 29.1%;
	margin-top: 2em;
	margin-left: 3em;
}

.boxView img {
	padding-left: 1em;
}
/*
######################################################################
Layout common -- List --
######################################################################
*/
.defaultList, .defaultList li {
	padding: 0px;
	margin: 0px;
	line-height: 170%;
}

.defaultList li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0.5em 0px 0.7em 1.5em !important;
}

.listCheck li {
	position: relative;
	padding-left: 20px;
}

.listCheck li:after, .listCheck li:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	background: #aaa;
	content: '';
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.listCheck li:before {
	top: 12px;
	left: 3px;
	height: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/*
######################################################################
Buttons
######################################################################
*/
/* --- Search button ---------------------------------------------- */
.buttonStyle {
	border: none;
	width: 40px;
	height: 24px;
	background: transparent;
	color: #FFF;
}

.buttonLinkSearch {
	display: block;
	height: 24px;
	margin-right: 1.5em;
	padding: 1px;
	border-radius: 4px;
	background-color: #6b90da;
	text-decoration: none;
}

.buttonLinkSearch:hover {
	top: 0;
	left: 0;
	box-shadow: none;
	background: #bce200;
}

/* --- Reset button ----------------------------------------------- */
.buttonLinkMono {
	width: 120px;
	text-align: center;
}

.buttonLinkMono2 {
	margin-right: 1em;
	text-align: center;
}

.buttonLinkMono input {
	display: block;
	height: 26px;
	margin: 2px 0 0 0;
	padding-top: 1px;
	border: none;
	border-radius: 4px;
	background-color: #a0a0a0;
	color: #fff;
	font-size: 100%;
	font-family: "PT Sans Bold";
	text-decoration: none;
}

.buttonLinkMono2 input {
	display: block;
	height: 26px;
	margin: 2px 0 0 0;
	padding-top: 1px;
	border: none;
	border-radius: 4px;
	background-color: #0b5fa5;
	color: #fff;
	font-size: 100%;
	font-family: "PT Sans Bold";
	text-decoration: none;
}

.buttonLinkMono input:hover {
	top: 1px;
	left: 1px;
	box-shadow: none;
	background: #bce200;
}

.buttonLinkMono2 input:hover {
	top: 1px;
	left: 1px;
	box-shadow: none;
	background: #bce200;
}

#submit, #reset, #example1, #example2, #example3, #example4 {
	cursor: pointer;
}

.areaButton {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1em;
}

/*
######################################################################
Input common
######################################################################
*/
.groupBox, .groupBoxSelect {
	margin-right: 1em;
	padding: 0.25em 0.5em;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 108%;
	font-family: "PT Sans Bold";
	cursor: pointer;
}

.groupBox {
	background: #fefdf9;
}

.groupBoxSelect {
	background: #ffffbb;
}

/*
######################################################################
Message
######################################################################
*/
.warning {
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.1em;
	border-left: 10px solid #DA906B;
	background-color: #FFF0E5;
	font-size: 153.9%;
	line-height: 170%;
	text-indent: 0.5em;
}

/*
######################################################################
Policy
######################################################################
*/
.areaPolicy {
	margin-left: 1.35em;
	line-height: 170%;
	font-size: 108%;
}

/*
######################################################################
Contact
######################################################################
*/
.areaContact {
	margin-left: 1.35em;
	line-height: 170%;
	font-size: 108%;
}

/*
######################################################################
About
######################################################################
*/
.areaAbout {
	margin-left: 1.35em;
	line-height: 170%;
	font-size: 108%;
}

/*
######################################################################
Keyword Form
######################################################################
*/
.boxKeyword {
	padding-top: 1em;
	margin-bottom: 1px;
	background: #fffffe;
}

.areaSelectType {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1em;
	margin-bottom: 0.5em;
	vertical-align: middle;
}

.areaExample {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1em;
	margin-bottom: 1em;
}

#inputKeyword {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

#idType1, #idType2, #idType3, #idType4 {
	margin-bottom: 0.5em;
}

/*
######################################################################
Property Form
######################################################################
*/
.tableProperty {
	table-layout: fixed;
	width: 95%;
	margin-right: 1em;
	margin-bottom: 2px;
	margin-left: 1.3em;
	border-collapse: separate;
	border-spacing: 0px 0px;
	border-radius: 8px;
}

.areaPropertyTitle {
	table-layout: fixed;
	width: 32%;
	padding-right: 1em;
	padding-left: 1em;
	border-left: 10px solid #A7CCFF;
	background: #E5E4E6;
	font-size: 123.1%;
	text-indent: 0.5em;
}

.areaPropertyQuery {
	width: 68%;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background: #F3F3F2;
}

/*
######################################################################
DropMet
######################################################################
*/
.tableDetals {
	width: 95%;
	margin-bottom: 2em;
	margin-left: 2em;
	border-collapse: separate;
	font-size: 100%;
	text-align: left;
	line-height: 170%;
}

.tableColsTag {
	width: 29.2%;
	background-color: #EAF4FC;
}

.tableColsData {
	width: 70.8%;
}

.tableColsTag, .tableColsCells {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.tableColsCells {
	background-color: #F3F3F2;
}

.boxDownload {
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	border-radius: 3px;
	background-color: #DCDDDD;
}

.listDownload {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.listDownload li:last-child {
	margin-right: 1em;
	margin-left: auto;
}

.labelUnit {
	font-size: 85%;
}

.labelNo {
	font-size: 85%;
}

/*
######################################################################
BLSOM
######################################################################
*/
.flex-caption {
	left: 0;
	bottom: 0;
	width: 96%;
	margin-top: 1em;
	margin-left: 2em;
	padding: 2%;
	background: #E5E4E6;
	font-size: 108%;
	line-height: 170%;
}

.labelCaption {
	margin-top: 0;
	margin-bottom: 1.5em;
	font-size: 138.5%;
	text-align: center;
}

.tableCaption {
	width: 95%;
	margin-bottom: 2em;
	margin-left: 2em;
	border-collapse: separate;
	font-size: 100%;
	line-height: 170%;
	text-align: left;
}

.tableColsLocusId, .tableColsProbeId, .tableColsDescription {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.tableColsLocusId {
	width: 19.1%;
	background-color: #EAF4FC;
}

.tableColsProbeId {
	width: 19.1%;
	background-color: #EAF4FC;
}

.tableColsDescription {
	width: 61.8%;
	background-color: #FFFFFE;
}

/*
######################################################################
Result
######################################################################
*/
.boxResult {
	margin-left: 2em;
	margin-bottom: 1px;
	width: 80%;
	padding: 1em;
}

.tableSummary {
	width: 95%;
	margin-bottom: 2em;
	margin-left: 2em;
	border-collapse: separate;
	font-size: 100%;
	line-height: 170%;
	text-align: left;
}

.tableSummaryTitle {
	background-color: #A7CCFF;
	font-weight: normal;
	font-size: 85%;
	line-height: 150%;
	text-align: center;
}

.tableSummaryCells {
	padding-right: 1em;
	color: #222;
	font-size: 93%;
	text-align: right;
}

.tableSummary tr:nth-child(even) {
	background-color: #F3F3F2;
}

.tableSummary tr:nth-child(odd) {
	background-color: #E5E4E6;
}