#pdf {
	width: 720px;
}
#note {
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
	background-color: #64B2D8;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 28px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	margin-top: 20px;
}
#pdf p.lead {
	width: 680px;
	padding-top: 16px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 30px;
	line-height: 120%;
}
#pdf p.lead span {
	color: #C00;
}
#pdf .day {
	color: #FFF;
	background-image: url(../01pdf/images/pdf_header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
}
#pdf .day .date {
	float: left;
	width: 480px;
	font-size: 54px;
	line-height: 78px;
	height: 78px;
	padding-top: 2px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#pdf .day .count {
	color: #FFF;
	font-size: 36px;
	line-height: 80px;
	text-align: center;
	width: 220px;
	float: right;
}
#pdf .title {
	color: #FFF;
	font-size: 36px;
	line-height: 120%;
	text-align: center;
	width: 640px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1E283C;
	margin-top: -20px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 30px;
	font-weight: bold;
}
#pdf ul.download {
	margin-bottom: 30px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	height: 264px;
}
#pdf ul.download li {
	margin-bottom: 30px;
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-left: 20px;
	height: 264px;
}
#pdf ul.download li a {
	width: 300px;
	background-repeat: no-repeat;
	background-position: 28px 0px;
	display: block;
	height: 264px;
	text-indent: -9999px;
}
#pdf ul.download li.p1 a {
	background-image: url(../01pdf/images/pdf_p1.png);
}
#pdf ul.download li.p2 a {
	background-image: url(../01pdf/images/pdf_p2.png);
}
#pdf ul.download li.p1.off {
	background-image: url(../01pdf/images/pdf_p1_off.png);
	background-repeat: no-repeat;
	background-position: 28px 0px;
	text-indent: -9999px;
}
#pdf ul.download li.p2.off {
	background-image: url(../01pdf/images/pdf_p2_off.png);
	background-repeat: no-repeat;
	background-position: 28px 0px;
	text-indent: -9999px;
}
#pdf .app {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#pdf .app p {
	color: #4A5262;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 120%;
}
#pdf .app ul {
	margin-bottom: 30px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#pdf .app ul li {
	float: left;
	width: 272px;
	margin-right: 34px;
	margin-left: 34px;
}
#pdf .app ul li a {
	width: 272px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 70px;
	text-indent: -9999px;
}
#pdf .app ul li.android a {
	background-image: url(../01pdf/images/pdf_android.png);
}
#pdf .app ul li.iphone a {
	background-image: url(../01pdf/images/pdf_iphone.png);
}
