@charset "UTF-8";

/*
 * Video GoGo
 * ウィジェット
*/
.widget_title {
	font-size: 2.0rem;
	font-weight: bold;
}

footer h3.widget_title {
	padding: 1rem;
	border-bottom: 3px solid #666;
}

.video_content h3.widget_title,
#main-content h3.widget_title {
	padding: 1rem;
	border-bottom: 3px solid #666;
}

.widget_area {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.widget_area ul {
	line-height: 3.6rem;
}

/* サイドバー追従 */
#single_widget_sticky {
	position: sticky;
	top: 10px;
}

@media screen and (max-width:1399px) {
	#single_widget_sticky {
		display: none;
	}
}