@charset "utf-8";

input .con-01 .top-02 {
    text-align: center;
    font-size: 0;
}

.con-01 .top-02 .btn {
    padding: 8px 26px;
    border: 1px solid #ced1d6;
    color: #555;
    font-size: 15px;
}

.con-01 .top-02 .btn.blue {
    background-color: var(--default_color);
    border: 1px solid var(--default_color);
    color: #fff;
    font-weight: 500;
}

.con-04 {
    margin-bottom: 10px;
    padding: 20px 100px;
    background-color: #fff;
}

.con-04 .tal {
    text-align: left;
}

.con-04 .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.con-04 .row::after {
    content: "";
    display: block;
    clear: both;
}

.con-04 .row .col6 {
    max-width: 50%;
    width: 50%;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}

.con-04 .row .col6>* {
    float: left;
    line-height: 34px;
}

.con-04 .row .col6.flr {
    float: right;
}

.con-04 .row .col12 {
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}

.con-04 .row .col12>* {
    float: left;
    line-height: 34px;
}

.con-04 .row .col12::after {
    content: "";
    display: block;
    clear: both;
}

.con-04 .row .col12>*:nth-child(2) {
    width: calc(100% - 10
    0px);
}

.con-04 .row span {
    min-width: 20px;
    text-align: center;
}

.con-04 .select {
    min-width: calc(50% - 100px);
    text-align: center;
    color: #555;
}
.con-04 .select select{
    min-width: 100px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    background-color: transparent;
    border-radius: 5px;
}
.con-04 .select-options {
    border-right: 1px solid #ced1d6;
    border-left: 1px solid #ced1d6;
}

.con-04 .select-options li {
    padding-left: 0;
    border-bottom: 1px solid #ced1d6;
}

.con-04 .select-options li:first-child {
    border-top: 1px solid #ced1d6;
}

.con-04 .select-hidden,
.con-04 .select-styled {
    padding-left: 0;
}

.con-04 label {
    min-width: 100px;
    font-size: 17px;
    font-weight: 500;
    color: #777;
}

.con-04 input {
    height: 34px;
    line-height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    color: #555;
}

.con-04 input.tal {
    padding-left: 20px;
}
/* 
.con-04 input[type=date] {
    background-image: url(/module/common/images/front/ic-calendar.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
} */

.con-04 input[type=date]:hover,
.con-04 input[type=date]:focus {
    background: none;
}

.con-04 .row .col6 input {
    max-width: 160px;
    min-width: 160px;
}

.con-04 .btn-wrap {
    text-align: center;
}

.con-04 .btn-wrap .btn {
	display:inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    background-color: #a7aeba;
    text-align: center;
}

.con-04 .btn-wrap .btn img {
    width: auto;
    vertical-align: top;
}


.con-05 {
    margin: 12px 0;
    float: right;
    display: flex;
    align-items: center;
}

.con-05 a {
    margin: 0 20px;
    color: #555;
    font-weight: 400;
}

.con-05 a.on {
    color: var(--default_color);
    font-weight: 700;
}

.con-05 span {
    width: 1px;
    height: 14px;
    background-color: #ced1d6;
}

.con-05 .select {
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #ced1d6;
    background-color: #fff;
    color: #666;
}

.con-06 {
    padding: 20px;
    /* padding-top: 0; */
    background-color: #fff;
}

.con-06-h20 {
    height: 20px;
}

.con-06 .icon_03::before {
    background-image: url(/module/common/images/front/ic-law.png);
}

.con-06 .icon_01::before {
    background-image: url(/module/common/images/front/ic-detailresult.png);
}

.con-06 .icon_02::before {
    background-image: url(/module/common/images/front/ic-minutes.png);
}

.con-06 .icon_04::before {
    background-image: url(/module/common/images/front/ic-file.png);
}

.con-06 .icon::before {
    content: "";
    width: 24px;
    height: 21px;
    margin-right: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.con-06 .icon_add {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    white-space: nowrap;
}

.con-06 .jsb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con-06 .df {
    align-items: center;
}

.con-06 .tx1 {
    font-size: 17px;
    font-weight: 400;
    color: #555;
    flex-wrap:wrap;
    /* display: block; */
    width: calc(100% - 80px);
}

.con-06 .tx2 {
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.con-06 .tx3 {
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.con-06 .tx3 a {
    margin-bottom: 20px;
    color: #555;
    width: 100%;
    position: relative;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
    display: block;
}

.con-06 .tx4 {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
}

.con-06 .tx4 a {
    display: block;
    color: #555;
    line-height: 25px;
    position: relative;
    margin-bottom: 20px;
    word-break:break-all;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
    
}

.assem_date {position: absolute;  right: 0;  top: 0; font-family:'Roboto'; font-weight:400; font-size: 14px; color:#777}

.con-06 .tx3 a:last-child {
    margin-bottom: 0;
}

.con-06 .result {
    padding: 20px;
}

.con-06 .blue {
    color: var(--default_color);
}

.con-06 .sky {
    color: #0a61d1;
    font-weight: 500;
    display: inline-block;
}

.con-06 .sub-title {
    display: block;
    padding-right:80px;
    font-size:110%;
    margin-bottom:5px;
}


.con-06 .jsb {
    padding: 12px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color:#f6f6f6;
}

.con-06 table {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #555;
	border-top: 2px solid #333;
	/*table-layout: fixed;*/
	border-collapse: separate;
}
.con-06 table table {border-top-width:1px}
.con-06 table table th{background-color:#f4f5f7;}

.con-06 table thead{
     border-bottom: 2px solid #efeff1; 
}
.line_border2 {
     border-top: 2px solid #efeff1; 
}

.table_total_bg {
     background-color: #f7f7f7;
}
.con-06 table th{
    background-color: #efeff1;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    padding: 10px;
    color:#222;
    word-break: break-all !important;
}

.con-06 table tr.row {display:table-row;display: -ms-table-row;  margin:0}
.con-06 table td{
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#777;
	word-break: break-all !important;
    
}

.con-06 table td a{
    text-decoration:underline;
    color: #333;
    font-weight:500;
}

.con-06 table td div a img{
    vertical-align: baseline;
}

.con-06 table tr.row:hover {
	background-color: #ddeef6;
}

.ovh {
    overflow: visible !important;
}

.ovh::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 1180px) {
    .con-04 .row .col6 {
        max-width: 100%;
        width: 100%;
    }

    .con-04 .row .col6>*:nth-child(1) {
        width: 20%;
    }

    .con-04 .row .col6>*:nth-child(2) {
        width: 35%;
    }

    .con-04 .row .col6>*:nth-child(3) {
        width: 10%;
    }

    .con-04 .row .col6>*:nth-child(4) {
        width: 35%;
    }

    .con-04 .row .col6 input {
        max-width: 100%;
        min-width: auto;
    }

    .con-04 .row .col12>*:nth-child(1) {
        width: 20%;
    }

    .con-04 .row .col12>*:nth-child(2) {
        width: calc(100% - 20%);
    }

    .con-04 .select {
        min-width: auto;
    }
    
}

@media (max-width: 768px) {
    .con-04 {
        padding: 30px 20px;
    }

    .con-07 {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: initial !important;
    }

    .con-07 a {
        padding: 0 20px;
    }

    .con-04 .row .col12>*:nth-child(1) {
    }

    .con-04 .row .col12>*:nth-child(2) {
        width: 100%;
    }

    .con-04 .row .col6>*:nth-child(1) {
        /* width: 100%;*/
    }

    .con-04 .row .col6>*:nth-child(2) {
        width: 47.5%;
    }

    .con-04 .row .col6>*:nth-child(3) {
        width: 5%;
        min-width: auto;
    }

    .con-04 .row .col6>*:nth-child(4) {
        width: 47.5%;
    }

    .con-04 .btn-wrap .btn {
        width: 100%;
    }

    .con-08 .fll {
        margin: 0;
        padding: 20px 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        float: none;
    }

    .icon_add span {
        display: none;
    }

    .con-06 .result {
        padding-left: 0;
        padding-right: 0;
    }

    .con-06 .jsb {
        padding-left: 0;
        padding-right: 0;
    }

    .con-06 .tx3, .con-06 .tx4 {
        padding-left: 0;
        padding-right: 0;
        font-size:14px;
        line-height:20px;
    }

    .con-04 .select-hidden,
    .con-04 .select-styled ,
    .con-04 input[type=date] {
        padding-left: 20px;
        text-align: left;
    }

    .con-06 .tx1 {
    font-size: 15px;
    }
    .con-06 {
    padding: 5px;
}

	.con-06 table {font-size:14px;}
	.con-06 table td, .con-06 table th{padding:5px 2px; }
	.con-04 label { font-size: 14px;}


									   
}





