@charset "UTF-8";

main{
    margin: 0px 1em;
}
.bid_list h1{
    font-size: 1.6em;
    padding-left: .5em;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;    
    /*
    border-left: 1em solid #F39800;
    border-bottom: 1px dashed #F39800;
    */
}
.bid_list h2{
    font-size: 1.2em;
    padding-left: .5em;   
    margin-left: 1em;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;
}
@media screen and (max-width: 700px) {
    .bid_list h2{
        font-size: 1em;
    }
}
.bid_list p{
    margin-left: 2em;
}
.bid_list ul{
    display: block;
    flex-wrap: wrap;
    
}
@media screen and (max-width: 700px) {
.bid_list ul{
    display: block;
}
}

.bid_list ul li{
    
    padding-left: 20px;
    padding-bottom: 1em;

    list-style: none;
    font-size: 1.0em;
    line-height: 1.6em;
    background: url(../common/image/triangle.png) left 0px top 3px no-repeat;
    background-size: 15px auto;     
}
@media screen and (max-width: 700px) {
    .bid_list ul li{
        width: 95%;
    }
}



.bid_related{
    background-color: #ebebeb;
    padding:1em;
    margin: 1em;
}
.bid_related ul{
    display: block;
    justify-content:space-between;
    margin-right: 1em;
}
@media screen and (max-width: 700px) {
.bid_related ul{
    display: block;
}    
}
.bid_related ul li{
    line-height: 1.6em;
    background-size: 15px auto;    
}
.bid_related ul li a:hover{
    color: red;
}
.h2_orange{
    border-left: 1em solid #F39800;
}

.bid_list_warn{
    border:solid red 1px;
    width: 90%;
    margin: auto auto;
    padding: 1em;
}
.bid_list_table{
    width: 90%;
    margin: 2em auto;
}
.bid_list_table thead th,.bid_list_table thead td{
    background-color: #1a0089;
    color: white;
    font-weight: bold;
    text-align: center;
}
.bid_list_table tbody th,.bid_list_table tbody td{
    background-color: #ebebeb;
    color: black;
}
.bid_list_table th{
    width: 12em;
}
@media screen and (max-width: 700px) {
.bid_list_table thead{
    display: none;
}
.bid_list_table td,.bid_list_table th{
    display: block;
    width: 100%;
    text-align: left;
}
    .bid_list_table tbody th{
        color: white;
        background-color:#1a0089;
        font-weight: normal;
        margin-top: 1em;
    }    
}
.bid_list_qnav ul{
    display: flex;
    justify-content:center;
    list-style: none;
    flex-wrap: wrap;
    font-size: 0.8em;
}
.bid_list_qnav ul li {
  display: inline-block;
}
.bid_list_qnav ul li:not(:first-child)::before {
  content: "｜";
}

/* generation2 */
.th_up_and_left tbody tr th{
    vertical-align: top;
    padding-top: 1em;
}