@charset "utf-8";
body{
    background-image: url(../bg.png);
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: normal;
    color: #e0e0e0;
}
h1 {
    font-family: Georgia;
}
a {
    color: #a3c9bc;
}
a:hover {
    color: #a5f9d0;
}
dl dt {
    margin: 3px 0;
    color: #c0e0ea;
    font-family: Georgia;
    font-weight: bold;
    font-size: 1em;
}
dl dd {
    margin-left: 3em;
}
.img {
    position: absolute;
    left: 20px;
    top: 270px;
    width: 140px;
    height: 140px;
    opacity:0.3;
    filter: alpha(opacity=30);
    cursor: default;
}
.img:hover {
    opacity: 1;
    filter: alpha(apacity=100);
}
/* 更新用 */
.modified {
    display: none;
    z-index: 2;
    font-size: 14px;
}
.img:hover .modified {
    position: absolute;
    top: 50px;
    left: 120px;
    background-color: #f5f5f5;
    color: black;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 5px;;
    display: block;
}
.img:hover .modified:before {
    position: absolute;
    left: -6px;
    content: "◆";
    color: #f5f5f5;
    display: block;
}
.img:hover .modified time {
    display: block;
    margin-top: 8px;
    border-top: 1px #888 solid;
    padding-top: 2px;
    color: #888;
    text-align: right;
}
/* ==================== wrapper */
#wrapper {
    padding: 0 20px;
}
/* ==================== header */
header {
    height: 55px;
    font-size: 12px;
}
header h1 {
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
header p.subtitle {
    margin-left: 2em;
    font-family: Georgia;
    color: #eee;
}
/* ==================== footer */
footer p {
    height: 33px;
    font-size: 11px;
    line-height: 33px;
    text-align: right;
    color: #888;
}
/* ==================== #contents */
#contents {
    margin-top: 14px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
}
/* #contents > nav */
#contents nav ul.menu {
    width: 150px;
    font-size: 18px;
}
#contents nav ul.menu li {
    font-family: Georgia;
    background: rgba(10,15,10,0);
    padding: 8px 10px;
    border-width: 1px;
    color: #898989;
    cursor: pointer;
    border-bottom: 1px #889 dotted;
}
#contents nav ul.menu li.active {
    background: rgba(20,30,20,0.2);
    color: white;
}
#contents nav ul.menu li.hover {
    background: rgba(20,30,20,0.2);
    color: white;
    text-shadow: 0px 0px 12px #60ffa0;
}
/* #contents > .content */
.content {
    display: none;
    top: 0;
    left: 150px;
    background: rgba(20,30,20,0.1);
    text-align: left;
    font-size: 1.2em;
    border-radius: 0;
    -webkit-box-flex: 1.0;
    -moz-box-flex: 1.0;
    -ms-box-flex: 1.0;
    box-flex: 1.0;
    border-left: 1px #889 dotted;
    border-bottom: 1px #889 dotted;
}
.content.profile {
    display: block;
}
.content h1 {
    background: rgba(20,30,20,0.3);
    height: 75px;
    line-height: 75px;
    padding-left: 40px;
    font-size: 34px;
    border-bottom: 1px #889 dotted;
}
.content article {
    padding: 20px;
}
.content ol {
    margin-left: 0px;
}
.content ol li {
    margin: 1em 0;
    font-size: 0.9em;
}
.content span.me {
    color: #e8656f;
}
/*.content.profile,
.content.papers,
.content.conferences,
.content.misc,
.content.links {
  display: none;
}
*/
/* .profile */
.profile h1 {
    position: relative;
}
.privateSwitch .privateShow {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(20,30,20,0.6);
    border: 1px #888 solid;
    padding: 2px;
    color: #a0a5a0;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}
.privateSwitch .privateShow.active {
    border: 1px #fff solid;
    color: white;
}
.profile table td {
    background-color: rgba(20,30,20,0.1);
    border: 0px #4f4e4b solid;
    padding: 8px;
    font-size: 0.85em;
}
.profile table td:nth-child(1) {
    background-color: rgba(20,30,20,0.2);
    width: 150px;
    text-align: center;
    padding: 0 5px;
    color: #bfbfac;
    font-family: Georgia;
}
.profile table tr:nth-child(2n+1) > td:nth-child(2) {
    background-color: rgba(20,30,20,0.3);
}
.profile table dl dt {
    font-family: arial;
    font-weight: normal;
    font-size: smaller;
    color: #9f9580;
}
/* .papers */
.abstWrapper .abstButton {
    background-color: rgba(20,30,20,0.6);
    border: 1px #888 solid;
    margin: 5px 0 0 0;
    padding: 0 2px;
    color: #a0a5a0;
    cursor: pointer;
}
.abstWrapper .abstButton:hover {
    color: #fff;
    text-shadow: 0px 0px 12px #60ffa0;
}
.abstWrapper.active .abstButton {
    border: 1px #fff solid;
    color: white;
}
.abstText {
    color: skyblue;
    display: none;
    margin: 10px;
    padding: 0 0 5px 5px;
    width: 60%;
    text-align: justify;
}
/* .conferences */
.conferences h1 {
    position: relative;
}
.conferences h2 {
    font-family: Georgia;
    height: 30px;
    line-height: 30px;
    color: #d6f0ff;
}
/* conferences > select lang */
.selectConf {
    margin: 20px 0 0 20px;
}
.selectConf span {
    color: #888;
    cursor: pointer;
}
.memoSwitch span:hover,
.selectConf span:hover {
    color: #fff;
    text-shadow: 0px 0px 12px #60ffa0;
}
.selectConf span.active {
    color: #fff;
}
.conf,
.confj {
    position: relative;
}
.confj {
    display: none;
}
canvas {
    width: 1em;
    height: 0.7em;
}
/* conferences > memories */
.memoSwitch .memoShow {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(20,30,20,0.6);
    border: 1px #888 solid;
    padding: 2px;
    color: #a0a5a0;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}
.memoSwitch .memoShow.active {
    border: 1px #fff solid;
    color: white;
}
.memo {
    display: none;
}
.conferences.inactive .place {
    color: #bfbfac;
}
.conferences.inactive .remark {
    color: #fff;
}
.conferences.inactive p .me,
.conferences.inactive p {
    color: #546a5c;
}
/* .misc */
.misc dl dt {
    margin-top: 1em;
}
.misc dl dt:first-child {
    margin-top: 0;
}
/* private */
.private {
    display: none;
}
/* pc */
#pc td {
    background: transparent;
}
#pc .pc-period {
    width: 70px;
}
#pc .pc-spec {
    padding-top: 0;
    color: #b8c0c5;
}
#pc .pc-image {
    padding-top: 0;
}
#pc .pc-image img {
    width: 100px;
}