@charset 'utf-8';
@import url("./common/reset.css");
@import url("./common/style.css");


#contents {
 margin:15px auto 30px;
 text-align:center;
 width:1042px;
}


#privacy {
 text-align:left;
 width:990px;
 margin-left:26px;
}
#privacy p {
 font-size:18px;
}
#privacy dl {
 margin-top:60px;
}
#privacy dt {}
#privacy dd {
 margin-top:20px;
 margin-bottom:60px;
 color:rgb(71,71,71);
}