@charset "utf-8";
/* CSS Document */

body{
	background: none;
}
ul.video-wrap-list li {
    width: 30.9%;
    float: left;
    margin: 10px;
}
ul li .video-wrap .info-word h4{
	height: auto;
}
@media screen and (max-width:1200px){
	ul.video-wrap-list li {
		width: 45%;
	}
}
@media screen and (max-width:767px){
	ul.video-wrap-list li {
		width: 93%;
	}
}


/*
input[type=checkbox]{width:20px;height:20px;cursor:pointer;}
span.reded{color:red;}
div.info-word{cursor:pointer;}
*/