
.clear-fix:after{
	display:block;
	content:"";
	clear:both;
}

/*******************関連動画**************************/

.column-left .related-movie{
	margin-top:10px;
	border-bottom:0;
}

.column-left .related-movie .title{
	padding-left:10px;
}

.column-left .related-movie article{
	overflow:hidden;
	position:relative;
	border-top:0;
}

.related-movie article .movie-img{
	float:left;
	width:150px;
	height:120px;
}

.related-movie article .movie-img img{
	width:100%;
	height:auto;
	margin:15px 0;
}

.related-movie article .length{
	position:absolute;
	top:69px;
	left:90px;
	background:#000;
	color:#fff;
	width:55px;
	height:25px;
	text-align:center;
	padding-top:5px;
}

.related-movie article .movie-info{
	float:left;
	width:400px;
	margin-left:20px;
	position:relative;
	height:120px;
}

.related-movie article .movie-info .movie-name{
	font-size:15px;
	line-height:150%;
	font-weight:normal;
	position:absolute;
	top:8px;
	left:5px;
	color:#000099;
}

.related-movie article .movie-info .movie-name:hover{
	text-decoration:underline;
}

.related-movie article .movie-info .lecturer-name{
	font-size:15px;
	font-weight:normal;
	float:none;
	position:absolute;
	bottom:20px;
	left:5px;
}

/***************************非会員向けの広告情報**************************/
.distribution{
	margin-top:20px;
	overflow:hidden;
}

.distribution .about{
	float:left;
}

.distribution .about img{
	width:350px;
	height:auto;
}


.distribution .about h3{
	padding-left:10px;
	width:400px;
	color:#000;
}

.distribution .tools{
	width:175px;
	height:auto;
	float:left;
}

.distribution .tools img{
	width:100%;
	height:auto;
	margin-top:15px;
}

.introduction-service{
	clear:both;
}

.distribution .service-detail{
	width:580px;
	display:inline-block;
	background:#000099;
	padding:15px 0;
	position:relative;
	font-size:18px;
	margin-bottom:45px;
}

.distribution .service-detail:after{
	content:"    ";
	display:inline-block;
	width:17px;
	height:17px;
	background:url("http://10mtv.jp/image/arrow-30-128.png")no-repeat;
	background-size:cover;
	position:absolute;
	top:15px;
	right:170px;

}

/*****************column-right サイドバーについて*******************/
.column-right .newer-article .title{
	border-bottom:1px dotted #aaa;
	padding:15px 0;
}

.column-right .newer-article .populer-index{
	overflow:hidden;
	position:relative;
	border-bottom:1px dotted #aaa;
	border-top:0;
	padding:20px 0;
}

.column-right .newer-article .populer-index img{
	position:static;
	float:left;
	width:80px;
	margin:0 10px 0 0;
}

.column-right .newer-article .populer-index .index-number{
	position:absolute;
	top:5px;left:0px;
	background:#fff;
	color:#000;
	width:18px;
	height:18px;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

.column-right .newer-article .populer-index .index-number1{
	color:#fff;
	background:FFCC00;
}

.column-right .newer-article .populer-index .index-number2{
	color:#fff;
	background:a6a6a6;
}

.column-right .newer-article .populer-index .index-number3{
	color:#fff;
	background:ee7700;
}


.newer-article a{
	text-decoration:none;
	color:#000;
}	

.newer-article a:hover{
	text-decoration:none;
	color:#000;
}	

/*
.column-right .newer-article .populer-index a{
	float:left;
	width:200px;
	color:#000;
	text-decoration:none;
}
 */

/****************おすすめ記事********************/
.column-right .recommend-column{
	margin:30px 0;
}

.column-right .recommend-column .title{
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px dotted #aaa;
	margin:0;
	padding:0 0 15px 0;

}

.column-right .recommend-column .title img{
	width:22px;
	verticainlinel-align:middle;
}


.column-right .recommend-column .recommend-article{
	font-size:12px;
	margin:0;
	border-bottom:1px dotted #aaa;
	list-style: none;
	overflow:hidden;
	padding:20px 0;
}

.column-right .recommend-column .recommend-article .image-box{
	width:82px;
	height:54px;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #ccc;
}
.column-right .recommend-column .recommend-article .image-box:hover{
	opacity:0.8;
}

.column-right .recommend-column .recommend-article .image-box img{
	width:100%;
	height:auto;
}

.column-right .recommend-column .recommend-article a{
	#float:left;
	margin:0;
	width:315px;
	padding:8px 0px 10px 0px;
	color:#1d3994;
	text-decoration:none;
}
.column-right .recommend-column .recommend-article a:hover{
	text-decoration:underline;
}

.column-right .recommend-column .recommend-article h3{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:15px;
	width:315px;
	line-height:140%;
}

/*
.column-right .recommend-column a .recommend-article:hover{
	background:#dce6f2;
	text-decoration:none;
}
 */

