@charset "utf-8";

.top_movie_link {
	height: 0;
	padding-top: 20px;
	padding-bottom: 55%;
	position: relative;
	background: #fff;
}

.top_movie_link iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.top_banner_area {
	width: 100%;
	height: auto;
	margin: 5px auto 5px auto;
	text-align: center;
	background: #fff;
}

.top_banner_area ul{
	margin: 0 auto 0 auto;
	text-align: center;
}

.top_banner_area ul li{
	margin: 5px auto 5px auto;
}

.top_banner_area ul li img{
	width: 100%;
}

.top_news {background: #fff;}

.top_news_textbox{
	width: 99%;
	height: 800px;
	border: 1px solid #FE7F9C;
	box-sizing: border-box;
	margin: 15px auto 15px auto;
	text-align: center;
}

.top_news_textbox_inner{
	width: 90%;
	height: 90%;
	padding: 10px;
	margin: 50px auto 0 auto;
	text-align: center;
	overflow-y: auto;
}

.top_news_textbox_inner .topic{
	padding:0 0 15px;
	font-size: 18px;
	border-bottom: 1px solid #099;
}

.top_news_textbox_inner .topic:after {
	overflow: hidden;
	display: block;
	content: "";
	clear: both;
}

.top_news_textbox_inner .topic .topic_text {
	width: 98%;
}

.top_news_textbox_inner .topic .topic_text h2 {
	background: #FDDE35;
	color: #fff;
	font-size: 1.4em;
	margin: 0 0 8px;
	padding: 8px;
	height: auto;
}

.top_news_textbox_inner .topic .topic_text h2 .topicDate {
	font-size: 0.7em;
	font-weight: lighter;
	padding: 0 0 0 10px;
}

.top_news_textbox_inner .topic img {
}

.top_news_textbox_inner .topic:last-of-type {
	border-bottom: none;
}

.modal-open{}

.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,75%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 99999;
}

.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.modal-container.active{
	opacity: 1;
	visibility: visible;
}

.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 900px;
	height: auto;
	top: 0px;
}

.modal-close{
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -10;
	width: 40px;
	height: 40px;
	font-size: 40px;
	text-align: center;
	margin: 13px auto 0 auto;
	color: #fff;
	cursor: pointer;
}

.modal-content{
	height: 600px;
	background: #FEEEED;
	overflow: auto;
}

.modal-content ul{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.modal-content ul li{
	color:#fff;
	font-size:16px;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.modal-content ul li span{
	color: #fff;
	font-size: 20px;
}

.modal-content_p01{
	padding: 10px;
	font-size: 16px;
	background: rgba(254,127,156,0.3);
}

.modal-content_p02{
	padding: 10px;
	font-size: 16px;
	background: rgba(254,127,156,0.6);
}

.top_ranking {
	background: #fff;
}

.top_ranking section{}

.rankinglist_loop{
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.rankinglist_loop ul{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.rankinglist_loop ul li{
	width: 32%;
	padding-top: 15px;
	margin-left: 9px;
	float: left;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.rankinglist_loop ul li:hover{transform: translateY(-15px);}

.rankinglist_loop ul li img{
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.rankinglist_loop ul li a{
	background: #DF5286;
	box-sizing: border-box;
	border: 3px #dbdbdb solid;
	color: #fff;
	display: block;
	position: relative;
	height: 530px;
}

.rankinglist_loop ul li:nth-of-type(2) a{
	border: 3px #E0B020 solid;
	height: 530px;

}
.rankinglist_loop ul li:nth-of-type(3) a{
	border: 3px #815a2b solid;
	height: 530px;
}

.ranking_profile {
	width: 100%;
	padding: 3px 0 5px;
}

.ranking_list_name{
	color: #FDDE35;
	margin-bottom: 2px;
	font-size: 1.3em;
}

.font_standard{
	font-size: 0.9em;
}

.top_ranking_order img {
	margin-bottom: 5px;
	max-width: 235px;
}

.ranking_thum {
	float: none;
	position: relative;
	width: 100%;
}

.ranking_profile p{
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top_ranking_enter {
	width: 40%;
	line-height: 60px;
	border-radius: 3px;
	margin: 35px auto 2px auto;
	text-align: center;
	background: #FE7F9C;
}

.top_ranking_enter a{
	font-size:20px;
	color: #fff;
	display: block;
}

.topranking_icon{
	width: 95%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.topranking_icon ul{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.topranking_icon ul li{
	max-width: 21%;
	height: 22px;
	font-size: 7.5px;
	margin: 0 5px 0 2px;
	padding: 3px 1% 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background: #FDDE35;
	color: #000;
	display: inline-block;
	border-radius: 3px;
}

.topranking_icon li:last-of-type{
	margin: 0;
}

.top_schdule_list {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.top_schdule_list ul.sch_li{
	overflow: visible;
	width: 100%;
	padding-top: 40px;
	margin: 0 auto 0 9px;
	text-align:center;
}

.top_schdule_list ul.sch_li li.top_sch_li{
	float: left;
	margin: 0 0.2% 25px auto;
	text-align: center;
	width: 33%;
}

.top_schdule_list ul.sch_li li.top_sch_li a{
	border: 1px solid #DF5286;
	width: 95%;
	height: 550px;
	background: #fff;
	box-shadow: 0 0 5px rgba(194,173,173,0.6);
	display: block;
	position: relative;
	color: #333333;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.top_schdule_list ul.sch_li li.top_sch_li a:hover{
	transform: translateY(-15px);
		z-index: 9999;
}

.top_schdule_list ul.sch_li li.top_sch_li p{
    padding: 3px 0;
}

.top_schdule_image {
	width: 100%;
	height: 375px;
	overflow: hidden;
	position: relative;
}

.list_prof {
	width: 100%;
	padding: 3px 0 5px;
}

.list_prof_name {
	width: 100%;
	text-align: center;
	margin: -5px auto 0 auto;
	padding: 3px 0 5px;
	color: #FE7F9C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.5em;
}

.list_prof_spec {
	font-size: 0.9em;
	padding-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_prof_comment {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 0.9em;
	width: 100%;
	color: #d05a9c;
}

.list_prof_schdule {
	width: 279px;
	height: 50px;
	margin-top: -60px;
	text-align: center;
	background: rgba(255,255,255,0.7);
	font-size: 1.4em;
	line-height: 50px;
	position: absolute;
}

.sche_comment{
	font-size: 1.1em;
}

.toplist_icon{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.toplist_icon ul{
	width: 95%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.toplist_icon ul li{
	width: auto;
	height: 20px;
	font-size: 49%;
	margin: 0 0 0 0;
	padding: 3px 1% 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background: #e6b422;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
}

.toplist_icon li:last-of-type{
	margin: 0;
}

.movie_top_link {
	width: 94%;
	padding: 20px 3%;
	background: #DF5286;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
}

.movie_top_link i{
    margin: 0 10px 0 0;
}

.movie_top_box {
	margin: 0 auto 30px auto;
	text-align: center;
	border: 1px solid #DF5286;
	padding-bottom: 40px;
}

.movie_top_box ul{
	margin: 20px auto 0 auto;
	text-align: center;
	padding: 5px auto 5px auto;
	width: 95%;
	height: auto;
	list-style-type: none;
	box-sizing: border-box;
}

.movie_top_box ul li{
	width: 48%;
	float: left;
	height: auto;
	margin-left: 12px;
	margin-bottom: 10px;
}

.movie_top_box h3{
	margin-bottom: 5px;
	text-align: left;
	height: 20px;
	font-size: 18px;
	padding: 5px 0 5px 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-left: 2px solid #DF5286;
}

.movie_link_box {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding-bottom: 15px;
	text-align: center;
}

.movie_link_box img{
	width: 409px;
	height: 230px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#top_shamail {
	padding-bottom: 40px;
	border: 1px solid #DF5286;
}

#top_shamail ul{
	width: 98%;
	margin: 10px auto 5px auto;
	text-align: center;
	box-sizing: border-box;
}

#top_shamail ul li{
	width: 23.5%;
	margin: 2px auto 2% 10px;
	text-align: center;
	float: left;
	border: 1px #DF5286 solid;
}

.top_shamail_image {
	height: 210px;
	position: relative;
	overflow: hidden;
	display: block;
}

.top_shamail_image:before {
	content: "";
	display: block;
}

.top_shamail_image img{
	width: 100%;
	height: 100%;
	transition: 1s all;
	object-fit: cover;
}

.top_shamail_image img:hover{
	transform: scale(1.2,1.2);
	transition: 1s all;
}

.top_shamail_image_box{
	width: 100%;
	height: 210px;
	overflow: hidden;
	background: rgba(23,138,186,0.9);
}

.shamail_title{
	border-top: 1px #178ABA solid;
	border-bottom: none;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
}

.shamail_title div{
	width: 99%;
	height: 30px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.shamail_title p{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	text-align: left;
}

.photo_up{
	background: #e3375f;
	color: #fff;
	font-size: 10px;
	padding: 2px;
	margin-left: 150px;
	top:-30px;
	position: relative;
}

.shamail_title h3 a{
	font-weight: normal;
	color: #d05a9c;
	font-size: 98%;
	font-weight: bold;
	text-decoration :none;
}

.shamail_title a {
	padding: 4px 0;
	text-decoration: underline;
	overflow: hidden;
	box-sizing: border-box;
	color: #178ABA;
	display: block;
	font-size: 13px;
	text-align: center;
}

.shamail_title a:hover {
	text-decoration: none;
}

.shamail_title a span {
	font-size: 12px;
	margin-left: 3px;
}

.top_newface {
	background: #fff;
}

.top_newface section{}
