@charset "utf-8";


h3.open{
    border-bottom: 1px dotted #a9a9a9;
    cursor: pointer;
    margin: 0;
    font-size:16px;
}

.open::after        { content: " ▼"; }
.open.active::after { content: " ▲"; }


h2.title{
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: lighter;
}
.op-6 li:last-child{
    list-style-type: none;
    margin-left:-20px;
    cursor:pointer;
    padding-left:0;
    text-align:center;
    border:solid 1px #ccc;
    background:#eee;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
}
.op-4{
   font-size:16px;
}
.op-4 a{
   font-size:16px;
   color:#0069B3;
   font-weight:bold;
}
