/**
 * 管理画面CSS
 */
.content{
}
.content br{
    text-indent: 0;
    line-height: 0;
    display: none;
}
.content table{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-bottom: 20px;
    max-width: 100%;
}
.content table th,
.content table td{
    background: #FFF;
    padding: 10px;
    border:1px solid #ccc;
}
.content table th{
    background: #dedede;
}

/* 一覧ページ用 */
.search_btn{
    margin-bottom: 20px;
}

/* フォーム */
.textareaWrap{
    max-width: 690px;
    margin-bottom: 30px;
}
.textareaWrap h2{
    font-size: 22px;
}

/* ↓↓↓2018/01/27 河本追加(竹本さん優先)↓↓↓ */
.textareaWrap{
    max-width: 690px;
    margin-bottom: 30px;
}
.textareaWrap h2{
    font-size: 22px;
}
/* ↑↑↑2018/01/27 河本追加(竹本さん優先)↑↑↑ */

.content input[type="text"]{
    width: 100%;
    height: 25px;
}
.content input[type="text"].widthauto{
    width: auto;
}
.content select{
    width: 100%;
    height: 25px;
}

/* tableの右端が切れる問題 */
.table-wrap {
    overflow: auto;
}

/*
 * 個別CSS対応
 */

 /* 配送料金一覧・登録（国内） */
 .content #deliveryRateTable input{
    width: 6em;
}

/* 送付先選択 */
#add_order_other_contents{
    display: none;
}

/* キャンペーン情報登録 */
#country_wrap{
    max-width: 50%;
}

/* 商品検索画面 */
.content label{
    font-weight: normal;
    margin-bottom: 0;
}