﻿#Confirm {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFC;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    border: thin;
    border-collapse: collapse;
}

#iQuiry #form1 h1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #06C;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 70px;
}

#iQuiry #form1 table tr th {
    text-align: left;
    text-indent: 1em;
}

#iQuiry #form1 table th {
    background-color: greenyellow;
    width: 300px;
}

#iQuiry #form1 table td {
    background-color: aliceblue;
}

#iQuiry #form1 #preref {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #9C9;
    padding: 20px;
}

.tableButton {
    width:120px;
    height:30px;
    margin-left: 300px;
}

.homeButton {
    width: 120px;
    height: 30px;
    margin-left: 50px;
}

#form1 #Confirm table tr th {
    text-align: left;
    text-indent: 1em;
}

.resMessage {
    color: orangered;
    text-indent: 2em;
}
