@charset "UTF-8";

section h3 {
	color: #81191B;
	font-weight: normal;
	font-size: 25px;
	border-top: #ccc 4px solid;
	border-bottom: #ccc 1px solid;
	line-height: 1;
	padding: .8em 0;
}
section .content {
	padding: 1em 0 2em;
}
section .content:after {content:""; display:block; clear:both;}
section .content dl {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px 50px;
}
section .content dl:after {content:""; display:block; clear:both;}
section .content dt {
	clear: left;
	float: left;
	width: 6em;
	font-weight: bold;
	white-space: nowrap;
	padding: 1em 0 0;
}
section .content dd {
	border-bottom: #ccc 1px dotted;
	margin: 0;
	padding: 1em 0 1em 6em;
}
section .content dd.noColumn {
	padding-left: 0;
}
section .content dd.wide {
	border-bottom: #ccc 1px dotted;
	padding-left: 10em;
}
section .content dd:after {content:""; display:block; clear:both;}
section .content .att {
	color: #81191b;
	margin: 10px 0 0 50px;
}
section .content.job ul {
	font-size: 30px;
	margin: 10px 0 0 50px;
}
section .content .btn-email {
	color: #2EA7E0;
	text-decoration: underline;
}

/*----------------------
 interview
---------------------*/
section .interview {
	position: relative;
	background-color: #F5F5F5;
	margin: 4em 0;
	padding: 60px;
}
section .interview p {
	padding-bottom: 0;
}
section .interview .shoulder {
	position: absolute;
	color: #808080;
	background-color: #fff;
	text-align: center;
	width: 12em;
	left: 2px;
	top: 2px;
	padding: .5em 0;
}
section .interview .heading {
	padding: 2em 0 1em;
}
section .interview .heading::after { content: ""; display: block; clear: both; }
section .interview .heading .img {
	float: left;
	width: 150px;
	margin-right: 2em;
}
section .interview .heading .txt .ttl {
	font-size: 32px;
	line-height: 1.4;
	padding-bottom: .5em;
}
section .interview .heading .txt .name {
	font-size: 20px;
	padding-bottom: .2em;
}
section .interview .heading .txt .name span,
section .interview .heading .txt .year {
	font-size: 13px;
}
section .interview article .lead {
	font-size: 24px;
	text-align: center;
	padding: 1.5em 0 1em;
}
section .interview article .img {
	padding: 2em 0 0;
}


