<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.auction{
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #333;
    line-height: 170%;
    background-color: #fff;
}


/* common 
----------------------------------------------------*/
.auction_intro p ,
.auction_info ,
.auction_message{
    width: 880px;
    margin: 0 auto;
}


.auction img{
    vertical-align: middle;
    height: auto;
}

.auction_intro p , .auction_info{
    padding: 16px;
}

p.small{
    font-size: 12px;
}

.icon-arrow_right {
    background: url('data:image/svg+xml;charset=UTF-8,&lt;svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"&gt;&lt;path fill="%23333333" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: center right 8px;
    background-size: 20px;
}

/* info 
----------------------------------------------------*/
.auction_info h3{
    font-weight: bold;
    font-size: 16px;
}

.auction_info &gt; p{
    margin-bottom: 16px;
}

.auction_info_schedule{
    margin-bottom: 24px;
}

.auction_info_schedule div{
    display: flex;
    margin-bottom: 6px;
}

.auction_info_schedule dt{
    margin-right: 12px;
    font-weight: bold;
    color: #fff;
    padding: 0px 4px;
    border-radius: 4px;
    font-size: 12px;
}

.auction_info_schedule div:nth-child(1) dt{
    background-color: #EB5757;
}

.auction_info_schedule div:nth-child(2) dt{
    background-color: #EF3D7D;
}

.auction_info_schedule div:nth-child(3) dt{
    background-color: #995ECC;
}

.auction_info_detail li{
    padding: 16px;
    border-radius: 6px;
    background-size: cover;
    margin-bottom: 16px;
    display: flex;
}

.auction_info_detail li:nth-child(1){
    background-image: url(https://mangaz-static.j-comi.jp/images/promo/auction/nishikawa/item_bg_01.png);
}
.auction_info_detail li:nth-child(2){
    background-image: url(https://mangaz-static.j-comi.jp/images/promo/auction/nishikawa/item_bg_02.png);
}
.auction_info_detail li:nth-child(3){
    background-image: url(https://mangaz-static.j-comi.jp/images/promo/auction/nishikawa/item_bg_03.png);
}

.auction_info_detail li h4{
    font-weight: bold;
}

.auction_info_detail li:nth-child(1) h4 , .auction_info_detail li:nth-child(1) .auction_info_close{
    color: #EB5757;
}
.auction_info_detail li:nth-child(2) h4 , .auction_info_detail li:nth-child(2) .auction_info_close{
    color: #EF3D7D;
}
.auction_info_detail li:nth-child(3) h4 , .auction_info_detail li:nth-child(3) .auction_info_close{
    color: #995ECC;
}

.auction_info_date{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.auction_info_date div{
    font-weight: bold;
    font-size: 12px;
}

.auction_info_pic{
    margin-right: 16px;
}

.auction_info_pic  img{
    width: 240px;
    border-radius: 6px;
}

.auction_info_txt{
    position: relative;
    width: 100%;
}

.auction_info_txt &gt; div{
    width: 100%;
}

.auction_info_txt p + p{
    margin-top: 16px;
}

.auction_info_close{
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    padding-bottom: 24px;
}

.auction_info_button{
    padding: 2px;
    box-sizing: border-box;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
}

.auction_info_button a{
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 8px 16px;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}

.auction_info_button a span{
    font-size: 12px;
}

.auction_info_detail li:nth-child(1) .auction_info_button{
    background: linear-gradient(to bottom, #FFB422 0%,#FF7A7A 100%);
}

.auction_info_detail li:nth-child(2) .auction_info_button{
    background: linear-gradient(to bottom, #FF8CB3 0%,#FF4A8B 100%);
}

.auction_info_detail li:nth-child(3) .auction_info_button{
    background: linear-gradient(to bottom, #E964FF 0%,#9821FF 100%);
}

.auction_message{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.auction_message h3{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 16px;
}

.auction_message .balloon {
    position: relative;
    display: inline-block;
    padding: 16px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #ffefef;
    border-radius: 6px;
    margin-left: 16px;
  }
  .auction_message .balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -15px;
    border: 8px solid transparent;
    border-right: 8px solid #ffefef;
  }
  
  .auction_message .balloon p {
    font-size: 14px;
  }</pre></body></html>