/* guide */
#guide *{
	box-sizing:border-box;
	line-height:1.6;
}


.guide-download figcaption{
	text-align:center;
	padding:5px;
}

.guide-cover{
	margin:0 auto;
	background:url(../images/cover.jpg) no-repeat;
	width:800px; height:1120px;
	border-radius:5px;
	overflow:hidden;
	text-indent:-99999em;
	box-shadow:0 1px 3px rgba(0,0,0,.3);
}
