@charset "UTF-8";
/* CSS Document */

/* result *//*動画掲載部分*/
/*カテゴリセクション部分タイトル部分*/
.echoesplus-result-headline img {
	width: 80%;
	padding-top: 40px;
}

@media screen and (max-width: 959px) { 
	.echoesplus-result-headline { margin-bottom: 20px; } }


/*yutubeリンク部分*/
/* wcp */
.wcp { max-width: 810px; margin: 0 auto; background-color: #000; padding: 0 20px 20px 20px;}
.wcp img { display: block; }

.video {
  position: relative;
  width: 100%;
	margin: 0 auto;
	height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
	left: 0;
}
/*.echoesplus-result-thumb iframe{
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-top: 56.25%;
}*/


/* 320px - 767px用（タブレット／スマートフォン用）の記述 */
@media screen and (min-width: 320px) and (max-width: 767px)   { .echoesplus-result-contents { width:100%; margin: 20px; border-radius: 4px; } }

.echoesplus-result-incentive { margin: 8px 5px 20px; line-height: 1; }
@media screen and (max-width: 959px) { .echoesplus-result-incentive { margin-bottom: 15px; } }

.echoesplus-result-name { display: block; margin-bottom: 5px; font-size: 20px; font-weight: bold; color: #fff; }
@media screen and (max-width: 959px) { .echoesplus-result-name { font-size: 14px; } }
