@import "../css/standard.css";

/* メイン
-------------------------------------------------- */
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container h2 {
	margin-top: 15px;
}
h3 {
	font-size: 26px;
	line-height: 3ex;
	font-weight: normal;
	margin-top: 30px;
}
#movie {
	height: 432px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #CCC;
	border: 1px solid #666;
}

#textbox {
	font-size: 40px;
	line-height: 1.7em;
	font-weight: normal;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #58A3CA;
	padding-top: 50px;
}
.ques {
	font-weight: bold;
	color: #4987B7;
}
