@charset "UTF-8";
/**
 このCSSはプリント時に読み込まれるCSSです。
 読み込みは
 default.css
 からインポートされます。

Author:DEVIE-IDEA LLC(合同会社デバイス・アイデア)
Copylight:DEVIE-IDEA LLC(合同会社デバイス・アイデア)
URL:www.device-idea.com

**/
body{

  -webkit-print-color-adjust: exact !important;
  font-size: smaller;
  line-height: 1.15em;
}

@import url("baitai_new.css") print;


  .p_dnone{display:none;}
  .p_only{display:block;}


.baitai_frame .content{
  padding: 1%;
}


a.baitaicategory {
display: grid;
text-align: right;
min-height: 1em !important;
color: black;
font-weight:normal !important;
font-size: smaller !important;
padding: 0.1em !important;
}

.baitai_frame{
    width:100% !important;
}
.dokusya ul li{

  font-size: smaller !important;
}
.dokusya ul li {
    padding: 0em;
    padding-left: 0.3em;
}
.dokusya_canvas {
    width:100%;
}
.dokusya_canvas > div{
    width:50% !important;
    height:50% !important;
}
.dokusya_canvas canvas{
    max-width:100% !important;
    height:auto !important;
}

a.baitaicategory{
    color:white !important;
}

.baitai_feature{
    font-size:medium !important;
}


#box1 img{
    min-width:50%;
    max-width: 100%;
  }

#box1 ul{
  padding: 0;
  list-style: none;
}

.baitai_frame ul.notice {
    margin: 0 auto;
}
.baitai_frame h5 {
    margin-top: 0.1em;
}

.content .tag_list {
   display:none;
 }



footer p{
  margin: 0 auto;
  margin-top: 0.2em;
}

/* 221223 */
.chartjs-size-monitor{
    display:none;
}
/* 240319 */
.dokusya_canvas.onechart {
    width: 100%;
}