/* タイトルバーをブルーに */
.subtitle{
background:  no-repeat,
 url(https://imanyan.jp/upload/pub/4291f8.gif) repeat !important;
color: #ffffff !important;
}
.subtitle span{
	color: #ffffff !important;
}


/* レビューを3行だけ表示 */
.comment {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*ヘッドラインのスペース及び文字サイズの設定 */
.marquee ul {
    margin: 0;
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 4em;
    animation: scrollmarquee 15s linear infinite;
}

/*.marquee font { */
    font-size: xx-large;
}
