@charset "utf-8";
body{}

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
a,
a:link,
a:visited {
	text-decoration:underline;
	color:#1a5d8e;
}

a:hover,
a:active {
	color:#FF6600;
}

body > #wrapper {
    height: auto;
    min-height: 100%;
	background: #c4d5e1;
}

#contents {
	font-size:13px;
	background-color:#c4d5e1;
}

#inner {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding: 15px;
	background: #fff;
}

.clear {
	clear:both;
}


/*#footer {
	border-top:solid 1px #999999;
	padding-top:10px;
	margin-top:10px;
	text-align:center;
}*/

#head {
	height: 72px;
	width: 920px;
	overflow: hidden;	
}
#head h1 a{
	display:block;
	background:url('../images/header.jpg') no-repeat;
	width: 920px;
	height: 0;
	padding: 72px 0 0;
}

h2 {
	border-left:solid 5px #724E6B;
	color:#724E6B;
	font-size:25px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	margin-bottom:20px;
}

h3 {
	font-weight:bold;
	border-bottom:solid 1px #724E6B;
	color:#724E6B;
	font-size:20px;
	margin-bottom:10px;
}

h4 {
	font-weight:bold;
	color:#724E6B;
	font-size:20px;
	margin-bottom:10px;
}

/**/
#content {
	margin:20px 0;
	line-height:1.3em;
}

#content p {
	margin-bottom:20px;
}

#outline {
	margin: 20px 0;
	line-height: 1.6em;
	font-size: 14px;
}
#outline p {
	margin-bottom: 1em;
}

/*search_box*/
#search_box {
	background: #e7ebee;
	border: 1px solid #7c9db4;
	width: 730px;
	margin: 0 auto;
	padding: 20px 0;
}
#search_inner {
	width: 610px;
	margin: 0 auto;
}
#search_inner:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#main_search {
	float: left;
	width: 325px;
}
#main_search input {
	border: 0;
	padding: 5px;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	color: #666;
	background: #fff url(../images/loupe.gif) no-repeat  287px 7px;
	border: solid 2px #7c9db4;
	margin: 0 10px 0 0;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#button .submit,
#button .reset {
	font-size: 14px;
    border:1px solid #777;
    padding: 3px 10px;
    color: #fff;
    cursor: pointer;
    background: #72abd3;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#b5cad9),
        to(#72abd3)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #b5cad9,
        #72abd3
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffb5cad9,endColorstr=#ff72abd3);
    zoom: 1;
}
#main_search input:focus {
    border:solid 2px #EEA34A;
}
/*search_select*/
#search_select {
	float: left;
	margin: 0 10px 0 0;
	/*width: 200px;*/
}
#search_select label.custom-select select {
	height: 34px;
	margin: 0;
	border:solid 2px #EEA34A;
}
#search_select label.custom-select select > option {
	font-size: 14px;
}

/* button */
#search_inner #button {
	float: left;
	margin: 0;
}

/* commentary */
#commentary {
	margin: 30px 0 0 0;
}
#commentary ul{
	clear: both;
	width: 960px;
}
#commentary ul:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#commentary ul li {
	float: left;
	margin: 0 10px 0 0;
}

#commentary ul li a {
	display: block;
	width: 300px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
}

#commentary ul li.about a {
	background: url(../images/top_btn.gif) no-repeat 0 top;
}
#commentary ul li.about a:hover {
	background: url(../images/top_btn.gif) 0 bottom;
}

#commentary ul li.usage a {
	background: url(../images/top_btn.gif) no-repeat -310px top;
}
#commentary ul li.usage a:hover {
	background: url(../images/top_btn.gif) -310px bottom;
}

#commentary ul li.draw a {
	background: url(../images/top_btn.gif) no-repeat -620px top;
}
#commentary ul li.draw a:hover {
	background: url(../images/top_btn.gif) -620px bottom;
}


/* result */
.result_crumb {
	background: #e4daba;
	border-left: solid #d7ca9f 10px;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 15px;
}
.result_data {
	background: #f1ecda;
	border-bottom: dashed #8a7e57 1px;
	padding: 10px 0 0 0;
	position: relative;
}
.result_detail {
	margin-left: 95px;	
}
.result_detail .nomen_spe em {
font-weight: bold;
}

#content p.taxon,
#content p.gather_point,
#content p.DAIpo_WQ {
	background: url(../images/tag.gif) no-repeat;
	height: 30px;
	font-size: 14px;
	padding: 8px 0 0 10px;
	margin: 0 0 0 -10px;
}
#content p.gather_point {
	background-position: -15px 0;
}
.idno,
.daipo_taxon {
	color: #2e668d;
	font-size: 12px;
    font-weight: bold;
}
.idnumbered {
	font-size: 18px;
	margin-right: 5px;
}
.nomen_spe {
	font-size: 18px;
	text-indent: 2em;
}
.nomen_spe em {
	/*font-style: oblique;*/
}
.nomen_geo {
	font-size: 18px;
	text-indent: 2em;
}
.taxon,
.nomen_spe,
.nomen_geo,
.idnumbered,
.daipo_taxon,
.gather_point,
.DAIpo_WQ {
	font-weight: 700;
}
.daipo_taxon {
	margin-left: 20px;
}
.identic {
	font-size: 75%;
	font-weight: 200;
	margin: 1em;
}
	
/* gathering */
.gathering_detail {
	margin-left: 95px;	
	margin-top: -23px;
}
.gathering_detail .nomen_spe,
.gathering_detail .nomen_geo {
	font-size: 18px;
	text-indent: 2em;
}
/* DAIpo_detail */
/*.DAIpo_detail {
	margin-left: 110px;	
	margin-top: -23px;
}*/
.DAIpo_detail .nomen_spe,
.DAIpo_detail .nomen_geo {
	font-size:　24px;
    /*text-indent: 2em;*/
	margin-left: 0.2em;
}
#content p.DAIpo_WQ {
	width: 110px;
	float: left;
}
#content p.DAIpo_detail {
	padding: 6px 0 0 0;
}
/* manus */
#content p.manus,
#content .manus p {
	margin: 0 0 10px 15px;
}
.manus span,
.manus p span {
	margin-right: 10px;
	color: #2e668d;
}
#content p.manus span span,
.manus p span span {
	color: #333;
	font-weight: 700;
}
.manus p {
	position: absolute;
	line-height: 1.5em;
	top: 10px;
	right: 10px;
}

/* result_table */
.result_table .select {

}
.result_table .disnon {
  display: none;
}
.disnon {
  display: none;
}
.content_wrap h3,
#outline h3 {
	border-bottom: solid 2px #ccb56a;
	background: #e4daba;
	font-size: 14px;
	color: #254963;
	margin: 5px 0 10px;
  padding: 10px 0 7px 10px;
}
.content_wrap h3 span {
	font-weight: 300;
	font-size: 90%;
}

#tab li {
  float: left;
  width: 115px;
  height: 20px;
  padding: 13px 0 10px;
  list-style: none;
  cursor: pointer;
  background: #f1ecda;
  margin-right: 10px;
  text-align: center;
  color: #666;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
#tab li:hover {
    background: url(../images/dot_w2.gif);
}
#tab li.select {
  background: #e4daba;
  color: #333;
  font-weight: bold;
}
.result_table {
	margin: 20px 0;
}
.result_table .content_wrap {
  clear: left;
  background: #fff;
  width: 890px;
  border: solid 10px #e4daba;
  padding: 5px;
  min-height: 400px
}

/* data_table */

#tablefix {
	/*width: 870px;*/
	border-collapse: collapse;
}
/*tbody*/
#tablefix>tbody {
	/*float:left;
	overflow:auto;*/
}

/*tablescroll>nodata*/

.nodata {
	margin: 15px;
}
.nodata img {
	width: 750px;
	margin: 0 auto;
}
/*tr*/
.tablescroll_head tr {
	float:left;
}
/*th,td*/
.tablescroll_head th,
.tablescroll_head td {
	padding: 5px;
}

/*border*/
.tablescroll_head>thead>tr>th {
	background: #c4d5e1;
	font-weight: bold;
	font-size: 12px;
}

.tablescroll_body>tbody>tr:nth-child(even) {
	background-color:#fff;
}
.tablescroll_body>tbody>tr:nth-child(odd) {
	background-color:#eee;
}
/*.tablescroll table a {
	display: block;
}*/
/**/
.cell_ID {
	width: 70px;
}
.cell_Sampling {
	width: 485px;
}
.cell_Texa {
	width: 640px;
}
.cell_Texa .identic,
.cell_Sampling .identic {
	font-style: italic;
	font-size: 14px;
	color: #2f4bc3;
}
.cell_pH {
	width: 30px;
}
.cell_EC {
	width: 50px;
}
.cell_mDAIpo {
	width: 100px;
}
.cell_incidence {
	width: 40px;
}
.cell_recorded {
	width: 50px;
}
.cell_Species {
	width: 660px;	
}
.cell_Genus {
	width: 100px;
}

/**/
th.cell_pH,
td.cell_pH,
th.cell_EC,
td.cell_EC,
th.cell_mDAIpo,
td.cell_mDAIpo,
th.cell_incidence,
td.cell_incidence,
th.cell_recorded,
td.cell_recorded,
th.cell_Genus,
td.cell_Genus {
	text-align: center;
}

/* table */
#thetable2 tbody tr:hover {
	background: #faefe0;
}
#thetable2 tbody tr:hover td:hover {
	background: #f8e2c6;
}

.tablescroll td,
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:1px solid #ccc; }

.tablescroll td
{ padding:3px 5px; }

.tablescroll_wrapper
{ border-left:0; }

.tablescroll_head
{ font-size:11px; font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-bottom:3px; }

.tablescroll thead td
{ border-right:0; border-bottom:0; }

.tablescroll tbody td
{ border-right:0; border-bottom:0; }

.tablescroll tbody tr.first td
{ border-top:0; }

.tablescroll_foot
{ font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-top:3px; }

.tablescroll tfoot td
{ border-right:0; border-bottom:0; }