/* セレクタ */

/* ID */
#subject, #enzyme, #pathogen, #hemocyanin, #ig, #veno, #biomine, #lectin {
    font-size: 20px;
    font-weight: bold;
    /* background-color: lightgray; */
    color: black;
    margin-right: 100px;
	margin-left: 10px;
}

#detail {
    color: red;
}

.link-res {
	color:black;
	font-size: 20px;
	font-weight: bold;
}

#p1, #p2, #p3, #v1, #l1, #l2, #e1, #e2 {
    margin-left: 20px;
    margin-right: 50px;
}

#back {
    text-align: right;
	color: black;
}
.back {
	color: black;
}


/* class */
.article {
    margin: 20px;
}

.surround {
    border-width: 1px;
    border-color:#000000;
    border-style: solid;
}

.menu {
    padding: 5px;
}

input[type="checkbox"].on-off {
    display:none;
}

.menu ol {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 10px;
    padding: 0;
    list-style: none;
}
.menu li {
        padding: 5px;
}

input[type="checkbox"].on-off + ol{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ol{
    height: auto;
}
