<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------- サークル紹介テーブル ----------*/
.cirTab {
	table-layout: auto;
	border-collapse: collapse;
   width: 95%;
   margin-top: 16px;
}
.cirTab tbody tr:nth-child(even) {
  	background-color: rgba(0, 0, 255, 0.02);
}
.cirTab tbody tr td {
   text-align: left;
	padding: 0.5em;
}
.cirTab tbody tr td:first-child {
   white-space: nowrap;
}
.cirTab .ul_note {
   margin: 0 0 0 0.5em;
}
.cirTab .ul_note &gt; li &gt; div {
   overflow: hidden;
}
/*--- 予定表 ---*/
.cir_schedule &gt; div:nth-child(1) {
   float: left;
}
.cir_schedule &gt; div:nth-child(1) &gt; p {
   margin-bottom: 0.5em;
}
.cir_schedule &gt; div:nth-child(1) &gt; ul {
   margin: 5px auto 16px 12px;
   list-style: none;
   column-count: 3;
 }
 .cir_schedule &gt; div:nth-child(1) &gt; ul &gt; li {
   width: 8em;
 }
.cir_schedule &gt; div:nth-child(2) {
   float: left;
   margin-left: 32px;
}
/* --- 歌の街 --- */
.cir_utaSnap &gt; img {
   display: block;
   margin: 5px auto;
}
/* --- お知らせ --- */
.cir_oshirase &gt; div:nth-child(1) {
   float: left;
}
.cir_oshirase &gt; div:nth-child(2) {
   float: left;
   margin-left: 32px;
}
/* --- こどもクラブ --- */
ul.cir_kod &gt; li &gt; div &gt; ul &gt; li &gt; span {
   display: inline-block;
   width: 5.5em;
 }
table#cir_planTab {
  margin: 0.5em auto 0.5em 0;
  border-spacing: 0;
  border-top:  1px solid rgb(160 160 160);
  border-left: 1px solid rgb(160 160 160);
}
table#cir_planTab &gt; tbody &gt; tr &gt; td {
  padding: 0.2em 0.5em;
  border-right:  1px solid rgb(160 160 160);
  border-bottom: 1px solid rgb(160 160 160);
  text-align: left;
  font-size: small;
}
ul.cir_kod_member {
   padding: initial;
}
/* --- 表の上のイラスト --- */
.cir_figDiv {
   position: relative;
}
.cir_figDiv &gt; img {
   display: block;
   position: absolute;
   z-index: 1;
   top: 2em;
   left: 512px;
}</pre></body></html>