@charset "utf-8";

#popup .page {
	background: none;
}
#popup .header {
	width: auto;
	height: auto;
	margin: 0 auto 60px;
	border-bottom: 1px solid #f1f1f1;
}
#popup .header .logo {
	width: 740px;
	padding: 0 5px;
	margin: 0 auto;
}
#popup .content {
	width: 664px;
	padding: 0 43px;
}
#popup .content .content-title {
	margin: 0 -18px 45px;
}
#popup .content .history-back {
	top: 0;
}
#popup .content .mascot {
	margin: 0;
}
#popup .content .vcard {
	float: right;
	width: 208px;
}
#popup .content .vcard .photo {
	border: 3px solid #e2e2e2;
}
#popup .content .vcard h2 {
	font-size: 1.0em;
	padding: 0;
	margin: 1.2em 0;
	background: none;
}
#popup .content .vcard h2 .title {
	display: block;
}
#popup .content .vcard h2 .fn {
	font-size: 1.5em;
}
#popup .content .vcard .bio {
	font-size: 1.0em;
}
#popup .content .message {
	width: 416px;
}
#popup .content .message .lead {
	width: auto;
	font-size: 1.5em;
	padding: 0;
	background: none;
	margin: 0 0 1.6em;
	font-weight: bold;
}
#popup .content .message .play-video {
	padding: 48px 0;
	margin: 45px 0 0;
	background: #e9e9e9;
	text-align: center;
}
#popup .footer .close-this-window {
	position: absolute;
	top: 11px;
	left: 50%;
	width: 350px;
	margin: 0;
	text-align: right;
}
#popup .footer .copy {
	width: 750px;
}
