@font-face{font-family: mplus-bold; src: url(../fonts/mplus-bold.ttf);}
@font-face{font-family: mplus-regular; src: url(../fonts/mplus-regular.ttf);}
*{box-sizing: border-box;word-break: break-word;font-family: mplus-regular;}
body{margin:0;box-sizing: border-box;}
.pdf-view h1{color: #9b6881;text-align: center;font-family: mplus-bold;margin: 0;border-bottom: 2px solid;font-size: 22px;letter-spacing: 1px;}
.pdf-view h3{color: #9b6881;margin-top: 50px;font-size: 16px;}
.pdf-view{width:100%;height:100%;background:#525659;padding:60px 20px;}
.pdf-content{max-width:830px;width:100%;background:white;padding:80px 100px 50px 100px;margin:10px auto;box-shadow: 0 0 10px #1f1f1f;}
.pdf-view .indent{text-indent:-20px;padding-left:20px;text-align:justify;font-size: 13px;}
.pdf-view a{color:inherit;text-decoration: none;padding-right: 5px;}
.pdf-view .foot-1, .pdf-view .foot-3{max-width: 100%;width:45%;float: left;font-size: 11px;}
.pdf-view .foot-2{max-width: 100%;width: 10%;float: left;text-align: center;font-size: 12px;}
.pdf-view .footer{padding: 35px 0 0 0;}
.pdf-view .foot-3{text-align:right;}
.clearfix{clear:both;display:block;}
@media screen and (max-width:767px){
	.pdf-view .foot-1,.pdf-view .foot-2,.pdf-view .foot-3{width:100%;text-align:center;}
	.pdf-content{padding:50px;}
}
@media screen and (max-width:450px){
	.pdf-content h1,.pdf-content h2,.pdf-content h3,.pdf-content h4,.pdf-content h5{font-size:8vw;}
	.pdf-content{padding:20px;}
}