#wrapper {
width:100%;
height: auto;
display: block;
position: absolute;
padding-top:50px;
}

header {
width:100%;
height: auto;
display: block;
margin:0 auto;
}
header h1 {
width:120px;
height: 118px;
display: block;
margin:0 auto 20px;
}
header h1 a {
width:120px;
height: 118px;
display: block;
text-indent: -9999px;
background-image: url("../img/sj_ci.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}

main {
width:100%;
max-width:640px;
height: auto;
display: block;
padding:0 5% 15px;
margin:0 auto;
}

.mtitle {
width:80%;
height: auto;
display: block;
margin:0 auto 30px;
}

main h2 {
font-size:12px;
font-weight: 700;
line-height: 1.4em;
text-align: center;
margin-bottom: 10px;
}

main p.phonebn {
width:240px;
height: auto;
display: block;
margin:0 auto 0px;
}
main p.phonebn a {
width:240px;
height: auto;
display: block;
}

main h3 {
font-size:14px;
color:#222;
font-weight: 700;
line-height: 1.25em;
text-align: center;
margin-bottom: 15px;
}
main p {
font-size:0.8em;
line-height: 1.5em;
margin-bottom: 0;
}

footer {
width:90%;
height: auto;
display: block;
padding:5px 0px;
border-top:1px solid #ccc;
margin:0 auto;
}
footer p {
text-align: center;
font-size:0.7em;
margin-bottom: 0px;
color:#999;
}