@charset "UTF-8";
/* CSS Document */

#title{
background: url("../img/07-title.png") no-repeat;
background-position:center bottom;
background-size:cover;  
max-width: 1200px;
height: 400px;
margin: 0 auto;
position: relative;
}
#title h2{
position: absolute;
bottom: 0;
left: 50px;
color: #fff;
font-size: 300%;
padding: 20px;
font-weight: 900;
line-height: 0.7em;
}
#title .right-top{
position: absolute;
top: 0;
right: 20px;
color: #fff;
font-size: 1.8em;
padding: 20px;
font-weight: 300;
letter-spacing: 0.1em;
}
#title font{
font-size: 45%;
font-weight: 500;
}
.inner-s{
max-width: 935px;
margin: 0 auto;
padding: 0 20px;
}

.col-sm-6{
text-align: center;
margin-bottom: 20px;
}
.pdf-preview{
width: 80%;
margin: 0 auto;
}
.pdf-preview img{
width:100%;
border: 1px solid #7E7E7E;
}
.pdf-preview a img{
border: none;
}
.pdf-preview h4{
margin: 15px 0;
text-align: center;
font-size: 1.5em;
}
.pdf-preview .button{
background-color: #EDB033;
padding: 5px 15px;
color: #fff;
border-radius:5px;
vertical-align: baseline;
display: inline-block;
margin: 0 auto;
}
.pdf-preview .button img{
width: 19px;
}
.comment{
margin-top: 50px;
width: auto;
}
.comment h4{
font-size: 1.5em;
margin-bottom: 10px;
}
.comment font{
color: #EDB033;
}
.comment p{
padding-left:1em;
text-indent:-1em;
padding: 5px 2em;
}




