@charset "UTF-8";

/*====================================================================
  新着動画 <div id="sindeai">
====================================================================*/
#sindeai {
   clear: both;
}

#sindeai h2 img{
   max-width: 100%; 
   height:auto;
}

#sindeai ul {
   margin: 0;
   padding: 0;
}

#sindeai li {
   clear: both;
   position: relative;
   list-style: none;
   height: 100px;
   margin: 0;
   padding: 0;
   color: #000000;
   background-size: 20px 15px, 5px 120px;
   border-bottom: #CCCCCC dotted 1px;
}


#sindeai li img{
   clear: both;
   float: left;
   width: 80px;
   margin: 0 5px 0 0;
   border-radius: 10px;
}



#sindeai li a {
   height: 0px;
   padding: 0px 0px 0px 0px;
}

