@charset "shift_jis";
/* CSS Document */
.nav_rev a{
	opacity:0;
}

#rev_ul li{
	list-style:none;
	padding:10px;
	border-bottom:1px solid #333;
}

#rev_ul li>a{
	display:inline-block;
	width:30%;
	float:left;
	margin-right:5px;
}

.rev_name{
	color:#C3F;
}

.rev_body{
	line-height:1.2;
}

#mov_page{
	padding:10px 0;
}

#mov_page a{
	display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	background:#FF00FF;
	border-radius:5px;
	float:left;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

#mov_page a.btn_next{
	float:right;
}
