@charset "UTF-8";

/* ==================================================================
CSS information
style info :「videos」 用
================================================================== */


/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents { background: url(../_img/videos/bg.jpg) top center no-repeat; background-size: cover; }
#ttl { margin-bottom: 50px;}

/* --------------------------------------------------------
#v_ttl
-------------------------------------------------------- */
#v_ttl { text-align: center; margin-bottom: 45px; position: relative;}




/* --------------------------------------------------------
#c1
-------------------------------------------------------- */
#c1 { padding-top: 0px; padding-bottom: 56px; }
#c1 .inner-cont { width: 100%; margin: 0 auto; padding: 0 30px; }

#c1 #video-box { width: 580px; height: 349px; background: url(../_img/videos/yt_bg.png) top center no-repeat; margin: 0 auto 39px; padding: 12px 4px 0; position: relative; background-size:cover;}
#c1 #video-box  .vb-inner { }


.not #video-box iframe { display: none;}
.not #video-box .nojs { display: block;}


#c1 .thumb_list { position: relative; width: 100%; text-align: center; }
#c1 .thumb_list li { display: block; position: relative; margin-bottom: 18px; }
#c1 .thumb_list li:last-child { margin-bottom: 0;}



