/*
Theme Name: Responsive 1pane

Description: レスポンシブ対応テーマ 1ペイン

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	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;
  background-color: #000000;
}


.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-color: #000000;
	background-image: url(images/wp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*-----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: 14pt;
	font-weight: 700;
	color: #FE0304;
	padding: 8px 5px;
	margin: 0 0 20px;
	/*  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;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.category .ctbox,
.index .ctbox{
	border-bottom: 1px solid #FE0304;
	margin-left: 10px;
	margin-right: 10px;
}


.ctbox h3{
  text-align: center;
  color: #000000;
}

.ctbox h3 a
{
  color: #000000;
  text-decoration: none;
}

.ctbox h3 a:hover{
  color: #FF7900;
  text-decoration: none;
}

.page h2{
	text-align: center;
}

.new{
  color: #FF9004;
  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: #C80000;
  text-decoration: none;
}


.ctbox a:hover	{
  color: #FF9600;
  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: #FFFFFF;
}

th{
	padding: 7px 2px;
	text-align: center;
	border-bottom: 1px solid #696969;
	background-color: #696969;
	color: #FFFFFF;
}

td{
	border-bottom: 1px solid #FE0304;
	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: #FE0304;
	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-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 20pt;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
