@charset "utf-8";

/* index.css */

#contentContainer #mainPhoto {
	margin: 0 0 20px 0 ;
}
#contentContainer .btnArea {
	text-align:center;
	margin:20px 0 0;
}
#movie img{
	width: 700px;
    height: auto;
    margin-bottom: 20px;
}
.font_cd{
	color:#ddd;
}
.font_cb{
	color:#000 !important;
}
.ma_bt5p{
    margin-bottom: 5px !important;
}

/* youtube */
#rightContainer #mainPhoto {
	position: relative;
  padding-bottom: 68.57%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
  overflow: hidden;
	margin-bottom: 10px;
}
#rightContainer #mainPhoto img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
