#stream #header {
	height: 170px;
}

#stream #contents h1 {
	position: relative;
	top: -70px;
	padding-top: 0;
	margin: 0 0 -95px 0;
}

#stream .ribbon {
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-size: 1.8rem;
	font-family: serif;
	color: #FBFFC2;
	text-align: center;
	background-color: #00728E;
}

#stream #profile {
	text-align: center;
}

#stream #profile img {
	border-radius: 20px;
}

#stream #profile p {
	color: #00728E;
}

#stream #profile p strong {
	display: inline-block;
	padding: 10px 0;
	font-size: 2.2rem;
}

#stream #login {
	color: #00728E;
}

#stream #login h3 {
	padding: 5px 0;
	margin: 30px 0 10px 0;
	font-size: 1.8rem;
	text-align: center;
	border-top: solid 2px #00728E;
	border-bottom: solid 2px #00728E;
}

#stream #login p strong {
	font-size: 1.8rem;
}

#stream #login table {
	width: 100%;
}

#stream #login table th, 
#stream #login table td {
	display: block;
	text-align: left;
	vertical-align: top;
}

#stream #login table th {
	padding: 20px 0 0 0;
}

#stream #login table td input {
	width: 100%;
	background-color: #FBFFDE;
	border: solid 1px #1C6135;
}

#stream #number {
	color: #00728E;
	text-align: center;
}

#stream #number p strong {
	font-size: 1.8rem;
}

#stream #number ul {
	font-size: 0;
	text-align: center;
}

#stream #number ul li {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.6rem;
	text-align: center;
}

#stream #error {
	padding: 15px;
	margin: 15px 0;
	color: #C30D23;
	border: solid 2px #C30D23;
	background-color: #FFEEEE;
	text-align: left;
}

#stream #error ul {
	list-style-type: disc;
	list-style-position: inside;
}

#stream #submit {
	padding: 30px 0;
	text-align: center;
}

#stream #submit input {
	padding: 10px 0;
	width: 100%;
	font-size: 2.3rem;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/stream/bg_submit.jpg);
	border: none;
	cursor: pointer;
}

#stream #notice {
	padding: 30px 0;
	color: #646464;
}

#stream #notice h3 {
	position: relative;
	padding: 10px 0;
	color: #646464;
	text-align: center;
}

#stream #notice h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	border-top: solid 1px #646464;
	z-index: -1;
}

#stream #notice h3 span {
	display: inline-block;
	padding: 4px 1.5em;
	font-size: 1.7rem;
	line-height: 1;
	background-color: #FFFFFF;
	border: solid 1px #646464;
	border-radius: 30px;
}

#stream #schedule {
	color: #00728E;
}

#stream #schedule table {
	width: 100%;
}

#stream #schedule table th, 
#stream #schedule table td {
	padding: 5px;
	border-top: solid 2px #00728E;
	border-bottom: solid 2px #00728E;
}

#stream #schedule table th {
	white-space: nowrap;
}


@media only screen and (min-width: 620px) {
	#stream #header {
		height: 250px;
	}

	#stream #contents .inner {
		padding: 0 0 50px 0;
		width: 600px;
	}

	#stream .ribbon {
		padding: 12px 0 0 0;
		margin: 10px 0;
		height: 88px;
		background: url(../images/event/bg_ribbon.png) no-repeat center top;
		background-size: contain;
		line-height: 1;
	}

	#stream .ribbon h2 {
		font-size: 3rem;
	}

	#stream #login {
		text-align: center;
	}

	#stream #login h3 {
		font-size: 2.5rem;
	}

	#stream #login p {
		font-size: 1.5rem;
	}

	#stream #login p strong {
		font-size: 2.3rem;
	}

	#stream #login table {
		margin: auto;
		width: 470px;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	#stream #login table th, 
	#stream #login table td {
		display: table-cell;
		padding: 10px;
		vertical-align: middle;
	}

	#stream #login table th {
		width: 190px;
		height: 70px;
		font-size: 1.8rem;
		color: #FFFFFF;
		line-height: 1.2;
		text-align: center;
		background: url(../images/stream/bg_login.jpg);
	}

	#stream #login table td {
		padding: 0;
	}

	#stream #login table td input {
		height: 70px;
		border-left: none;
		border-radius: 0;
	}

	#stream #number ul {
		padding: 0 40px;
	}

	#stream #number ul li {
		width: 20%;
	}

	#stream #submit input {
		width: 470px;
		height: 70px;
	}

	#stream #schedule table th, 
	#stream #schedule table td {
		padding: 10px;
		font-size: 2rem;
	}
}