﻿/* 設定１つ  - 四辺すべてに適用 */
/* 設定２つ  - 上下 | 左右 */
/* 設定３つ  - 上 | 左右 | 下 */
/* 設定４つ  - 上 | 右 | 下 | 左 */


.syunko {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    font-weight: 400;
    max-width: calc(1200px + 30px); /* 30px = imgの余白分 */
}

.syunko_title {
    font-size: 28pt;
    margin-left: 20px;
    line-height: 50px;
}

    .syunko_title > p {
        font-weight: 400;
    }
        .syunko_title > p > span {
            font-size: 0.6em;
        }

.syunko_photo_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.syunko_photo_box {
    padding: 5px;
}

    .syunko_photo_box > a > img {
        /*max-width: 400px;*/
        max-width: 290px;
        object-fit: contain;
    }

    .syunko_photo_box > p {
        font-size: 0.75em;
        line-height: 20px;
        color: #444444;
    }

.syunko_photo_link {
}

@media (max-width: 1200px) {
}


/***************************************/
/**** 優良写真ダイアログ ***************/
/***************************************/
#syunko_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;
}

/*#syunko_dialog {
    display: none;
    position: fixed;
    top: 10vh;*/
/*top: 50%;*/
/*left: 50%;
    transform: translateX(-50%);*/
/*transform: translate(-50%,-50%);*/
/*max-height: 90vh;*/
/*background: #fff;*/
/*width: 350px;*/
/*padding: 5px;
    border: 1px solid black;
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 90vw;
    min-width: 400px;
    width: 800px;
    z-index: 9000;
    overflow: visible;
}*/
/*#syunko_dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
/*max-height: 90vh;*/
/*background: #fff;*/
/*width: 350px;*/
/*padding: 5px;
    padding-bottom: -30px;
    border: 1px solid black;
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 90vw;
    min-width: 400px;
    width: 800px;
    z-index: 9000;
    overflow: visible;
}*/

.syunko_dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#syunko_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_syunko_dialog {
    padding: 0;
}
