@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

header {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	background: url(../images/headerBK.png) left bottom repeat;	
	opacity: 0.95;
	display: block;
	z-index: 10;
}

.back-block {
	width: 100%;
	height: 55px;
	background-color: #DDDDDD;
	display: block;
}

#menu-button {
	width: 32px;
	height: 32px;
	position: relative;
	float: left;
	margin: 10px 0px 0px 20px;
	background: url(../images/menu.png);	
	cursor: pointer;
}

#menu-panel {
	width: 240px;
	height: auto;
	position: fixed;
	top: 55px;
	background-color: #FFFFFF;
	display: none;
	z-index: 10;
}

.menu-header {
	width: 220px;
	position: relative;
	float: left;
	margin-bottom: 2px;
	padding: 5px 0px 5px 20px;
	font-weight: bold;
}

.menu-header-button {
	width: 220px;
	position: relative;
	float: left;
	margin-bottom: 2px;
	padding: 5px 0px 5px 20px;
	background-color: #DDDDDD;
	font-weight: bold;
	cursor: pointer;
}

.menu-item {
	width: 200px;
	position: relative;
	float: left;
	padding: 5px 0px 5px 40px;
	cursor: pointer;
}

#web-title {
	width: 200px;
	height: 55px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 20px;
	background: url(../images/header.png);
}

#web-title-c {
	width: 200px;
	height: 55px;
	position: relative;
	margin: 0 auto;
	background: url(../images/header.png);
}

.mbox {
	width: 340px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	display: block;
}

.sbox {
	width: 320px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-color: SkyBlue;
	display: block;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#lbLogin {
	width: 320px;
	height: auto;
	position: relative;
	background-color: #000000;
	display: block;
	color: white;
	font-family: 'Prompt', serif;
	text-align: center;
}

label {
	position: relative;
	float: left;
	margin: 15px 0px 0px 5px;
	font-family: 'Prompt', serif;
}

input[type=number], input[type=password] {
  	width: 300px;
  	padding: 12px 20px;
  	margin: 2px 5px 0px 10px;
  	box-sizing: border-box;
  	border: 2px solid #555;
  	outline: none;
}

input[type=text]:focus {
  background-color: lightblue;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#Main {
	clear: both;
	width: 100%;
	margin-top: 5px;
}

#Content {
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 5px;
	display: block;
}

video {
	width: 100%;
	height: auto;
	position: relative;
}

#video-detail {
	clear: both;
	padding-left: 10px;
	height: auto;
	position: relative;
	float: left;
}

#video-date {
	position: relative;
	float: left;
	margin-top: 10px;
	font-family: 'Prompt', serif;
	font-size: 4vw;
}

#video-name {
	clear: both;
	width: 100%;
	float: left;
	position: relative;
	font-family: 'Pridi', serif;
	font-size: larger;
}

#video-info {
	clear: both;
	width: 100%;
	height: 40px;
	float: left;
	position: relative;
	margin-top: 5px;
	color: DimGrey;
}

.separator {
	width: 100%;
	height: 15px;
	float: left;
	margin: 0;
	display: block;
}

.line-space {
	width: 100%;
	height: 8px;
	float: left;
	margin-top: 15px;
	display: block;
}

img.line {
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	display: block;
	opacity: 0.5;
}

aside {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 5px;
	background-color: #FFFFFF;
}

div.header {
	width: 100%;
	height: auto;
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
	text-align: center;
	color: white;
	font-family: 'Prompt', serif;
	font-weight: bold;
}

.video-date-box {
	clear: both;
	width: 350px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	background-color: #EEEEEE;
}

.video-date-menu {
	position: relative;
	float: left;
	padding: 10px 0px 5px 0px;
	font-family: 'Prompt', serif;
	font-size: medium;
}

.spoiler-button {
	width: 32px;
	height: 32px;
	position: relative;
	float: right;
	margin: 5px 0px 5px 0px;
	background-color: #111100;
	cursor: pointer;
}

.spoiler {
	width: 100%;
	display: none;
}

.video-link {
	width: 340px;
	height: auto;
	position: relative;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 5px;
	background-color: #AAAAAA;
	font-family: 'Athiti', serif;
	cursor: pointer;
}


footer {
	height: 150px;
	width: 100%;
	float: left;
	margin-top: 5px;
	position: relative;
	background-color: #FFFFFF;
	display: block;
}
