@charset "utf-8";
/*************************************/
@page { size: A4 landscape} /* A4横 */
/*印刷時は表示*/
@media print {
    #container,footer{ display: none; }
    .nav-fix-pos-pagetop a { display: none !important; }
}
/*印刷時以外は非表示-*/
@media screen {
    #printarea { display: none; }
    .nav-fix-pos-pagetop a { display: none !important; }
}
/*************************************/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*印刷用*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#printarea {
    color: #000;/*テーブル内文字色*/
}

#printarea table {
    width: 100%;
    line-height: 1.2em;
}
#printarea table th {
    border: solid 1px black;
    background-color: #EDF0F5;
}

#printarea table td {
    border: solid 1px black;
}

.tblset {
    width: 25%;
}

.pttbw {
    width: 10%;
    height: 18px;
}

.pttbw3 {
    width: 10%;
    height: 54px;
}

.price {
    width: 10%;
    height: 18px;
    font-size: 17px;
    font-weight: bold;
}



/*バナー用CSS------------------------------------------*/
.bannerrow {
  display: flex;
}
.bannercol {
  width: 100%;
}
.bannernum {
  text-align: center;
  margin:2px;
  padding:0px 0;
}
