/*===== お問い合わせ画面（CONTACT） =====*/
.referenceLink a {
    color: #0000ee !important;
}

#contactForm {
    width: auto;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px;
}

.textInput {
    color: black !important;
    background-color: white !important;
    font-size: "100%";
    border: 1px solid #ccc !important;
    line-height: 1.2;
    padding: 8px;
}

/* テキストinput */
.inputItem {
    margin-top: 1em;
    margin-bottom: 1em;
    display: grid;
    grid-template-rows: 1fr auto;
}

/* カレンダーinputに対して */
.calendarInputItem {
    display: grid;
    grid-template-rows: 1fr auto;
}

/* 2カレンダー全体に対して */
.calendarGroup {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* 選択肢群 */
.options {
    display: inline;
}

/* 選択肢 */
.option {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
}

#contactInput {
    background-color: white !important;
    color: #3c3f43 !important;
    line-height: 2.4;
    transition: all 0.3s;
    padding: 0;
    font-size: 17px;
    width: 225px;
}

/*===== お問い合わせ入力確認画面(CONTACT CONFIRM) =====*/
#contactConfirm{
    width: auto;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px;
}
    
#contactTable,#planTable{
    table-layout: fixed;
    background-color: white !important;
}
    
#contactTable tr th:nth-child(1){
    width:30%;
}
    
#contactTable tr td:nth-child(1){
    width:70%;
}

/*===== お問い合わせ受付完了画面(INQUIRY RECEPTION) =====*/
#inquiryReception {
    width: auto;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px;
}

/*===== お問い合わせ照会参照(INQUIRY CONTROL REFERENCE) =====*/
/* CONTACT画面に近い背景とボーダーの指定 */
#referenceLogin {
    width: auto;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px;
}

/* inputの詳細度上書きとスタイル指定 */
.textInput {
    color: black !important;
    background-color: white !important;
    font-size: "100%";
    border: 1px solid #ccc !important;
    line-height: 1.2;
    padding: 8px;
}

/* グリッド */
.form-grid {
    display: grid;
    grid-template-columns: 2fr 8fr;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.grid-label {
    /*text-align: right;*/
    padding-right: 10%;
}

/* ログインボタン */
#referenceLoginSubmit {
    background-color: white !important;
    color: #3c3f43 !important;
    line-height: 2.4;
    transition: all 0.3s;
    padding: 0;
    font-size: 17px;
    width: 225px;
}

/*===== お問い合わせ照会(INQUIRY CONFIRM) =====*/
#inquiryControl{
    width: auto;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px;
}
    
#inqueryNumTable,#contactTable,#planTable,#inqueryHistoryTable {
    background-color: white !important;
    table-layout: fixed;
}
    
#inqueryNumTable tr th:nth-child(1),#contactTable tr th:nth-child(1){
    width:30%;
}
    
#inqueryNumTable tr td:nth-child(1),#contactTable tr td:nth-child(1){
    width:70%;
}
    
#inqueryHistoryTable tr th:nth-child(1){
    width:15%;
}
    
#inqueryHistoryTable tr th:nth-child(2){
    width:15%;
}
    
#inqueryHistoryTable tr td:nth-child(3){
    width:70%;
}
    
#topBtn,#requeryBtn {
    width: 225px;
    background-color: white !important;
    color: #3c3f43 !important;
    border: none;
    line-height: 2.4;
    transition: all 0.3s;
    margin: 0px 30px 0px 30px;
    padding: 0px;
    cursor: pointer;
    font-size: 17px;
}

/*===== 再問い合わせ入力確認(RE INQUIRY CONFIRM) =====*/
#re-quiryConfirm {
    width: auto;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px;
}
    
#inquiryTable {
    background-color: white !important;
    table-layout: fixed;
}
    
#inquiryTable tr th:nth-child(1){
    width:30%;
}
        
#inquiryTable tr td:nth-child(1){
    width:70%;
}

/* 戻る・送信ボタン */
#backBtn,#sendBtn {
    width: 225px;
    background-color: white !important;
    color: #3c3f43 !important;
    border: none;
    line-height: 2.4;
    transition: all 0.3s;
    margin: 0px 30px 0px 30px;
    padding: 0px;
    cursor: pointer;
    font-size: 17px;
}

/*===== 再問い合わせ受付完了画面(RE INQUIRY RECEPTION) =====*/

#reInquiryReception {
    width: auto;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px;
}

/*===== 共通パーツ =====*/

/* ラベル */
label {
    font-size: 14px;
    line-height: 1.2;
}

/* テキストエリア */
textarea {
    width: 100%;
    height: 150px;
    font-size: 12px;
    resize: vertical;
    vertical-align:top;
    border: 1px solid #ccc !important;
}

/* 共通赤文字 */
.redText {
    color: red;
    font-weight: bold;
}

/* ボタンを2個配置している画面用 */
#btnBox {
    text-align: center;
}

/* 受付完了画面の共通余白 */
.form-content {
    margin-left: 10%;
    margin-right: 10%;
}

/* 受付完了画面の共通強調枠 */
.inquiryNumberNote {
    border-color: red;
    border-width: 5px;
    border-style: solid;
    text-align: center;
    line-height: 2;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* トップに戻るボタン */
#backTopButton {
    background-color: white !important;
    color: #3c3f43 !important;
    line-height: 2.4;
    transition: all 0.3s;
    padding: 0;
    width: 225px;
}

/* ボタン・テキストのフォント */
button,
input,
textarea {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
        "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
        "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


