@charset "Shift_JIS";

/*2014 10 add */
.article_category {
	background: url(../img/category_title.gif) left top no-repeat;
	text-indent: -9999px;
	min-height: 29px;
}

#detail {
  text-align: center;
}
#detail h2 {
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #f388a9;
}
#detail h2 span {
  font-size: 16px;
  font-weight: normal;
  color: #804c2d;
}

#movie {
  position: relative;
  margin: 0 auto 10px auto;
 width: 400px;
  height: 224px;
  background: #000;
  z-index: 1;
}
#movie img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#movie a {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 224px;
  text-indent: -9999px;
  background-image: url(../img/icon_play.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
#detail .box {
  clear: both;
  padding: 15px;
  margin: 15px 0 20px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffecf0;
  border: 1px solid #f388a9;
}
#detail .boxBody p {
  color: #804c2d;
  text-align: left;
}

#detail .c_playtime {
	margin: 30px 0 20px 0;
}
#detail .c_youtube {
	color: #999;
	margin-bottom: 30px;
}

/*カテゴリ一覧*/
#contentsList li.li_large a {
	min-height: 60px;
}

#contentsList li.li_large a img {
	margin:0 8px 0 0;
}