@charset "utf-8";
/* CSS Document */

#contents{
clear: both;
width: 99%; margin-left: auto; margin-right: auto;
padding: 25px 0px 50px 0px;
}

#conTitle{}

#conTitle h2{font-size: 20px; letter-spacing: 3px; font-weight: bold;}

#conTitle h2.authorTitle{letter-spacing: 1px;}
#conTitle h2.authorTitle span{font-size: 16px;}


/* 検索結果 */
#result{
clear: both;
width: 1000px; margin-left: auto; margin-right: auto;
margin-top: 5px;
border-top: solid 1px gainsboro;
border-bottom: solid 1px gainsboro;
text-align: left;
}

#result div.toBack{
width: 98%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
}

#result div.toBack p a{
font-size: 14px;
font-weight: bold;
}

#howNo{
margin-bottom: 5px;
text-align: center;
}

#howNo p{
font-size: 12px;
line-height: 1.35em;
letter-spacing: 1px;
}

#howNo p span{
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
color: red;
}

div.matchT{
margin-left: 0px;
}

#result div.matchT table{
width: 750px;
margin-left: auto; margin-right: auto;
}

div.matchT table td{
width: 100px;
text-align: center;
border: 0px red solid;
}

div.matchT table td.matchTmid{
width: 100px;
border: 0px green solid;
}

#resultFm table{
width: 100%; margin-left: auto; margin-right: auto;
margin-top: 3px;
margin-bottom: 7px;
border-spacing: 1px;
border: 2px solid gainsboro;
border-collapse: collapse;
font-size: 12px;
}

#resultFm table th{
padding: 8px 5px 6px 5px;
white-space: nowrap;
border: gainsboro 1px solid;
background-color: whitesmoke;
font-weight: normal;
letter-spacing: 1px;
text-align: center;
}

#resultFm table td{
padding: 3px 3px 3px 3px;
border-left: whitesmoke 1px solid;
border-right: whitesmoke 1px solid;
border-top: gainsboro 1px solid;
border-bottom: gainsboro 1px solid;
letter-spacing: 0px;
text-align: left;
line-height: 1.25em;
}

#resultFm table td.resu02 {width: 90px; background-color: ghostwhite; color: black; text-align: center;}

td.resu03 {}

td.resu04{width:70px;}

td.resu05{width: 100px;} /*文献*/

td.resu05 a{
text-decoration: underline;
}

td.resu05 .toSpecList{
font-size: 10px;
letter-spacing: 1px;
}

td.resu05 form input{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background-color: whitesmoke;
border: solid 1px #999999;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
vertical-align: middle;
padding: 2px 2px 2px 2px;
}

td.resu05 form input:hover{
border-color: steelblue;
background-color: aliceblue;
}

td.resu06{width: 70px;}

td.resu07{width: 70px;}

td.resu08{width: 70px;}

td.resu09{width: 70px;}

#resultFm table td.resu99{width: 75px; text-align: center;}

button{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border: solid 1px #999999;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
vertical-align: middle;
padding: 3px 3px 3px 3px;
}

button.infoSpe{
background-color: lavender;
}
button.infoSpe:hover{
border-color: steelblue;
background-color: aliceblue;
}

button.infoPho{
border-color: steelblue;
background-color: lightblue;
}
button.infoPho:hover{
background-color: aliceblue;
}
/* 検索結果 */

/* エラー表示 */
.error{
height: 450px;
}

.error p{
text-align: center;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}
/* エラー表示 */
