@charset "utf-8";

/* movie summary common.css*/

#contents .comment ul {
    margin-left: 43px;
}

#contents ol.num {
    margin: 0;
}
@media screen and (max-width: 640px){
	#contents .comment ul {
		margin-left: 0.5em;
	}
	
	#contents ol.num li {
		margin-left: 0;
	}
}
