<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (max-width:640px){

/* =============================================== */
/* report*/
/* =============================================== */
#report{width:95%;margin:0px auto;padding-bottom:30px;}

#report #reportlist {width:100%;margin-right:0%;}
#report #reportlist ul li{width:100%;display: block;padding-top:20px;border-top:1px dotted #ccc;margin-bottom:20px;}
#report #reportlist ul li .report_image{width:100%;margin-right:0%;}
#report #reportlist ul li .report_image img{width: 100%;border-radius: 2px;height: 100px; object-fit: cover;  }
#report #reportlist ul li .detail{width:100%;}
#report #reportlist ul li .detail .report-date{font-size:100%;text-align: left;}
#report #reportlist ul li .detail .report-title{margin-bottom:10px;font-weight: bold;}
#report #reportlist ul li .detail .moreinfo{width:150px;text-align:center;font-size:90%;box-sizing: inherit;}
#report #reportlist ul li .detail .moreinfo a{background:#fd0000;color:#fff;padding:7px;display: block;}
#report #reportlist ul li .detail .moreinfo a:hover{background:#D01417;transition: all .25s ease-out;}


/*アーカイブ*/
#report #archives{width:100%;background:#fff;font-size:75%;}
#report #archives .reportlist {border-bottom:1px solid #ccc;margin-bottom:10px;}
#report #archives .reportlist ul li{border-bottom: 1px dotted #ccc;}
#report #archives .reportlist ul li:last-child{border-bottom: 0px dotted #ccc;}
#report #archives .reportlist ul li a{color:#333;display: block;padding:7px 0px;}
#report #archives .reportlist ul li a:hover{color:#Fd0000;}

#report #archives .midashi{background:#333;color:#fff;font-weight: bold;text-align: center;margin-bottom:10px;padding:7px;}
#report #archives #cal{margin-bottom: 15px;}

/*single.php*/
#report #mainspace{width:100%;margin-right:30px;}
#report #mainspace .reportpost{background:#fff;}
#report #mainspace .reportpost h3{font-size:160%;color:#fd0000;}
#report #mainspace .reportpost img{max-width: 100%;height:auto;}
#report #mainspace .reportpost .post-date{font-size:80%;margin-bottom:10px;}
#report #mainspace .reportpost .post-classname{font-size:60%;background:#e7809a;color:#fff;padding:0px 3px;border-radius: 4px;margin-left:10px;font-weight:normal;}

}




</pre></body></html>