@charset "utf-8";


@media screen and (max-width: 960px){

img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
//width:100%;
}

.main_base{
//	position: relative;
	width:640px;
	margin-left : auto ; margin-right : auto ;
}

.top_movie{
	position: relative;
	width:640px;
	margin-left : auto ; margin-right : auto ;
}

.top_movie1{
	position: absolute;
//	position: relative;
	width:240px;
	top:-710px;
//	left:50px;
	left:50px;
	float:left;
}

.top_movie2{
	position: absolute;
//	position: relative;
	width:240px;
	top:-710px;
	left:340px;
	float:left;
}

.top_news_all{
	position: absolute;
	width:56px;
	top:1165px;
	left:500px;
}
.top_news_text{
	position: absolute;
	width:560px;
	height:300px;
	top:1040px;
	left:40px;
	word-wrap: break-word;
	color:#000000;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
}

.global_banner{
	position: absolute;
//	position: relative;
	width:610px;
	height:160px;
	top:780px;
	left:15px;
	background-image:url(../../images/top/sp/banner_sp.jpg);
	background-repeat: no-repeat;

	margin-left : auto ; margin-right : auto ;

}

.news_date{
	color:#c5305d;
	font-size: 12px;
}

.banner_list{
	position: relative;
	width:610px;
	height:100px;

	margin-left : auto ; margin-right : auto ;
}

.banner{
	width:275px;
	height:65px;

	float:left;
//	width: 100%;
	margin: 20px 5px;


}

.title_today_on{
	position: relative;

//	top:670px;
	width:549px;
	margin-left : auto ; margin-right : auto ;
	margin: 30px auto;


}

.today_on_list{
	position: relative;
//	top:700px;
	width:640px;
//	height:1190px;
	height:1380px;

	margin-left : auto ; margin-right : auto ;

}

.today_on {
//	position: absolute;
	width:300px;
//	height:330px;
	height:400px;
	color:#000000;

	float:left;
//	width: 100%;
	text-align: left;
	margin: 0px 10px;
}

.tody_on_img{

	margin: 2px 0px 7px;

}

.today_on_date{
	font-size: 16px;
}
.today_on_read{
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
}
.today_on_text{
	font-size: 18px;
	line-height: 20px;
}

.main_base{
	position: relative;
	background-image:url(../../images/top/sp/main_base4.jpg);
	background-repeat: no-repeat;
	width: 640px;
//	height: 760px;
	height: 1510px;

}

.news_base{
	position: absolute;
	position: relative;
	background-image:url(../../images/top/sp/news_base.png);
	background-repeat: no-repeat;
	width: 608px;
	height: 360px;
	top:980px;
	left:0px;
	margin-left : auto ; margin-right : auto ;

}



/* #flickscroll
--------------------------- */
#flickscroll {
    margin: 0 auto;
    width: 585px;
    height: 400px;
    text-align: left;
    position: relative;
}
#flickscroll ul {
    top: 0;
    left: 0;
    height: 400px;
    position: absolute;
    overflow: hidden;
}
#flickscroll ul li {
    width: 290px;
    height: 400px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#flickscroll #moveprev {
    top: 20px;
    left: -15px;
    width: 30px;
    height: 400px;
    background: transparent url(../../images/button_bnr_left.png) no-repeat left top;
    position: absolute;
    cursor: pointer;
}
 
#flickscroll #movenext {
    top: 20px;
    right: -30px;
    width: 30px;
    height: 400px;
    background: transparent url(../../images/button_bnr_right.png) no-repeat left top;
    position: absolute;
    cursor: pointer;
}
 
 
 
/* #flickthumb
--------------------------- */
#flickthumb {
//    margin: 10px auto;
    width: 590px;
    height: 100px;
    text-align: center;
}
#flickthumb ul {
    width: 590px;
    height: 100px;
}
#flickthumb ul li {
    width: 100px;
    height: 100px;
    float: left;
    cursor: pointer;
    display: inline;
}
#flickthumb ul li.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* =======================================
    ClearFixElements
======================================= */
#flickscroll ul:after,
#flickthumb ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#flickscroll ul,
#flickthumb ul {
    display: inline-block;
    overflow: hidden;
}

#topMain{
	background-image: url(../../images/topbg.png);
	background-size: cover;
	background-color: #ffe35c;
	border-bottom: 8px solid #000;
}
#topMain .mainvisual{
	border-bottom: 10px solid #000;
}
#topMain .mainvisual img{
	vertical-align: bottom;
}

#topMain #left {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}


#left .count{
	display: none;
	position: relative;
	/*width: 300px;*/
	height: 324px;
	margin: 0 auto 20px;
	background:url(../../images/top/countdown_bg_sp.jpg) no-repeat 0 0;
	background-size: 100% auto;
	box-sizing: border-box;
}
#left .count span i:nth-child(2){
	margin-left: -8px;
}
#left .count .day{
	position: absolute;
	left: 18px;
	top: 92px;
	width: 162px;
}
#left .count .hour{
	position: absolute;
	left: 214px;
	top: 92px;
	width: 162px;
}
#left .count .min{
	position: absolute;
	left: 406px;
	top: 92px;
	width: 162px;
}
#left .count i{
	height: 144px;
	display: inline-block;
}
#left .count .count-0{
	width: 76px;
	background:url(../../images/top/countdown_sp_0.png) no-repeat 0 0;
}
#left .count .count-1{
	width: 48px;
	background:url(../../images/top/countdown_sp_1.png) no-repeat 0 0;
}
#left .count .count-2{
	width: 76px;
	background:url(../../images/top/countdown_sp_2.png) no-repeat 0 0;
}
#left .count .count-3{
	width: 78px;
	background:url(../../images/top/countdown_sp_3.png) no-repeat 0 0;
}
#left .count .count-4{
	width: 82px;
	background:url(../../images/top/countdown_sp_4.png) no-repeat 0 0;
}
#left .count .count-5{
	width: 76px;
	background:url(../../images/top/countdown_sp_5.png) no-repeat 0 0;
}
#left .count .count-6{
	width: 76px;
	background:url(../../images/top/countdown_sp_6.png) no-repeat 0 0;
}
#left .count .count-7{
	width: 76px;
	background:url(../../images/top/countdown_sp_7.png) no-repeat 0 0;
}
#left .count .count-8{
	width: 80px;
	background:url(../../images/top/countdown_sp_8.png) no-repeat 0 0;
}
#left .count .count-9{
	width: 76px;
	background:url(../../images/top/countdown_sp_9.png) no-repeat 0 0;
}
#left .second{
	display: none;
	width: 100%;
	height: 143px;
	margin-bottom: 20px;
	background:url(../../images/top/second_season_sp.jpg) no-repeat 0 0;
}
#left .second a{
	width: 100%;
	height: 143px;
	display: block;
}


#topMain #left .bn a {
    display: block;
    margin-bottom: 20px;
}

#topMain #left .bn.pc-img{
	display: none;
}
#topMain #left .bn a img{
	width: 100%;
}
#topMain #news {
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #c4adff;
	width: auto;

    box-sizing: border-box;
}
#topMain .box {
    border: 1px solid #000;
    border-bottom-width: 2px;
    border-top-width: 2px;
    padding: 10px 15px;
    border-radius: 10px;

    box-sizing: border-box;
}
#topMain #news h1 {
    font-size: 32px;
    padding-bottom: 5px;
    text-shadow: 0px 0px 5px #7600ff;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
#topMain #news .scrollErea {
    overflow: inherit;
    height: inherit;
    line-height: 1.4;
    box-sizing: border-box;
}
#topMain #news .scrollErea dd {
	text-align: left;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #fff;
    font-size: 18px;
}



}

