@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style
{
    border-color: #ffffff;
}

.hpb-parts-hl-style
{
    padding: 0.5em 0.2em !important;
    margin: 0.5em 0px !important;
    border-color: #000000;
}

.hpb-parts-cbox-style
{
    border-color: #ffffff;
}

.hpb-parts-img-02
{
    background-color: #ffffff;
}

.hpb-parts-hr-style
{
    border-color: #ffffff;
}

.hpb-parts-pbox-style
{
    border-color: #ffffff;
}
.hpb-parts-pbox-style h4
{
    padding: 0px !important;
}
.hpb-parts-pbox-style img
{
    margin-bottom: 0px !important;
    background-color: #ffffff;
}

.hpb-parts-blist-style
{
    border-color: #ffffff;
}
a.hpb-parts-blist-style:link
{
    color: #666666;
}
a.hpb-parts-blist-style:visited
{
    color: #666666;
}
a.hpb-parts-blist-style:hover
{
    color: #000000;
}
a.hpb-parts-blist-style:active
{
    color: #000000;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

body {
            font-family: Arial, sans-serif;
        }

        /* ラベルと入力フィールドをブロック表示に */
        label, input, select, button {
            display: block;
            margin-bottom: 10px;
        }

        /* 送信ボタンのスタイル */
        button {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
        }

        /* ご注文金額のスタイル */
        #total-amount {
            font-weight: bold;
            font-size: 18px;
            margin-top: 10px;
        }
		
		 /* 注文が送信された場合のメッセージスタイル */
        .success-message {
            color: blue; /* 文字色を青に設定 */
            font-weight: bold;
        }
		
		.email-field {
            display: none;
        }

		/* 出席・欠席ボタンを横並びに */
        .attendance-options {
            display: flex;
            gap: 10px;
            align-items: center;
        }
		
		/* メッセージ表示用 */
        #message {
            margin-top: 20px;
            font-size: 16px;
            color: green;
        }