@charset "utf-8";

#corpo {
	display: none;
}

main {
    background: #f9f7f4;
}

#result {
	margin-top: 60px;
	margin-bottom: 80px;
}

#interview_body h3.mainTitle {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
	line-height: 50px;
}

#interview_body h3.mainTitle span {
    font-size: 18px;
	display: block;
	font-weight: normal;
}

#interview_body {
    padding: 40px 0;
}

main a:hover {
    color: #231815;
}

#interviewDetail.voiceDetail {
    margin-top: 50px;
}

main#interview_body.underPage h2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {


	#interview_body h3.mainTitle {
		margin-bottom: 0;
		font-size: 22px;
		line-height: 32px;
	}

	#interview_body h3.mainTitle span {
		font-size: 12px;
	}

	#interview_body {
		padding: 0 0 20px;
		margin-bottom: 40px;
	}	
		
	
	
}


