@charset "utf-8";
/* CSS Document */

.nav-a ul>li.is-current a {
    font-weight: 500;
}

.section.lead {
	margin-top: 0;
}
.section.lead .box-a {
	background: #fff;
}

.section.interview h2.hdg-b strong {
	display: block;
	font-size: 1.6rem;
}
.section.interview .lay2col {
	padding-bottom: 28px;
}
.section.interview .lay2col:last-of-type {
	padding-bottom: 0;
}
.section.interview .lay2col .col1 {
    float: left;
}
.section.interview .lay2col .col2 {
    padding-left: 50px;
}
.section.interview hr {
	margin-bottom: 34px;
	border: dotted 1px #ccc;
}
.section.interview .lay2col + .list-notes-a {
	margin-top: 28px;
}
@media only screen and (max-width: 480px) {
.section.interview .lay2col + .list-notes-a {
	margin-top: 28px;
}
}