h3 {
  font-size : 1.7em;
  font-weight : bold;
  margin-bottom : 25px;
}
h3 span {
  border-bottom : solid 1px #000000;
}
#mainContents {
  margin-top : 20px;
  letter-spacing : 1px;
}

#msgBox {
  font-size : 1.2em;
  display : table;
  border : double 3px #888888;
  width : 600px;
  padding : 20px;
  margin-left : auto;
  margin-right : auto;
}
#msgBox .text {
  text-align : left;
  margin : 20px;
  line-height : 1.7em;
}
#pinfoPolicy .address {
  margin : 0 0 0 10px;
  padding-top : 10px;
  text-align : right;
}

#pinfoPolicy {
  clear : both;
  border-top : dotted 3px #888888;
  padding-top : 5px;
  margin-top : 5px;
  display : box;
  width : 100%;
  height : 100%;
}
#pinfoPolicy .pMark {
  margin-top : 5px;
  clear : both;
  float: left;
  display : box;
}
