@charset "utf-8";

/* --------------------------------------------------------------------

	申込みフォーム(共通)
	
-------------------------------------------------------------------- */

.form_title {
	color: #ffffff;
	background-color: #3C1900;
	margin-bottom: 10px;
	padding: 10px;
}

.form-section,
.form-section02 {
    width: 890px;
    margin: 0 auto 20px;
}

#p3 #form_checkout_title,
#p3-conf #form_checkout_title,
#p17-conf #form_checkout_title {
    display: none;
}

#form_landing {
    width: 890px;
    margin: 30px auto 0px;
}

table#landing_form {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background: url(../images/bg_form.jpg) right top no-repeat;
}

#landing_form tr {
    line-height: 18px;
}

#landing_form th,
#landing_form td {
    padding: 13px 11px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

#landing_form th {
    background-color: #f0f0f0;
    text-align: left;
    vertical-align: top;
}

#landing_form td {
    width: 594px;
}

#landing_form td table {
    width: 580px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#landing_form td table td {
    width: 100%;
}

#landing_form td table td.consent {
    width: 300px;
}

#landing_form td table td p {
    font-weight: bold;
}

#landing_form td table td p.form_notice {
    font-weight: normal;
}

#landing_form td table td span {
    color: #FF0000;
}

#landing_form td table td .underline {
    text-decoration: underline;
}

#landing_form label {
    padding-left: 8px;
}


/* お支払い方法 希望お届け日 */
#form_delivery {
    width: 890px;
    margin: 25px auto;
}

#form_payment {
    margin: 25px 0;
}

#form_payment_method,
#form_delivery_method {
    margin: 0 0px 20px 0px;
    padding: 15px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}

#form_payment th,
#form_delivery th {
    vertical-align: top;
}

#form_payment_method_select,
#form_delivery_method_select {
    height: 30px;
}


/* クレジットカード入力覧 */

#form_payment_method_credit {
    margin: 7px 0px 0px;
    clear: both;
    display: none;
}

#form_payment_method_credit table {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#form_payment_method_credit tr {
    line-height: 18px;
}

#form_payment_method_credit th,
#form_payment_method_credit td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 13px 11px;
}

#form_payment_method_credit th {
    vertical-align: top;
    background-color: #f0f0f0;
    text-align: left;
}


/* 生年月日 */

input#OrderBirthdayYear {
    width: 4em;
}


/* IME-MODE */

input.ime_active {
    ime-mode: active;
}

input.ime_disabled {
    ime-mode: disabled;
}


/* 住所 */

input.address {
    width: 20em;
}

#OrderAddress1,
#OrderAddress2,
#OrderEmail,
#OrderEmailConfirm {
    width: 300px;
}


/* メールアドレス */

input.email {
    width: 20em;
}


/* 郵便番号 */

input.zip1 {
    width: 3em;
}

input.zip2 {
    width: 4em;
}


/* 電話番号 */

input.tel_no {
    width: 4em;
}


/* フリースペース */

textarea.extra_textarea {
    width: 20em;
}


/* カード日付 */

input.card_date {
    width: 3em;
}

#agreement {
    clear: both;
    width: 870px;
    padding: 10px;
    margin: 20px auto 2px;
    background-color: #f0f0f0;
}

#agreement div {
    text-align: left;
    margin: 10px 0px;
    padding: 0px 5px;
}

#agreement div .form_notice {
    float: none !important;
}

#agreement div.error-message {
    padding: 0;
}

#agreement-msg {
    width: 870px;
    margin: 20px auto 20px auto;
}

#agreement-msg p {
    margin-bottom: 10px;
    font-size: 12px;
}

#agreement-msg p#promise {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}

#agreement-msg p#promise strong {
    margin-right: 6px;
    padding: 3px 5px;
    color: #FFFFFF;
    background: #FF0000;
}

#annotation {
    padding: 10px;
    background: #E4D2D0;
}

#annotation p {
    font-size: 12px;
    margin-bottom: 0;
}

#annotation p span {
    color: #F00;
    text-decoration: underline;
}


/*性別*/

#input_sex td input {
    margin: 0 2px;
}

#input_sex td input#OrderSex1 {
    margin-left: 15px;
}


/*代金引換注釈*/

.payment-note {
    padding-top: 4px;
    text-align: right;
    font-size: 12px;
}

/* エラーメッセージ */
.error-message {
    margin-bottom: 4px;
    font-weight: bold;
    color: #FF0000;
    background: #FFE7E7;
}

/* 必須アイコン */
#product_qty th span, #landing_form th span, #agreement div span, #deli_form th span {
    background: url(../images/icon_must.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    margin-left: 10px;
    text-indent: -9999px;
    width: 39px;
    float: right;
}

/* ボタン */
.form_btn {
    margin: 30px 0px;
    text-align: center;
}

/* 全角半角制御 */

#OrderFamilyKana,
#OrderGivenKana {
    ime-mode: active;
}

#OrderZip1,
#OrderZip2 {
    ime-mode: disabled;
}

#OrderTelNo1,
#OrderTelNo2,
#OrderTelNo3,
#OrderEmail,
#OrderEmailConfirm,
#OrderBirthdayYear {
    ime-mode: disabled;
}


/* --------------------------------------------------------------------

	お申込み内容確認(共通)
	
-------------------------------------------------------------------- */


/* お申込み内容 */
.page_flow {
    text-align: center;
    margin-top: 30px;
}

#order_info,
#form_upsell {
   width: 890px;
   margin: 0px auto; 
}

#order_info {
    margin-top: 20px;
}

table#order_info_order {
    width: 890px;
    margin: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-position: right top;
    background-repeat: no-repeat;
}

#order_info_order tr {
    line-height: 18px;
}

#order_info_order th,
#order_info_order td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 8px 10px;
}

#order_info_order th {
    background-color: #f0f0f0;
    text-align: left;
}

#order_info_order td {
    text-align: right;
    vertical-align: middle;
}

#order_info_product_title th {
    text-align: center;
}

#order_info_product_info td:first-child {
    text-align: left;
}

#order_info_total_inc td {
    font-weight: bold;
    color: #F00;
}

#order_info_discount {
    color: #ff0000;
    font-weight: bold;
}

/* お客様情報 */

table#order_info_checkout {
    width: 890px;
    margin: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-position: right top;
    background-repeat: no-repeat;
}

#order_info_checkout tr {
    line-height: 18px;
}

#order_info_checkout th,
#order_info_checkout td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 8px 10px;
}

#order_info_checkout th {
    width: 165px;
    background-color: #f0f0f0;
    text-align: left;
    vertical-align: top;
}

#order_info_checkout td {
    width: 584px;
    text-align: left;
}


/* お支払い方法 */

table#order_info_payment {
    width: 890px;
    margin: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-position: right top;
    background-repeat: no-repeat;
}

#order_info_payment tr {
    line-height: 18px;
}

#order_info_payment th,
#order_info_payment td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 8px 10px;
}

#order_info_payment th {
    width: 163px;
    background-color: #f0f0f0;
    text-align: left;
}

#order_info_payment td {
    width: 584px;
    text-align: left;
}

/* --------------------------------------------------------------------

    その他
    
-------------------------------------------------------------------- */
.arrow {
  display:inline-block;
  height:20px;
  width:30px;
  background-color:#3C1900;
  position:absolute;
  right: 260px;
}

.arrow:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:30px solid transparent;
  border-top:20px solid #3C1900;
  left:-15px;
  top:15px;
}
