@charset "UTF-8";

span.hidden {
	display: none;
}

option.avatar {
	background-repeat: no-repeat !important;
	padding-left: 40px;
}

.avatar .ui-icon {
	background-position: left top;
}

span.ui-icon.avatar {
	width: 32px;
	height: 32px;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 40px;
}

.ui-menu .ui-menu-item {
	line-height: 18px;
}

.ui-menu-icons {
	max-height: 240px;
}

.ui-menu-font-icons {
	max-height: 240px;
}

.cat-icon-select {
	width: 28px;
	text-align: left;
	margin-left: -3px;
}

.cat-icon-option {
	width: 36px;
	text-align: left;
	padding-left: 7px;
}

#ui-id-1-button {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0.5% 30%;
}

.movie_calendar input.calendar {
	width: 100%;
	font-weight: bold;
	padding-left: 40px;
	background: #EEEEEE;
	height: 36px;
	border-radius: 5px;
	border: solid 1px #D8DCDF;
	box-shadow: none;
}

.movie_calendar input.calendar:hover {
	background: #f6f6f6;
	cursor: pointer;
}

.movie_calendar input.calendar:active {
	color: #BA3939;
}

div.ui-datepicker {
	font-size: 150%;
}

.movie_calendar i.fa-calendar-alt {
	position: absolute;
	left: 14px;
}

.movie_table {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;

}

.movie_title {
	font-weight: bold;
	font-size: 18px;
}

.movie_rank {
	font-weight: bold;
	font-size: 18px;
	padding-left: 40px;
	background-repeat: no-repeat;
}

.movie_contents {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie_contents iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie_statistics1 {
	font-size: 16px;
	float: left;
}

.movie_statistics2 {
	padding-left: 8px;
	font-size: 16px;
	float: right;
}

.top_content table {
	width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

.top_content table tr:nth-child(2n+1) {
	background: #F2F2F2;
}

.top_content table td {
	padding: 10px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.pickup div img {
	padding: 2px;
}

.video_search_form {
	position: relative;
	height: 30px;
	border-radius: 5px;
	background: #F2F2F2;
	min-width: 130px;
	margin-top: 10px;
}

.video_search_input {
	width: 100%;
	font-weight: bold;
	background: #EEEEEE;
	height: 36px;
	border-radius: 5px;
	border: solid 1px #D8DCDF;
	box-shadow: none;
	padding: 0 10px;
}

input.video_search_input:hover {
	background: #f6f6f6;
}

.video_search_submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: inherit;
	line-height: 36px;
	border: none;
	cursor: pointer;
	background: transparent;
}

.pagination {
	overflow: hidden;
	margin-bottom: 10px;
}
 
.pagination ul {
	list-style: none;
	position: relative;
	left: 48%;
	float: left;
}

.pagination ul li {
	margin: 0 3px;
	position: relative;
	left: -50%;
	float: left;
	width: 50px;
	text-align: center;
}

.pagination ul li.current-page {
	width: 70px;
}

.pagination ul li span,
.pagination ul li a {
	display: block;
	font-size: 14px;
	padding: 0.5em 1em;
	border-radius: 5px;
}

.pagination ul li a {
	background: #EEEEEE;
	color: #000;
	text-decoration: none;
	border: solid 1px #D8DCDF;
}
 
.pagination ul li a:hover {
	background: #F6F6F6;
	border: solid 1px #D8DCDF;
}

.view-description {
	color: #ba3939;
	font-weight: 500;
	font-size: 14px;
}

.view-description:hover {
	font-weight: 700;
	cursor: pointer;
}

.description {
	font-size: 14px;
	display: none;
}

.visible.description {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}


.loader {
	display: none;
	color: #ba3939;
	font-size: 120px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	z-index: 9999;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media only screen and (min-width: 768px){
	.top_content {
		font-size: 1.4rem;
	}

	.top_content h4 {
		font-size: 1.6rem;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1023px){
	.top_content {
		font-size: 1.6rem;
	}

	.top_content h4 {
		font-size: 1.8rem;
		margin-top: 60px;
	}

}
@media only screen and (max-width: 767px){
	.top_content {
		font-size: 1.4rem;
	}

	.top_content h4 {
		font-size: 1.6rem;
		margin-top: 40px;
	}

}