@charset "utf-8";
/* CSS Document */

.card{
	float: left;
	width: 47%;
	margin : 0;
	height : 700px;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 3px 3px 3px #373c3d;
}
.card:nth-child(odd){
	margin-right: 30px;
}
.charactor2{
	width: 70%;
    margin: auto;
	overflow: hidden;
}
.card-title {
	font-size: 20px;
}
.story_c{
	overflow: hidden;
}
.charactor3 {
	width :70%;
	background-color: #fff;
}
.story_c{
	background-color: none;
}
@media (max-width:767px){
	
	.card{
	float: left;
	width: 50%;
	margin : 0;
	height : 600px;
}
}
@media (max-width:767px){
	
	.card{
	float: none;
	width: 100%;
}

}