@charset "UTF-8";
/*—————————————————————————————————
	movie	
—————————————————————————————————*/
	
/* movie.html */

#movie img { width: 100%; }
#movie li { display: flex; }
#movie li:not(:last-child) { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #555; }
#movie li .img { width: 35%; }
#movie li .txt { flex: 1; margin-left: 5%; display: flex; align-items: center; }
#movie li .title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	background: url(../images/icon_egg.jpg) 0 3px / 20px auto no-repeat;
    padding-left: 30px;
}
#movie li .title.u35 { background: url(../images/icon_u35.png) 0 3px / 20px auto no-repeat; }
#movie li .summary { font-size: 13px; line-height: 1.6; }
#movie li a { transition: .3s; }
#movie li a:hover .title { color: #0E728C; }