@charset "utf-8";
.contanier {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.top {
	width:100%;	
}

.content {		
	margin: 0 auto;
	background: #346d8b;
	overflow: auto;
	padding:10px;
}

.ep-wrapper {
	float: left;
	width:50%;
	padding: 10px;
    box-sizing: border-box;
}

.ep {
	box-sizing: border-box;
	width:100%;
	padding: 10px;	
	background:#70a5c5;	
}

.ep-text{
	font-size: 1.2rem;
	font-weight: bold;
	color:#316c8a;
	padding: 10px;	
	color:#FFF;
	position: relative;
	min-height: 130px;
}

.ep img {
	width:100%;	
}

.topic-ep {
	font-size:1.1rem;
	color:#FCF7AF;
}

.topic {
	font-size:1.2rem;
	color:#FFF449;
	line-height: 1;
}

.guess {
	font-size:1.1rem;
	color:#FFF;
}

.clearfix {
  overflow: auto;
}


.button {
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color: #ededed;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #777777;
	font-size: 1.1rem;
	font-weight: bolder;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;	
	letter-spacing: 1.5;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.button:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}



@media (max-width:670px){	
.ep-wrapper {
	width:100%;
}
	
	
}
