#scp {
	font-family: sans-serif;
	font-size: 1em;
	color: #444;
	display: block;
	background: #000
}

#scp-input, #scp-select {
	border: none;
	outline:0px;
	padding: 5px;
	color: #fff;
	background: #000
}

#scp-input {
	border-right: 1px solid #333;
	float: left;
	width: 55%
}

#scp-select {
	width: 20%
}

#scp-search {
	cursor: pointer;
	margin-left: 10px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	background: #ff3a00;
	border: none;
	width: 15%
}

.scp-unit {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	overflow: hidden;
	*overflow: visible;
}

.scp-play-katuhu {
	width:33.45%;
	float:right;
}

.scp-play-kenca {
	width:66.50%;
}

.scp-play {
	cursor: pointer;
	margin:0;
	padding:10px;
	display:block;
	border-bottom: 1px solid #252525;
	overflow:hidden;
	*overflow:visible;
}

.scp-play span {
	font-size: 0.8em;
	color: #555
}

div.scp-play-top {
	text-align: right;
	color: #c0c0c0;
	background:#000;
	padding:10px 10px 10px 5px;
	display:block;
	overflow:hidden;
	*overflow:visible;
}

div.scp-play-bottom {
	color: #c0c0c0;
	background:#111;
	display:block;
	overflow-y: scroll;
	height:452px
}

div.scp-play:hover {
	background:#333;
}

.scp-play-active {
	background:#222;
}

iframe.scp-play-iframe {
	width: 100%;
	height: 500px;
	border:0
}
@media only screen and (min-width: 960px) and (max-width: 1045px) {
	.scp-play-katuhu {width:35%}
	.scp-play-kenca {width:65%}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.scp-play-katuhu {width:35%}
	.scp-play-kenca {width:65%}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.scp-play-katuhu {width:100%}
	.scp-play-kenca {width:100%;margin-bottom:20px}
	iframe.scp-play-iframe {height: 450px;}
	div.scp-play-bottom{height: 385px}
}

@media screen and (max-width:479px){
	.scp-play-katuhu{margin:0}
	.scp-play-kenca {margin:0 0 20px 0}
	.scp-unit{width:auto;margin-left:0;display:block;margin-top:0}
	iframe.scp-play-iframe {height: 350px;}
	div.scp-play-bottom{height: 285px}
}
