﻿/* 設定１つ  - 四辺すべてに適用 */
/* 設定２つ  - 上下 | 左右 */
/* 設定３つ  - 上 | 左右 | 下 */
/* 設定４つ  - 上 | 右 | 下 | 左 */


#datablk { /*kkcwebcom.css での定義を上書き （左右のmarginを0に）*/
    margin: 20px 0 !important;
}

.seihin {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    font-weight: 400;
    max-width: 950px;
}

.seihin_title {
    font-size: 20pt;
    margin-left: 20px;
    line-height: 50px;
}

    .seihin_title > p {
        font-weight: 400;
    }
        .seihin_title > p > span {
            font-size: 0.6em;
        }

.seihin_photo_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* (img)290 + (border)2 + padding 10 + margin +6 = 308 (308 * 3 = 924)*/
.seihin_photo_box {
    max-width: 310px;
    width: 310px;
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin: 3px;

}

    .seihin_photo_box > a > img {
        max-width: 298px;
        object-fit: contain;
        margin-bottom: 5px;
        cursor:pointer;
    }

    .seihin_photo_box > .title {
        font-size: 1em;
        line-height: 20px;
        color: #444444;
        height:40px;
    }
    .seihin_photo_box > .kinm {
        margin-left:15px;
        font-size: 1em;
        line-height: 25px;
        color: #444444;
    }
    .seihin_photo_box > .hnnm {
        margin-left: 20px;
        font-size: 0.8em;
        line-height: 20px;
        color: #444444;
        text-decoration:none;
    }

.seihin_photo_link {
}

.tilist {
    display:flex;
    flex-wrap:wrap;
    margin-left:10px;
}
    .tilist > a {
        text-decoration: none;
        color:#0000ff;
        font-size: 0.8em;
        margin-right: 10px;
        line-height: 20px;
    }



@media (max-width: 1200px) {
}


/***************************************/
/**** 製品紹介ダイアログ ***************/
/***************************************/
#seihin_dialog {
    display: none;
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    max-width: 90vw;
    min-width: 320px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    /*padding: 5px;*/
    z-index: 9000;
}

.seihin_dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#seihin_dialog_close {
    position: absolute;
    top: -12px; /* ダイアログの外に出す */
    right: -10px; /* 枠からはみ出す */
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #aaa;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 9999;
}

#_updatepanel_seihin_dialog {
    padding: 0;
}
