﻿@charset "utf-8";
/* CSS Document */


.favorite_icon {
	display: inline-block;
	width: 24px;
	height: 24px;
        cursor: pointer;

	background:url("/images/top/icon_favorite_off.png") repeat 0 0;
	background-size: contain;
}
.checked {
	background:url("/images/top/icon_favorite_on.png") repeat 0 0;
	background-size: contain;
}
/* 動画アイコン */
span.icom_movie {
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	background: url("/images/icon_movie_s3.gif") no-repeat scroll left center !important;
	padding: 0 0 0 30px;
	margin-left:5px;
	min-height:16px;
	height: auto !important;
	height: 16px;
}