@charset "utf-8";

#video_table a.cng {
	 font-size: 1.2rem;	cursor: pointer;
	margin: 0 2px 2px;
	padding:5px;
	display:inline-block;
	border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
    background: #fff;
    border: 1px solid #003366;
    color: #003366;
}

#video_table a.cng:hover {
    background: #003366;
    border: 1px solid #003366;
    color: #fff;
}

#video_table a.slct, #video_table a.slct:hover { 
	cursor: default; 
    background: #003366;
    border: 1px solid #003366;
    color: #fff;
}
#List_box a{
font-size: 1.2rem;	padding:5px;
	line-height: 1.8;
}
#Year_box,#Month_box,#Day_box{
height: 2em;
}


#List_box{
height: 13em;
}


