@charset "utf-8";

.help header{
	display: flow-root;
	background-color: white;
	margin-bottom: 0;
}
.help header #header {
	margin-bottom: 0;
}

/* movielink */
#movielink{
	text-align: right;
	height: calc( 2em + 2px );
	font-size: 16px;
	font-weight: bold;
	margin-right: 0.5em;
}
#movielink a{
	color: #28b;
	padding: 0.5em;
	border-radius: 0.5em;
	border-width: 2px;
	border-style: solid;
	border-color: #28b;
	text-decoration: none;
}
#movielink a:hover{
	color: white;
	background-color: #28b;
}

@media screen and (min-width : 600px){
.help header .ci {
	padding: 18px 0 0px;
}
/* movielink */
#movielink {
	font-size: 18px;
}
}
