@charset "UTF-8";

/* academic_presentation */
.section {
width: 800px;
margin-bottom: 20px;
}

.section.bottom {
margin-bottom: 0;
}

.section h3 {
font-size: 13px;
font-weight: bold;
margin-left: 5px;
margin-bottom: 4px;
width: 560px;
float: left;
}

.section .caption {
width: 560px;
float: left;
margin-left: 5px;
}

.section .pdf-link {
width: 200px;
float: right;
}

.section .pdf-link a {
background: transparent url(../images/common/icon_pdf.gif) no-repeat left top;
padding-top: 15px;
padding-left: 50px;
width: 150px;
height: 41px;
display: block;
}
