/*******************関連動画**************************/

.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 .menu-title{
	margin:10px 0 0 0;
}
.column-right .menu-title img{
	width:100%;
}

.column-right .menu-explain{
	margin:20px 0 0 0;
	font-size:18px;
	line-height:160%;
}

.column-right .soukan{
	margin:20px 0 0 0;
}
.column-right .soukan img{
	width:100%;
}

.column-right .article-list{
	margin:20px 0 0 0;
}

.column-right .article-list a{
	text-decoration:none;
}

.column-right .article-list a .article-list-box{
	border:1px solid #ccc;
	background:#fff;
	margin-bottom:20px;
}

.column-right .article-list a .article-list-box:hover{
	background:#dce6f2;
	text-decoration:none;
}

.column-right .article-list .article-list-box img{
	width:100%;
}

.column-right .article-list .article-list-box .title{
	padding:10px;
	font-weight:bold;
}
