<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.song_02 dl dt{
	width: 20% !important;
}
.song_02 dl dd{
	width: 80% !important;
}
.newstabs .tab-buttons&gt;span:hover {
	background: #3a9abe;
	color: #fff;
}



/* ブログで使うスクロール */
.scroll {
    overflow-y: scroll;
    max-height: 400px;

}



/* バイリンガルはじめ */
#builingual {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 10;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}
.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}
.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}
.switch input[type="checkbox"] {
  display: none;
}
.switch label {
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding: 5px 0 8px 0;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s;
}
.blog #calendar {
  display: none;
}
div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}
/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}
.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}
.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}
.btn a:before,.btn2 a:before,.btn3 a:before{
  display: none !important;
}
.tab-buttons a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
}
@media screen and (max-width: 640px) {
  #builingual {
    top: auto;
    bottom: 90px;
    right: 0;
    left: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}
/* バイリンガル終わり */
@media screen and (max-width: 834px){
	.song_02 dl dt{
		width: 30% !important;
	}
	.song_02 dl dd{
		width: 70% !important;
	}
	#header .inner .flxR .subnav a{
		width: 49% !important;
	}
}
@media screen and (max-width: 640px){
  section .comp dt, section .comp dd{
    text-align: left;
  }
  section .comp dt{
    border-right: 1px solid #ccc !important;
  }
}

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