@charset "utf-8";

/* CSS Document */


/* common */

#modalBox {
    margin: 0 auto;
    max-width: 100%;
    min-width: 1024px;
    text-align: left;
    /*max-width: 1300px;*/
    font-family: YuGothic, YuGothicM, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif, sans-serif;
}

.basicRibbon {
    position: absolute;
    top: -10px;
    left: -5px;
    font-size: 0.7rem;
    background: #f6f44c;
    padding: 5px 2px 0 2px;
    width: 40px;
    text-align: center;
    box-shadow: 4px 10px 10px 1px rgba(0, 0, 0, 0.15);
    font-weight: normal;
}

.basicRibbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #f6f44c;
    border-right: 20px solid #f6f44c;
    border-bottom: 10px solid transparent;
}


/* summaryArea */

#modalBox .summaryArea {
    margin: 30px 70px 15px 70px;
    display: flex;
    position: relative;
}

#modalBox .summaryArea .box {
    width: 1160px;
    padding-right: 180px;
    background: url("../img/icon_summary.png") no-repeat left center;
    padding-left: 40px;
}

#modalBox .summaryArea .box .title_report {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
    word-break: break-all;
}

#modalBox .summaryArea .box .tag {
    display: flex;
    flex-wrap: wrap;
}

#modalBox .summaryArea .box .tag li {
    margin-right: 10px;
    margin-top: 10px;
}

#modalBox .summaryArea .box .tag li a {
    text-decoration: none;
    background: #e70000;
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    padding: 5px 10px;
    transition: 0.8s;
}

#modalBox .summaryArea .box .tag li a:hover {
    background: #fff;
    border: solid 1px #e70000;
    color: #e70000;
}

#modalBox .summaryArea .date {
    position: absolute;
    bottom: 6px;
    right: 0;
    font-size: 0.94rem;
    line-height: 1;
    margin: 0;
    font-weight: bold;
}

#modalBox .summaryArea .date .icon-date {
    background: url("../img/icon_calendar.png") no-repeat left center;
    padding-left: 20px;
}


/* imgArea */

#modalBox .d-flex {
    background: url("../img/pict-imgArea-bg.jpg") no-repeat;
    background-size: 100% 247px;
    padding: 0 40px;
}


/* #modalBox .imgArea { padding: 35px 4px; width: 890px; margin: 0 auto; display: flex;} */

#modalBox .imgArea .imgArea_item {
    position: relative;
    margin: 0 auto 70px;
    text-align: center;
    width: 210px;
}

#modalBox .imgArea td {
    border: none;
    width: 200px;
}

#modalBox td {
    border: none;
    padding: 0;
    font-weight: bold;
}

#modalBox tr {
    border: none;
}

#modalBox .imgArea input {
    display: none;
}

#modalBox .imgArea .winner:before {
    position: absolute;
    z-index: 1;
    right: -5px;
    top: -15px;
    content: "";
    background: url("../img/icon_winner.png") no-repeat;
    width: 49px;
    height: 49px;
}

#modalBox .imgArea .img {
    margin: 0;
    padding: 0 5px;
}

#modalBox .imgArea .img img {
    max-width: 100%;
}

#modalBox .imgArea .btn {
    margin: 20px 0 0 0;
}

#modalBox .imgArea .btn span {
    background: url("../img/icon_images.png") no-repeat 10px 7px;
    background-color: #fff;
    color: #000000;
    display: block;
    text-decoration: none;
    font-size: 0.75rem;
    width: 130px;
    margin: 0 auto;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.1);
    border: solid 1px #fff;
    padding: 6px 5px 5px 34px;
    transition: 0.8s;
}

#modalBox .imgArea .btn span:hover {
    border: solid 1px #000;
}


/* analysisArea */


/* #modalBox .caption { display: flex; width: 1220px;} */

#modalBox .caption td {
    border: none;
}

#modalBox .caption .caption_item {
    position: relative;
    margin: 0 5px 15px;
    padding: 0 15px;
    min-height: 80px;
    align-items: center;
    display: flex;
}

#modalBox .caption .bkbg {
    background: #000;
    color: #fff;
}

#modalBox .caption .bgrd {
    background: #e70000;
    color: #fff;
}

#modalBox .caption .rdline {
    border: solid 2px #e70000;
    color: #e70000;
}

#modalBox .caption .bkline {
    border: solid 2px #000;
}

#modalBox .caption .statistics {
    width: 159px;
    text-align: center;
    display: grid;
}

#modalBox .caption .basicRibbon {
    color: #000;
}

#modalBox .table {
    display: flex;
    flex-direction: column;
    margin: 0;
    border-bottom: solid 2px #f0f0f0;
}

#modalBox .report_left .table dt,
#modalBox .report_right .table dd {
    height: 47px;
    margin: 0;
    position: relative;
    min-width: 159px;
    border-left: solid 2px #f0f0f0;
    border-right: solid 2px #f0f0f0;
    border-top: solid 2px #f0f0f0;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.875rem;
}
#modalBox .report_left .table dt{
    padding: 10px 30px 10px 14px;
}
#modalBox .report_right .table dd{
    padding: 10px 14px 10px 14px;
    justify-content: flex-end;
}

#modalBox .report_left .table dt{
    padding: 10px 30px 10px 14px;
}
#modalBox .report_right .table dd{
    padding: 10px 14px 10px 14px;
    justify-content: flex-end;
}

#modalBox .report_left .table dt .txtR {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#modalBox .report_left .table dt .min {
    font-size: 0.7rem;
}

#modalBox .report_left .table dt .paragraph {
    padding-left: 10px;
}

#modalBox .report_left .table dt .paragraph:before {
    content: "・";
}

#modalBox table {
    border-collapse: collapse;
}

#modalBox table td {
    border-left: solid 2px #f0f0f0;
    border-top: solid 2px #f0f0f0;
    vertical-align: middle;
    border-bottom: solid 2px #f0f0f0;
    height: 47px;
}

#modalBox table tr:last-child td {
    border-bottom: solid 2px #f0f0f0
}

#modalBox .price {
    height: 45px;
    position: relative;
    padding: 10px 14px;
    /* width: 175px; */
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#modalBox .bgGRY {
    background: #f9f9f9;
}

#modalBox .statistics {
    width: 159px;
}

#modalBox .large {
    font-size: 1.8rem;
}

#modalBox .red {
    color: #e70000;
}

#modalBox .price.winner {
    background: #e70000;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px 14px 14px 14px;
    line-height: 1.5;
    height: 70px;
}

#modalBox .price.winner .mag {
    position: absolute;
    top: 4px;
    left: 35px;
    font-size: 0.9rem;
}

#modalBox .price.winner:before {
    position: absolute;
    left: -5px;
    top: -6px;
    content: "";
    background: url("../img/icon_winner_min.png") no-repeat;
    width: 39px;
    height: 39px;
}


/* analysistxtArea */

#modalBox .analysistxtArea {
    position: relative;
    margin: 40px 40px 40px 40px;
    font-size: 1.125rem;
    border: solid 2px #e70000;
    border-radius: 5px;
    padding: 30px 60px 30px 40px;
    line-height: 1.8;
    background: url("../img/pict-analysistxtArea-bg.gif") repeat-y;
    background-position: right top;
}

#modalBox .analysistxtArea:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #e70000;
    position: absolute;
    top: 0;
    right: 0;
}

#modalBox .analysistxtArea:after {
    content: "";
    width: 25px;
    height: 25px;
    background: #e70000;
    position: absolute;
    bottom: 0;
    right: 0;
}

#modalBox .analysistxtArea .notes {
    margin-bottom: 20px;
}

#modalBox .analysistxtArea .notes li {
    text-indent: -6px;
    margin-left: 12px;
}

#modalBox .analysistxtArea .notes li:before {
    content: "・";
    display: inline-block;
    margin-right: 4px;
}

#modalBox .analysistxtArea .txt{
    white-space: pre-line;
}

#modalBox .report_right {
    margin: 290px 0 0;
}

#modalBox .report_right dd {
    margin: 0;
}

#modalBox .report_right .price {
    width: 160px;
    border-left: solid 2px #f0f0f0;
    border-top: solid 2px #f0f0f0;
}

#modalBox .report_right .caption_item {
    margin: 0 5px 15px;
}

#modalBox .report_left {
    margin: 385px 0 0;
}

#modalBox .report_center {
    padding: 35px 0 0;
    overflow-x: auto;
}
