@charset "UTF-8"; 

@import "../../common/css/screen.css";

/* トップ */

.Movie
{
	padding-top: 20px;
	text-align: center;
}
.resultWrap	{
	width: 800px;
	background:url(img/result_bottom.jpg) no-repeat bottom;
	margin: 0px auto 30px;
	padding-top: 20px;
	text-align: center;
}
.result	{
	width: 800px;
	background: url(img/result_top.jpg) no-repeat;
	padding: 40px 0 50px;
}
.result .resultList	{
	width: 675px;
	background: url(img/result_body.gif) repeat-y;
	padding: 0 70px;
	margin-bottom: 50px;
}
.result .resultList li	{
	width: 217px;
	float: left;
	text-align: left;
}
.resultList .list	{
	margin-right: 12px;
}
.resultList dt	{
	width: 212px;
	color: #4D4543;
}
.resultList dd	{
	padding: 5px 10px;
	margin-top: -5px;
	font-size: 12px;
}
.bgA	{
	background: url(img/text_bg.jpg) no-repeat;
}
.bgB	{
	background: url(img/text_bg.jpg) no-repeat;
}
.bgC	{
	background: url(img/text_bg.jpg) no-repeat;
}
.bgD	{
	background: url(img/text_bg.jpg) no-repeat;
}
.bgE	{
	background: url(img/text_bg.jpg) no-repeat;
}
.bgF	{
	background: url(img/text_bg.jpg) no-repeat;
}
.result_about	{
	clear: both;
	width: 515px;
	margin: 0 auto 10px;
	text-align: left;
}
.result_about .left	{
	width: 235px;
	float: left;
}
.result_about .right	{
	width: 235px;
	float: right;
}
.left dt,.right dt	{
	margin-bottom: 10px;
	color: #6D5A56;
	padding: 0 15px;
}
.result .teach	{
	clear: both;
	text-align: right;
	margin-right: 90px;
	color: #F398B7;
}
.result .teach a	{
	color: #F398B7;
}
.result:after, .result .resultList:after, .result_about:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
 
* html .resultList dd, 
* html .left dt,
* html .right dt
{
	font-size: 12px;
}
 
*:first-child+html .resultList dd, 
*:first-child+html .left dt,
*:first-child+html .right dt
{
	font-size: 12px;
}
 

