.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#all_hr {
    border-top: 1px dotted #CCCCCC;
    margin: 10px 0 0;
    padding: 10px 0 0;
}
p.inquiry_text{
	padding: 10px 0 0;
}
table.information {
    border-collapse: collapse;
    border-color: #71B424 #CCCCCC #CCCCCC;
    border-style: solid;
    border-width: 2px;
    margin: 0 auto;
    table-layout: auto !important;
    width: 100%;
}
table.information tr td.cellname02 {
    width: 11% !important;
    text-align: center;
}
table.information tr td.cellname03 {
    font-weight: bold;
    width: 27% !important;
}
table.information tr td table.inquiry {
    border: medium none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 550px;
}
table.information tr td table.inquiry tr td{
    border: none;
    padding: 0;
}
.thanks p.thanks_text {
    color: #FF0000;
    padding-top: 20px;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}
.thanks p.thanks_text02{
    font-size: 19px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
}
.thanks p.thanks_text03{
    font-size: 19px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}

div.errors{
    border:solid 2px red;
    width: 60%;
    margin:10px 0 10px 0;
    padding:10px;
}
.txtError01{
    color:red;
}

