@charset "UTF-8";
/** Additional Style Sheet for Activity Reports
 *
 *  Written by Masamitsu Tanaka, Nagoya Univ. 2016/02/15
 **/


/* text */
h3 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    color: #006345;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #006345;
}

.date {
    font-size: 14px;
}

.activity {
    padding: 10px 0 40px 0;
}

.activity p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.supplemental {
   color: #888888;
   font-size: 14px;
}



/* photos */
.rphoto {
    float: right;
    padding: 20px 0px 4px 20px;
}

.rphoto img {
    vertical-align:bottom;
    padding-bottom: 8px;
}
