/* PC環境
--------------------------------------------------*/
@media only screen and (min-width: 780px) {
article{
	width: 720px;
	height: 300px;
	height:auto !important;
	display: block;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	border: 2px #000000 solid;
	padding: 10;
	margin:0 0 20 0;
	background: #ffffff;
	margin-right: auto;
  margin-left: auto;
   }
article img{
	border: 1px solid #000000;
   }
.tmb{
	padding-left: 100;
   }

article p {
	text-align: left;
	display: inline-block;
   }
.txt{
	text-align: center;
   }
.txt p {
	margin:0;
	padding:0;
   }
.name{
	padding-left: 50;
	font-weight:bold;
	font-size:large;
   }

/* ページトップへ */
#pagetop{
	  text-align:top;
	  width: 100px;
	  height: 60px;
	  position: fixed;
	  right: 0;
	  bottom: 0;
	  background: #7058a3;
	  opacity: 0.6;
	  border-radius: 15px;
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
#pagetop a{
	  position: relative;
	  display: block;
	  width: 100px;
	  height: 60px;
	  text-decoration: none;
	}
#pagetop a::before{
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  content: '\f102';
	  font-size: 25px;
	  color: #fff;
	  position: absolute;
	  width: 25px;
	  height: 25px;
	  top: -25px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
#pagetop a::after{
	  content: 'PAGE TOP';
	  font-size: 13px;
	  color: #fff;
	  position: absolute;
	  top: 30px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
#movie {
		margin-left: 30%;
		margin-right: 30%;
		margin-bottom: 2%;
		padding: 1px 5px;
		border-left: 5px solid #000;
		border-top:1px solid #CCC;
		border-right: 5px solid #000;
		border-bottom:1px solid #CCC;
	  background: #f4f4f4;
	}
}

/*--------------------------------------------------*/
/* スマホ環境
--------------------------------------------------*/
@media screen and (max-width: 779px) {
#menubar { padding-bottom: 10px; }
.pc{display: none;}

article{
	vertical-align: top;
	text-align: left;
	overflow: auto;
	border: 2px #000000 solid;
	padding: 10;
	background: #ffffff;
	margin:0 0 10 0;
   }
article img{ border: 1px solid #000000; }
.tmb{
	text-align: center;
	margin-bottom: -30px;
   }
article a {
	text-align:top;
	text-decoration: none;
	font-weight:bold;
   }
.txt{ text-align: center; }
.txt p {
	margin:0;
	padding:0;
   }
.title{
	font-weight:bold;
	font-size:large;
   }
.title:before{
	content: "\A";
	white-space: pre;
   }
#page-top{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	border: 2px #000000 solid;
	padding: 10;
	background: #ffffff;
	margin-top: -10px;
   }
#movie {
		margin-bottom: 5%;
		padding: 1px 5px;
		border-left: 5px solid #000;
		border-top:1px solid #CCC;
		border-right: 5px solid #000;
		border-bottom:1px solid #CCC;
	  background: #f4f4f4;
	}
}

/*------------------------------------------------*/
.name {color:black;}
.right{
	padding: 5px 20px 5px;
	margin: -10px;
	margin-top: 15px;
	background-color: #f6f6f6;
	border-top: 3px double #ccc;
}

.bgm {text-align: right;}
.bgm p{
	text-align: left;
	margin-bottom: -10px;
}
.bgm a{
	font-weight: bold;
	text-decoration: none;
}

.txt .Burl{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.tag{	text-align: right;}


#movie ul { padding:0px;}
#movie li {	display: inline;}
#movie li::before{content: "/";}
#movie li a {
	text-decoration: none;
	color: black;
	font-size: 15px;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.2s
  }
#movie li a:hover {	color:green;  }
.space{padding: 10px 15px; overflow-wrap: break-all;}
