@charset "utf-8";

.box{
	margin: 0 0 10px;
	padding: 10px;
	position: relative;
	min-height: 275px;
}
.box::after{
	content: "";
	display: block;
	clear: both;
}

.box img{
	float: right;
	width: 300px;
	margin-left: 10px;
}
.view_list{
	padding: 5px;
}

#video_table thead th {
font-size: 1.6rem;
	margin: 0 2px 2px;
	padding:5px 15px;
	text-align: left;
}

#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;
}
.text_overflow{
	width: 480px;
}

.box .btn{
position: absolute;
right: 10px;
top: 240px;
}

