<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Responsive 1pane

Description: ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–å¯¾å¿œãƒ†ãƒ¼ãƒž 1ãƒšã‚¤ãƒ³

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFF100;
	height: 100%;
}


.nasi{
	display:none;
}


/*---------Common---------------*/
*{
	box-sizing: border-box;
	position: relative;
}

.aplha{
	filter: alpha( opacity=0 );
	opacity: 0.0;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

a:focus, *:focus {
	outline: none;
}


.sp, .sp_b{
	display: none;
}

.pc{
	display: inline-block;
}

.pc_b{
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
}


header{
	text-align: center;
	background-image: url(url);
}

/*-----Main Page-------*/
main{
  width: 100%;
  overflow: hidden;
  min-width: 1000px;
  padding-top: 20px;
}

.in_box{
	margin: 0px auto;
	width: 1000px;
	font-size: 11pt;
	line-height: 1.4em;
}

h2{
	font-size: 16pt;
	font-weight: 700;
	padding: 8px 5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	/*  background: repeating-linear-gradient(-45deg,#ccc,#ccc 1px,#000 0,#000 3px);*/
	text-align: center;

}




.theater_box{
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}




.theater_box a:link, .theater_box a:visited, .theater_box a:active{
  color: #B81C1F;
  text-decoration: none;
}


.theater_box a:hover	{
  color: #F99300;
  text-decoration: none;
}



.ctbox{
	margin-bottom: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.category .ctbox,
.index .ctbox{
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.ctbox h3{
  text-align: center;
  color: #000000;
}

.ctbox h3 a
{
	text-decoration: none;
}

.ctbox h3 a:hover{
  color: #FF7900;
  text-decoration: none;
}

.page h2{
	text-align: center;
	color: #000000;
}

.new{
	color: #CD2581;
	font-size: 9pt;
	font-weight: 700;
	font-family: "Times New Roman", Times, serif;
}

.date{
	font-size: 10pt;
	text-align: center;
}

.txt_box{
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
}

.ctbox a:link, .ctbox a:visited, .ctbox a:active{
	color: #21A09D;
	text-decoration: none;
}


.ctbox a:hover	{
	color: #FF6E00;
	text-decoration: none;
}

.txt_box img{
	max-width: 900px;
	height: auto;
}

strong{
	font-weight: 700;
	color: #004A9A;
}

em{
	font-weight: 700;
	color: #004A9A;
	font-style: normal;
}	



.infloading{
	text-align: center;
}

.next_posts_link{
	visibility: hidden;
}

button.view-more-button{
	border: 1px #000 solid;
	color: #000;
	background-color: #fff;
	padding: 5px 20px;
}



footer{
  width: 100%;
  position: sticky;
  top: 100vh;
  padding: 50px 0;
  text-align: center;
}



/*-----Theater Page-------*/

table{
	clear: both;
	font-size: 90%;
	border-collapse: collapse;
	color: #000000;
	background-color: rgba(255,255,255,1.00);
}

th{
	padding: 7px 2px;
	text-align: left;
	border-bottom: 1px solid #000000;
	background-color: ##21A09D;
	color: rgba(255,255,255,1.00);
}

td{
	border-bottom: 1px solid #000000;
	padding: 5px 0;
}

.tiku{
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background-repeat: repeat-x;
}

.area{
  text-align: center;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF;
}

.ctr0{
	text-align: left;
}





/*-----To Top Button-------*/

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -50px;
	background: #000;
	opacity: 0.6;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
 font: var(--fa-font-regular);
 font-weight: 900;
 content: '\f0aa';
 font-size: 20pt;
 color: #fff;
 position: absolute;
 width: 25px;
 height: 25px;
 top: 10px;
 right: 0;
 left: 0;
 margin: auto;
 text-align: center;
}

#back_btn{
	text-align: center;
	margin-top: 30px;
	font-size: 14pt;
}



#back_btn a:link, #back_btn a:visited, #back_btn a:active{
	color: #B70002;
	text-decoration: none;
}


#back_btn a:hover	{
  color: #F99300;
  text-decoration: none;
}
</pre></body></html>