@charset "UTF-8";
/*----------------------------------------------------
	#main
----------------------------------------------------*/
.bannerArea {
	margin-bottom:10px;
}
.bannerArea a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}

.imageBoxwrap {
	margin-bottom:20px;
}

.movieBox {
	overflow:hidden;
	margin-bottom:30px;
}
.movieBox video {
	width:310px;
	float:left;
}
.movieBox .description {
	width:300px;
	float:right;
}

#temporary {
	text-align:center;
	margin:100px 0 0;
}

#feature p {
	font-size:120%;
	font-weight:bold;
	line-height:1.5;
}
#feature ol {
	padding-left:20px;
}

.recommendArea {
	overflow:hidden;
	margin-bottom:20px;
}
.recommendArea .lbox {
	width: 310px;
	float:left;
	clear:both;
}
.recommendArea .rbox {
	width: 310px;
	float:right;
	margin-bottom:5px;
}
.mainArea section .recommendArea p {
	background:url(../../img/mark.png) center left no-repeat;
	padding-left:15px;
	font-weight:normal;
	margin-top:-10px;
}

#pdflink {
	text-align:center;
	margin-bottom: 20px;
}
#pdflink a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
} 

.fitBox {
	border-bottom :1px solid #FEA300;
	padding-bottom:15px;
	margin-bottom:20px;
}
.fitBox table {
	margin-top:10px;
}
.fitBox table tr td {
	vertical-align:middle;
	line-height:1.5;
}
.fitBox table tr td img {
	margin-right:10px;
	vertical-align:bottom;
}
.fitBox table tr td .bad {
	color:#CC0000;
}

.last {
	border-bottom:none;
}
.last table tr td img {
	margin-bottom:15px;
}

#fBox tr {
	border-bottom:1px solid #CCC;
}
#fBox td {
	vertical-align:middle;
	padding:10px 0;
}
