/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background-color:#333333;
color:#CCCCCC;
font-size:12px;
}
img{
border:none;
}
strong{
font-weight:normal;
}

.fc{
visibility:hidden;
clear:both;
}

#head{
width:100%;
height:16px;
padding:5px 0 0 0;
text-align:center;
background-color:#3D3D3D;
}
#head h1,#head p{
display:inline;
font-size:10px;
color:#8D8D8D;
font-weight:normal;
padding:0px 5px 0 0;
}

#contents{
width:100%;
background-color:#000000;
padding:70px 0 70px 0;
text-align:center;
}
#contents p{
font-size:10px;
line-height:16px;
}
#contents p.caution{
color:#FF7B0F;
padding:50px 0 40px 0;
line-height:20px;
font-size:12px;
}
#contents div.certify{
width:330px;
margin:0 auto 60px auto;
}
#contents div.certify p.in{
float:left;
}
#contents div.certify p.out{
float:right;
}
#contents p.mobQrcode{
margin:0 0 30px 0;
}

#footer{
background-color:#333333;
border:solid #D33158;
border-width:2px 0 0 0;
height:40px;
padding:25px 0 0 0;
text-align:center;
}
