@charset "Shift_JIS";

/* ------------------------------ Import Other Style Sheet ------------------------------ */

@import url(common.css);

/* ------------------------------ Import Other Style Sheet ------------------------------ */

.view {
	position: relative;
}

.view #interview {
	width: 914px;
}

.view #interview #photo {
	width: 310px;
	vertical-align: top;
}

.view #interview #name {
	width: 350px;
	vertical-align: top;
}

.view #interview #selector {
	background: transparent url(../images/interview/bg_selector.jpg) left top no-repeat;
	padding-left: 65px;
}

.view #interview #selector select {
	width: 180px;
}

.view #interview #body {
	height: 300px;
	vertical-align: top;
}

.view #interview #body .scrollable {
	height: 285px;
	padding-top: 5px;
	padding-right: 10px;
}

.view #interview #body .scrollable .heading {
	color: #666;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

.view #interview #body .scrollable .lead {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.view #interview #body .scrollable .qa {
	color: #666;
	padding-bottom: 5px;
}

.view #interview #body .scrollable .qa dt {
	color: #e22778;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.view #interview #body .scrollable .qa dd {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.view #interview #body .scrollable .name {
	padding: 0px;
	margin: 40px 0px 20px 0px;
	border-top: 2px solid #e22778;
	border-bottom: 2px solid #e22778;
}

.view #interview #body .scrollable .name .cast {
	color: #e22778;
	font-size: 24px;
	font-weight: bold;
}

.view #interview #body .scrollable .name .char {
	padding-left: 1em;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
