﻿/* 設定１つ  - 四辺すべてに適用 */
/* 設定２つ  - 上下 | 左右 */
/* 設定３つ  - 上 | 左右 | 下 */
/* 設定４つ  - 上 | 右 | 下 | 左 */


/* swiperで表示するCP用スタイル */

/* ＣＰの外枠 */
.cp_box {
    margin-top: 20px;
}

/* ＣＰの外枠 */
.cp_box {
    margin-top: 20px;
}

.cp {
    display: block;
    margin-left: 18px;
    margin-bottom: 38px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    text-decoration: none;
    height: 160px;
    padding: 3px;
}

.cp_thumbnail_width {
    width: 150px;
}

.popup-cp {
    color: inherit;
    text-decoration: none;
}

    .popup-cp:visited {
        color: inherit;
    }

/* ＣＰの説明（品名） */
.cp_caption {
    margin-top: 2px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height:18px;
}

/* 企業・団体名 */
.cp_kdname {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 10px;
}

