﻿/*----------------------------------------
/* 全てのデザインで共通のスタイルを記述
-----------------------------------------------------------*/
.toppage-step {
    width: 100%;
    height: 300px;
    background: url(../Images/step.png) no-repeat left bottom;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.thubmnailtable {
    border: none;
}

    .thubmnailtable td {
        border: none;
        text-align: center;
        vertical-align: middle;
    }

img.contain {
    display: inline-block;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    max-width: 120px;
    max-height: 120px;
    color: #FFF;
    text-decoration: none;
    text-decoration: none;
    vertical-align: top;
    background-size: contain;
}

img.dlgthumb {
    display: inline-block;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    max-width: 80px;
    max-height: 80px;
    color: #FFF;
    text-decoration: none;
    text-decoration: none;
    vertical-align: top;
    background-size: contain;
}

.imagedlg-td {
    display: table;
}

    .imagedlg-td p {
        display: table-cell;
        width: 680px;
        height: 560px;
        vertical-align: middle;
        text-align: center;
    }

        .imagedlg-td p img {
            vertical-align: middle;
            max-width: 680px;
            max-height: 560px;
        }

.imagetext {
    min-height: 30px !important;
}

.dlgtable {
    border-color: White;
}

    .dlgtable td {
        border-color: White;
        text-align: center;
    }

.dlg-image-outer {
    width: 680px;
    height: 560px;
}

.sentmailtitle {
    font-weight: bold;
    font-size: xx-large;
    color: #A6393C;
    line-height: 1.3em;
}

span.nowmode {
    color: #876;
}

div.pico2notice {
    border: 2px solid lightgray;
    background-color: White;
    padding: 5px;
    font-size: small;
}

div.orderinforemark {
    background-color: #DFF;
    margin-bottom: 5px;
    padding: 5px 5px;
    color: #333;
    font-size: small;
}

.step {
    font-weight: bold;
    font-size: large;
    padding: 0px;
    margin: 10px 0px 5px 0px;
}


/* 取引履歴 */
div.allopenclose {
    float: right;
    margin-top: 14px;
}

    div.allopenclose a {
        margin-left: 3px;
    }

/* ヘッダ画像 */
.userInfoBlock {
    display: block;
    width: 100%;
    height: 120px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    height: 60px;
    bottom: 0;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.headerImage.withtitle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0,0,0,0.5)));
    background: linear-gradient(transparent 80%, rgba(0,0,0,0.5) 100%);
}

.userCircle {
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
}

/* 重要情報 */
.guideline {
    text-align: center;
    padding-top: 20px;
}

    .guideline .is-left {
        width: 75px;
        vertical-align: middle;
        display: none;
    }

    .guideline .is-right {
        padding: 2px 20px 2px 20px;
    }

    .guideline .guideline_body_label {
        font-size: 1.2em;
    }


    .guideline table {
        margin: 0 auto;
        text-align: left;
        border: 1px solid gray;
    }

    .guideline td,
    .guideline th {
        /*border: 1px solid #CCC;*/
        border: none;
        padding: 2px;
    }

    .guideline th {
        font-weight: bold;
        text-align: center;
        /* color: #888;*/
    }

    .guideline td b {
        font-weight: bold !important;
    }


    .guideline table.transtable {
        margin: 0px;
    }

    .guideline .transtable td {
        border: none;
        padding: 0px;
    }

        .guideline .transtable td img {
            vertical-align: middle;
        }

    .guideline .guideline_column {
        width: 110px;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
        background-color: white;
        color: #333;
        border: 2px solid #333;
        padding: 1px 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 2px;
        font-weight: bold;
    }

        .guideline .guideline_column.notchecked {
            border-color: gray;
            background-color: lightgray;
        }

    .guideline .guideline_detail {
        font-size: small;
    }

    .guideline .guideline_column .guideline_check {
        font-size: 1.2em;
        vertical-align: middle;
    }

    .guideline .guideline_column.notchecked {
        color: gray;
    }


    .guideline .guideline_anchor {
        text-decoration: none;
        color: inherit;
    }

    .guideline .guideline_label {
        display: inline-block;
        text-align: center;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .guideline .guideline_label.notchecked {
            display: none;
        }

    .guideline .guideline_label_header {
        width: 10px;
        display: inline-block;
        background-color: black;
        float: left;
        height: 1.8em;
    }

    .guideline .guideline_label_body {
        display: table;
        border: 1px solid black;
        height: 1.8em;
        box-sizing: border-box;
    }

    .guideline .guideline_label_body b {
        display: table-cell;
        padding: 0 10px;
        vertical-align: middle;
    }
    .guideline td {
        line-height: 1.3em;
    }

    .guideline .guideline_title {
        font-weight: bold;
        display: inline-block;
        margin-top: 5px;
    }

    .guideline .guideline_body {
        font-size: small;
        display: inline-block;
        margin-top: 3px;
        margin-left: 1em;
    }

    .guideline .guideline_remark {
        font-size: 1.0em;
        display: inline-block;
        margin-top: 3px;
        margin-left: 1em;
    }
