@charset "utf-8";

/* ----------------------------
 OtherCommon.css
---------------------------- */


.A_OtherCom textarea:focus {
 outline: none;
 border: 1px solid #ffcc00 !important;}
.A_OtherCom table {
 border-collapse: collapse;
 border-spacing: 0;
}
.A_OtherCom th,
.A_OtherCom td{
 font-size:1.2rem;
 font-weight: normal;
 box-sizing: border-box;
}
.A_OtherCom input[type=submit]{ transition:0.25s;}
.A_OtherCom input[type=submit]:not(:disabled):hover{ opacity:0.7;}
.A_OtherCom input:disabled {cursor:inherit;}



.A_OtherCom section:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 font-size: 0;
 color: transparent;
}


/*レイアウト
-----------------------------------*/
.A_OtherCom main {
 display: block;
 width: 1140px;
 margin: 40px auto 0;
}
.A_OtherCom #main > section {
 position: relative;
 margin-bottom: 80px;
}
.A_OtherCom .A_contentArea {
 padding: 0 80px;
  margin-bottom:100px;
}
.A_OtherCom .A_main{ margin-bottom:50px;}


/*
タイトル
-----------------------------------*/
.A_OtherCom .A_headline01 {
 font-size: 1.8rem;
 font-weight: bold;
 background: #f6f6f6;
 padding: 15px 20px;
 margin-bottom: 40px;
}

.A_OtherCom .A_heading01{
 font-size: 1.8rem;
 font-weight: bold;
 margin-bottom: 20px;
}

/*必須マーク
-----------------------------------*/
.A_OtherCom .A_ico_require {
 display: inline-block;
 min-width: 42px;
 margin-right: 5px;
 padding: 4px 5px;
 background: #f00;
 color: #fff;
 font-size: 1.2rem;
 text-align: center;
 text-indent: 0;
 line-height: 12px;
}

/*入力サポート
-----------------------------------*/
.A_OtherCom .A_reg {
 display: inline-block;
 padding: 5px 10px 4px;
 font-size: 1.2rem;
}

/*メッセージ
-----------------------------------*/
.A_OtherCom .A_box_message {
 margin-bottom: 30px;
 padding: 20px 40px;
 border: 1px solid #dbdbdb;
 font-size: 1.4rem;
 background-color:#FFF;
}
.A_OtherCom .A_box_message.A_box_error {
 border: 1px solid #f00;
 color:#f00;
}
.A_OtherCom .A_box_message .A_list_indent{ margin-left:1rem;}
.A_OtherCom .A_box_message .A_list_indent li{ text-indent:-1.4rem;}
.A_OtherCom .A_nobox_message {
    margin-bottom: 30px;
    font-size: 1.4rem;
}
/*
CheckedItemsArea
-----------------------------------*/
.A_OtherCom .A_CheckedItemsArea{ padding-bottom: 50px;}
.A_OtherCom .A_CheckedItemsArea .A_ContentTitle {
 background: url(../images/SynthesisTop/ContentTitleCheckedItems.gif) no-repeat center;
 height: 38px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 margin-bottom: 90px;
}
.A_OtherCom .A_ContentTitle { text-align: center;}


/*
縦横サイズ自動判定
-----------------------------------*/
.A_ItemList .A_Item {
    background: #FFF;
}
.A_OtherCom .A_Item,
.A_OtherCom .A_ItemImg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    /*background-color:#F8F8F8;*/
}

/*縦横サイズ自動判定クラス付与*/
.A_OtherCom .A_VerticallyLong,
.A_OtherCom .A_HorizontallyLong,
.A_OtherCom .A_Square { display: inline;}
.A_OtherCom .A_VerticallyLong {
 width: auto;
 height: 100%;
}
.A_OtherCom .A_HorizontallyLong {
 width: 100%;
 height: auto;
}
.A_OtherCom .A_Square {
 width: 100%;
 height: auto;
}

 /********************************/
/*****　画面両サイドのスペース　*****/
/********************************/

.A_pc_area{margin: 0 auto;}

 /********************************/
/*****　上下幅　*****/
/********************************/
.A_mt80{ margin-top: 80px;}

.A_mb60{ margin-bottom: 60px;}

.A_mb100 { margin-bottom: 100px;}

.A_mb30{margin-bottom: 30px;}

.A_mb15{margin-bottom: 15px;}

.A_mb40{margin-bottom: 40px;}

.A_mb65{margin-bottom: 65px;}

.A_mb100{margin-bottom: 100px;}

.A_mb20{margin-bottom: 20px;}

.A_mb10{margin-bottom: 10px;}

.A_mt70{margin-top: 70px;}

.A_mb50{margin-bottom: 50px;}


/*
郵便番号ボタン*/
.A_OtherCom #postalSearchLink{
 background-color: #111;
 color: #FFF;
 display: inline-block;
 padding: 0 10px;
 line-height: 28px;
 font-size: 1.2rem;
 font-weight: bold;
 margin:0;
}
.A_Inq a#postalSearchLink:hover{ opacity:0.7;}


/*
チェックボックス
-----------------------------------*/
.A_OtherCom .A_table_form .A_TypeCheck {
 font-size: 1.4rem;
 line-height: 25px;
}
.A_OtherCom .A_table_form .A_TypeCheck::before {
 top: 2px;
 left: -25px;
}
.A_OtherCom .A_table_form .A_TypeCheck > input {
 position: absolute;
 opacity: 0;
}
.A_OtherCom .A_table_form .A_TypeCheck::before {
 position: absolute;
 width: 20px;
 height: 20px;
 background: url(../images/OtherCommon/CheckBox.png) no-repeat left 0px top;
 content: " ";
}
.A_OtherCom .A_table_form .A_TypeCheck.checked::before {
 background-position: -20px top;
 margin-left: 0px;
}



/*-----ページネーション-----*/
.A_OtherCom .A_PagenationArea .A_Pagenation { margin-bottom:50px;}



/*詳細付きラジオボタン*/
.A_OtherCom .A_radio_acc.A_list_block{
 margin: 0;
 padding: 0;
 list-style: none;
 display: block;
 flex-wrap: wrap;
}
.A_OtherCom .A_radio_acc.A_list_block li{
 position: relative;
 width: 100%;
 line-height: 1.5;
 margin-bottom:20px;
}
.A_OtherCom .A_radio_acc.A_list_block label {
 display: block;
 padding: 13px 10px 13px 35px;
 font-size: 1.4rem;
 font-weight:bold;
 cursor: pointer;
}
.A_OtherCom .A_radio_acc.A_list_block li .acc{
 padding: 15px;
 border: 10px solid #e6e6e6;
 background: #fff;
 font-size: 1.2rem;
}
.A_OtherCom .A_radio_acc.A_list_block li .acc dd{ margin-bottom:10px;}
.A_OtherCom .A_radio_acc.A_list_block label:after {
 top: 15px;
 left: 10px;
 margin-top: 0;
}

/*購入履歴の商品情報部分、ボーダー付けたし（会員ページ、ゲストページ両方）*/
.A_box_shipping .A_table_cart:not(.A_borderStyle) tr {border-top: 1px solid #dbdbdb;}
.A_box_shipping .A_table_cart:not(.A_borderStyle) tr:first-of-type {border-top: none;}

