@charset "utf-8";

/* ==========================================================================
	slider
========================================================================== */
#main-slider{display:none; width:calc(100% - 440px) !important;}
#main-slider .sp-slide{
	background:#000;
	
	}
.sp-slide{
	/*
	height:450px !important;
	*/
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;	
}
.sp-slide img{
	max-width:1360px !Important;
	/*
	margin-left:auto !Important;
	margin-right:auto !Important;
	*/
	display:block;
	position:absolute;
	margin:auto;

}
#main-slider .sp-slide:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;	
}
.sp-slide p{
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	padding:15px 40px 15px;
	font-size:18px;
	font-weight:bold;	
	box-sizing:border-box;
	background:rgba(0,0,0,.6);	
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.9) 83%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.9) 83%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.9) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
font-family:'MotoyaAr04pMaruN' !Important;
}
.sp-slide p span{
	display:inline-block;
	font-size:12px;
	line-height:22px;
	margin-top:8px;
	font-weight:bold;
	height:44px;
}
.slide_movie a:after{
width:100px;
height:100px;
content:'';
display:block;
position:absolute;
left:50%;
top:50%;
background:url(../image2018/slide_play.png) no-repeat;
transform: translate(-50%, -50%);
z-index:10;
}
/*
.sp-thumbnail:after{
	content:"";
	width:0;
	clear:both;
	}
	*/
.sp-thumbnail .img_area{
	width:140px;
	height:80px;
	position:relative;
	overflow:hidden;
	float:left;
	border-bottom:1px solid #d5d5d5;
	box-sizing:border-box;
	}
.sp-thumbnail .img_area img{
	display:block;
	position:absolute;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	}
.sp-thumbnail:after{
	content:"";
	clear:both;
	}
.sp-thumbnail{
	width:100%;
	}

.sp-thumbnail .txt_area{
	width:calc(100% - 140px);
	padding:33px 10px 0px 15px;
	box-sizing:border-box;
	display:block;
	float:left;
	font-family:'MotoyaAr04pMaruN' !Important;
	}

.sp-thumbnail .txt_area h2{
	width:100%;
	font-size:13px;
	font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*
	margin-bottom:5px;
	*/
	box-sizing:border-box;
	}
.sp-thumbnail .txt_area p{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	}
.sp-thumbnails-container {
	overflow-y:scroll !important;
}
.sp-thumbnails-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
.sp-thumbnails-container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.sp-thumbnails .sp-thumbnail-container:nth-child(odd){
	background: #fff;
}


.sp-thumbnails .sp-thumbnail-container:nth-child(even){
	background: #f4f4f4;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:2px;
	height:80px;
	background:#d5d5d5;
	}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail .sp-thumbnail:before{
	background:#24ade2;
	
	}
	
	
/*IE調整追記分*/

.sp-image-container a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	}
.sp-image{
/*
	margin-top:0 !important;
*/
	}
/*
@media screen and ( max-width: 1018px ) {
	#main-slider{display:none; width:calc(100% - 300px) !important;}
}*/


.kokuchi_bnr{
	display:block;
	width:calc(100% - 30px);
	max-width:960px;
	margin:0px auto;
	}

@media screen and ( max-width: 950px ) {
#main-slider{display:none; width:100% !important;}

#main-slider .sp-thumbnails{
	display:none;
	}
.sp-slide p span{
	display:none;
	}
	/*
#main-slider .sp-slide, #main-slider.sp-mask{
	height:275px !important;	
}*/
.sp-slide p{
	height:auto;
	padding:15px;
	font-size:18px;
	font-weight:bold;
	}
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top:0 !Important;
	}
#main-slider .sp-buttons{
	background:#f4f4f4;
	}
	.slide_movie a:after{
		width:50px;
		height:50px;
		background-size:50px 50px;
	}
}
	
	
@media screen and ( max-width: 800px ) {
	
.kokuchi_bnr{
	width:calc(100% - 15px);
}

}

/* ==========================================================================
	top_nw
========================================================================== */

#top_nw{
	width:100%;
	position:relative;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    background: #f4f4f4;
	}

/*-------- top_news　--------*/
#top_news{
	
	width:100%;
	padding:50px 5vw;
	box-sizing:border-box;
	/*
	border-bottom:1px solid #d6d6d6;
	
*/
}
	
	
/*-- news_zenkoku　--*/
.news_zenkoku{
	width:100%;	
	box-sizing:border-box;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	
	}
.news_zenkoku .zenkoku_link{
	display:block;
	width:130px;
	height:56px;
	box-sizing:border-box;
	padding-top:20px;
	background:#282828;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	}
.news_zenkoku .ticker {
    width: calc(100% - 130px);
	height:56px !important;
	bacground:#fff;
	padding:8px 15px 0px 20px;
    border-top: #d6d6d6 2px solid;
    border-right: #d6d6d6 2px solid;
    border-bottom: #d6d6d6 2px solid;
	box-sizing:border-box;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
    position: relative;
    overflow: hidden;
	background:#fff;
	color:#000000;
}
.ticker ul {
    width: 100%;
    position: relative;
}
 
.ticker ul li {
    width: 100%;
	width:100%;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    display: none;
}

.ticker ul li p{
	width:100%;
	font-size:12px;
	font-weight:bold;
	line-height:18px;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
	
.ticker ul li input{
	position:relative; 
	vertical-align:top;
	width:100%;
	font-size:11px;
	font-weight:bold;
	line-height:11px;	
	height:40px !important;
	border:none;
	display:block;
	padding:0;
		
}


/*--- 地震速報---*/

#jisoku_btn{
	width:100%;
	height:auto;
	margin-bottom:25px;
	border-radius: 3px;        
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;  
	position:relative;
	border:1px solid #c4c4c4;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
	}
#jisoku_btn:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
	
#jisoku_btn td{
	font-size:12px;
	line-height:16px;
	color:#333;
	width:calc(100% - 190px);
	box-sizing:border-box;
	padding-left:0;
	padding-right:10px;
	vertical-align: middle;
	}
#jisoku_btn th{
	width:190px;
	font-size:16px;
	padding:16px 20px 16px 37px;
	box-sizing:border-box;
	position:relative;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#333;
	vertical-align: middle;
	}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #jisoku_btn li:first-child{
	padding-top:19px;
}
}
#jisoku_btn th:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:20px;
	height:9px;
	width:9px;
	margin:auto;
	padding:0;
	background:url(../image2011/ji_arrow.png) top center no-repeat;
	}
.glay{
	background:#ececec;
}
.yellow{
	background:#ffe557;
}
.red{
	background:#ff3919;
	border:0 !important;
	}
.red th,
.red td{
	color:#fff !important;
	}

#jisoku_btn.red th:before{
	background:url(../image2011/ji_arrow2.png) top center no-repeat !important;
	}



/*-- news_kumamoto　--*/
.news_kumamoto{
	width:100%;
	/*
	background:#fff;
	padding:15px 20px 10px 20px;
	box-sizing:border-box;
	margin:20px 0 30px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
	}
.news_kumamoto h2{
	width:100%;
	position:relative;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.15em;
	margin-bottom:20px;
	}

.news_kumamoto h2 a{
	display:block;
	width:130px;
	height:25px;
	font-size:13px;
	padding:6px 0 0 32px;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.025em;
	position:absolute;
	right:0;
	top:0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background:#0086d3;
	}
	
.news_kumamoto h2 a:before{
	content:"";
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	right:16px;
	top:7px;
	background:url(../image2018/news_kuma_ar.png);
	background-size:cover;
    transition: right 0.4s ease;
	}
	
	
	
.news_kumamoto h2 a:hover:before{
	right:11px;
}
.news_list{
	position: relative;
	width: 100%;
	max-width:1600px;
	display:flex;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin:0 auto 30px;
	
}
.news_kumamoto .news_top{
	width:48%;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-bottom: 30px;
	
	}
.news_kumamoto .news_top .img_area{
	width:37%;
}
.news_kumamoto .news_top .text_area{
	width:calc(100% - 41%);
	margin-left:4%;
	}
.news_kumamoto .nday{
	font-size:14px;
	color:#727272;
	margin-bottom:8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	}
.news_kumamoto .ntit{
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	}
.news_kumamoto .ntxt{
	color:#000;
	font-size:12px;
	line-height:22px;
	margin-top:3px;
	}
.news_kumamoto .news_list li{
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;	
	/*
			padding:15px 0;
	*/
	box-sizing:border-box;
	border-top:1px solid #d6d6d6;

	}
.news_kumamoto .news_list li:first-child{
	border-top:none;
	margin-top:5px;
	
	}
.news_kumamoto .news_list li span{
	display:block;
	width:110px;
	font-size:14px;
	line-height:15px;
	color:#727272;
			padding:15px 0;
	}
.news_kumamoto .news_list li a{
	display:block;
	width:calc(100% - 110px);
	overflow: hidden;
	white-space: nowrap;
	font-size:14px;
	line-height:15px;
	text-overflow: ellipsis;
			padding:15px 0;
	
	}
	
#top_news .bnr_area{
	position: relative;
	width: 100%;
	max-width:1300px;
	margin:60px auto 0;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	
}

#top_news .bnr_area	a{
	display: block;
	width: 38%;
}
#top_news .bnr_area	a:nth-child(2):after{
	content: "";
    display: block;
    position: absolute;
	width: calc((90/490)*100%);
	height: 100%;
    top: -15px;
    z-index: 100;
    right: 3.8%;
    background: url(../image2018/live_icon.png);
    background-size: cover;
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
    -o-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}
#top_news .bnr_area	a:nth-child(3){
	width:23%;
	max-width:500px;
}

/*-------- top_weather　--------*/
#top_weather h2{
	width:100%;
	background:#f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	font-weight:bold;
	position:relative;
	box-sizing:border-box;
	height:56px;
	padding:18px 0 0 30px;

	}
#top_weather h2 a{
	display:block;
	width:130px;
	height:25px;
	font-size:13px;
	padding:6px 0 0 32px;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.025em;
	position:absolute;
	right:20px;
	top:15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background:#0086d3;
	}
	
#top_weather h2 a:before{
	content:"";
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	right:16px;
	top:7px;
	background:url(../image2018/news_kuma_ar.png);
	background-size:cover;
	transition: right 0.4s ease;
	}
	
	
	
#top_weather h2 a:hover:before{
	right:11px;

}	

#top_weather p{
	margin: 20px 0;
}

#top_weather ul{
	width:100%;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-top:20px;
	}

#top_weather ul li{
	width:48%;
	margin-bottom:20px;
	padding:19px calc(25% - 95px) 22px;
	box-sizing:border-box;
	background:#f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

#top_weather ul li p{
	position:relative;
	width:74px;
	display:block;
	height:80px;
	}
	
#top_weather ul li p:first-child{
	width:80px;
	padding-left:0;
	padding-top:5px;
	}
	
#top_weather ul li p span{
	position:relative;
	display:block;
	width:100%;
	padding-left:50px;
	box-sizing:border-box;
	margin-top:8px;
	font-size:14px;
	}
#top_weather ul li p span:first-child{
	margin-top:0;
	}
#top_weather ul li p .wtime1:before{
	content:"0-6";
	display:block;
	position:absolute;
	left:0;
	top:0;
	}
#top_weather ul li p .wtime2:before{
	content:"6-12";
	display:block;
	position:absolute;
	left:0;
	top:0;
	}
#top_weather ul li p .wtime3:before{
	content:"12-18";
	display:block;
	position:absolute;
	left:0;
	top:0;
	}
#top_weather ul li p .wtime4:before{
	content:"18-24";
	display:block;
	position:absolute;
	left:0;
	top:0;
	}
#top_weather ul li p .w_name{
	display:block;
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
	padding:3px 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background:#d6d6d6;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-sizing:border-box;
	}

#top_weather .live_bnr{
	display:block;
	position:relative;
	}
#top_weather .live_bnr:after{
	content:"";
	display:block;
	position:absolute;
	width:6.1vw;
	height:6.1vw;
	top:0;
	z-index:100;
	right:3.8%;
	background:url(../image2018/live_icon.png);
	background-size:cover;
 -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
    -o-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
	}
	
	
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

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

	.news_kumamoto .news_top .img_area{
		width:100%;
	}
	.news_kumamoto .news_top .text_area{
	width:100%;
	margin:30ppx 0 0;
	}
#top_weather h2{
	padding:18px 0 0 15px;

	}
#top_weather ul li{
	width:100%;
	padding:15px calc(50% - 95px) 20px;
	}
	
}
	
@media screen and ( max-width: 800px ) {

	/*-------- top_news　--------*/
	#top_news{
		width:100%;
		padding:40px 15px 50px;
		box-sizing:border-box;
		background:#f4f4f4;
		border-bottom:1px solid #d6d6d6;
		}

	#top_news .con_stit{
		margin-bottom: 0;
	}
	/*-- news_zenkoku　--*/
	.news_zenkoku .zenkoku_link{
		display:block;
		width:100px;
		height:68px;
		box-sizing:border-box;
		padding-top:12px;
		text-align:center;
		font-size:16px;
		line-height:1.4;
		font-weight:bold;
		color:#fff;
		}
	.news_zenkoku .ticker {
		width: calc(100% - 100px);
		height:68px !important;
		padding:10px 15px 0px 20px;
		border-top: #d6d6d6 1px solid;
		border-right: #d6d6d6 1px solid;
		border-bottom: #d6d6d6 1px solid;
		box-sizing:border-box;
	}
	.Android .news_zenkoku .ticker,
	.iPhone .news_zenkoku .ticker{
		padding-top:12px;
	}
	.ticker ul li p{
		display:none;
		width:100%;
		font-size:12px;
		font-weight:bold;
		line-height:23px;
		height:45px;
		box-sizing:border-box;
		}
	.ticker ul li .textOverflow{
		height:48px;
		display:inline-block;
		overflow: hidden;
		white-space: normal;
		text-overflow: ellipsis;
		}



	/*---地震速報---*/

	#jisoku_btn{
		margin-bottom:15px;
		}
	#jisoku_btn td{
		width:calc(100% - 145px);
		font-size:11px;
		line-height:16px;
		box-sizing:border-box;
		color:#333;
		vertical-align: middle;
		}
	#jisoku_btn th{
		font-size:13px;
		width:145px;
		padding:16px 10px 16px 28px;
		position:relative;
		font-weight:bold;
		letter-spacing:0.1em;
		color:#333;
		}
	#jisoku_btn th:before{
		content:"";
		position:absolute;
		top:0;
		bottom:0;
		left:10px;
		height:9px;
		width:9px;
		margin:auto;
		padding:0;
		background:url(../image2011/ji_arrow.png) top center no-repeat;
		}


	/*-- news_kumamoto　--*/
	.news_kumamoto{
		width:100%;
		padding:20px 15px 10px;
		box-sizing:border-box;
		margin:15px 0 0;
		}
	.news_kumamoto h2{
		font-size:16px;
		letter-spacing:0.15em;
		margin-bottom:25px;
		}

	.news_kumamoto h2 a{
		display:block;
		width:126px;
		height:25px;
		font-size:12px;
		padding:6px 0 0 28px;
		top:-4px;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(1,87,137,1);
		-moz-box-shadow: 0px 1px 0px 0px rgba(1,87,137,1);
		box-shadow: 0px 1px 0px 0px rgba(1,87,137,1);
		}

	.Android .news_kumamoto h2 a,
	.iPhone .news_kumamoto h2 a{
		padding-top:7px;
		}

	.news_list{
		margin:0 auto 20px;

	}
	.news_kumamoto .news_top{
		width:100%;
		margin-bottom: 20px;
		}
	
	.news_kumamoto .news_top:first-child,
	.news_kumamoto .news_top:nth-child(2){
		width: 48%;
		margin-bottom: 30px;
	}
	.news_kumamoto .news_top .img_area{
		width:35%;
		margin-bottom:15px;
	}
	.news_kumamoto .news_top .text_area{
		width:65%;
		padding-left: 15px;
		margin:0;
		box-sizing:border-box;
		}
	
	.news_kumamoto .news_top:first-child .img_area,
	.news_kumamoto .news_top:nth-child(2) .img_area{
		width: 100%;	
	}
	
	
	.news_kumamoto .news_top:first-child .text_area,
	.news_kumamoto .news_top:nth-child(2) .text_area{
		width: 100%;	
		padding-left: 0;
	}
	.news_kumamoto .news_top:nth-child(7),
	.news_kumamoto .news_top:nth-child(8){
		display:none;
	}
	
	.news_kumamoto .nday{
		font-size:12px;
		margin-bottom:6px;
		}
	/*
	.news_kumamoto .ntit{
		font-size:15px;
		}
	*/
	.news_kumamoto .ntxt{
		display: none;
		font-size:14px;
		line-height:23px;
		margin-top:3px;
		}


	#top_news .bnr_area{
		margin:40px auto 0;
	}

	#top_news .bnr_area	a{
		display: block;
		width: 100%;
		margin:0 auto 20px;
	}
	#top_news .bnr_area	a:nth-child(2):after{
		content: "";
		display: block;
		position: absolute;
		width: calc((90/490)*100%);
		height: 100%;
		top: -15px;
		z-index: 100;
		right: 3.8%;
		background: url(../image2018/live_icon.png);
		background-size: cover;
		-webkit-animation: spin 5s linear infinite;
		-moz-animation: spin 5s linear infinite;
		-ms-animation: spin 5s linear infinite;
		-o-animation: spin 5s linear infinite;
		animation: spin 5s linear infinite;
	}
	#top_news .bnr_area	a:nth-child(3){
		width:100%;
		max-width:300px;
	}
	/*-------- top_weather　--------*/
	#top_weather h2{
		font-size:16px;
		letter-spacing:0.15em;
		margin-bottom:15px;
		height:50px;
		padding:15px 0 0 15px;
		}
	.Android #top_weather h2,
	.iPhone #top_weather h2{
		padding-top:17px;
		}
	#top_weather h2 a{
		display:block;
		width:126px;
		height:25px;
		font-size:12px;
		padding:6px 0 0 28px;
		top:-4px;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(1,87,137,1);
		-moz-box-shadow: 0px 1px 0px 0px rgba(1,87,137,1);
		box-shadow: 0px 1px 0px 0px rgba(1,87,137,1);

		position:absolute;
		right:15px;
		top:13px;
		}
	.Android #top_weather h2 a,
	.iPhone #top_weather h2 a{
		padding-top:7px;
	}
	#top_weather{
		width:100%;
		padding:50px 5vw;
		box-sizing:border-box;
		border-bottom:1px solid #d6d6d6;
		}

	#top_weather ul li{
		width:48%;
		padding:15px 10px 20px 10px;
		}

	#top_weather ul li p{

		width:60px;
		height:auto;
	}
	#top_weather ul li p:first-child{
		width:60px;
		padding-left:0;
		padding-top:5px;
		}

	#top_weather ul li p span{
		position:relative;
		display:block;
		width:100%;
		padding-left:42px;
		box-sizing:border-box;
		margin-top:5px;
		font-size:13px;
		}

	#top_weather ul li p span:first-child{
		margin-top:0;
		}
	#top_weather ul li p .w_name{
		width:100%;
		padding:3px 0;
		font-size:10px;
		}

	.Android #top_weather ul li p .w_name,
	.iPhone#top_weather ul li p .w_name{
		padding-top:5px;
		}


	#top_weather .live_bnr:after{
		content:"";
		display:block;
		position:absolute;
		width:13vw;
		height:13vw;
		top:0;
		right:4%;
		}
	
}
	
	
	
	
	

/* ==========================================================================
	top_en
========================================================================== */
	
#top_en{
	width:100%;
	padding:60px 8.4vw 80px;
	box-sizing:border-box;
	background:url(../image2018/top_en_bg.png) bottom center repeat-x;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			border-bottom:1px solid #a6dfff;
	
	}
	
/*-------- en_cate　--------*/
#top_en .en_cate{
	width:296px;
	margin-left:4vw;
	}
#top_en .en_cate h2{
	width:100%;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.16em;
	text-align:center;
	padding:20px 0;
	text-align:center;
	background:#f4f4f4;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#top_en .en_cate ul{
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

#top_en .en_cate ul li{
	display:block;
	width:85px;
	height:85px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.05em;
	box-sizing:border-box;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#f4f4f4;
	border:2px solid #d6d6d6;
	position:relative;
	margin-top:20px;
	padding-top:50px;
	box-sizing:border-box;
	cursor: pointer;
	}
	
#top_en .en_cate ul li a{
	color:rgba(0,0,0,0.8);
	}
#top_en .en_cate ul .active{
	color:#fff;
	background:#0086d3;
	border-color:#0086d3;
	}
	
#top_en .en_cate ul .active a{
	color:#fff;
	
	}
#top_en .en_cate ul li:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	
	}
#top_en .en_cate ul .cate0:before{
	width:20px;
	height:20px;
	background:url(../image2018/top_en_icon0.png);
	background-size:cover;
	top:20px;	
	}
#top_en .en_cate ul .cate0.active:before{
	background:url(../image2018/top_en_icon0_af.png);
	background-size:cover;
	}
	
#top_en .en_cate ul .cate1:before{
	width:35px;
	height:22px;
	background:url(../image2018/top_en_icon1.png);
	background-size:cover;
	top:20px;	
	}
#top_en .en_cate ul .cate1.active:before{
	background:url(../image2018/top_en_icon1_af.png);
	background-size:cover;
	}
	
#top_en .en_cate ul .cate2:before{
	width:19px;
	height:27px;
	background:url(../image2018/top_en_icon2.png);
	background-size:cover;
	top:15px;	
	}
#top_en .en_cate ul .cate2.active:before{
	background:url(../image2018/top_en_icon2_af.png);
	background-size:cover;
	}
	
#top_en .en_cate ul .cate3:before{
	width:25px;
	height:18px;
	background:url(../image2018/top_en_icon3.png);
	background-size:cover;
	top:20px;	
	}
#top_en .en_cate ul .cate3.active:before{
	background:url(../image2018/top_en_icon3_af.png);
	background-size:cover;
	}
	
#top_en .en_cate ul .cate4:before{
	width:19px;
	height:25px;
	background:url(../image2018/top_en_icon4.png);
	background-size:cover;
	top:15px;	
	}
#top_en .en_cate ul .cate4.active:before{
	background:url(../image2018/top_en_icon4_af.png);
	background-size:cover;
	}
	
#top_en .en_cate ul .cate5:before{
	width:28px;
	height:28px;
	background:url(../image2018/top_en_icon5.png);
	background-size:cover;
	top:12px;	
	}
#top_en .en_cate ul .cate5.active:before{
	background:url(../image2018/top_en_icon5_af.png);
	background-size:cover;
	}
	
#top_en .en_cate ul .cate6:before{
	width:25px;
	height:25px;
	background:url(../image2018/top_en_icon6.png);
	background-size:cover;
	top:15px;	
	}
#top_en .en_cate ul .cate6.active:before{
	background:url(../image2018/top_en_icon6_af.png);
	background-size:cover;
	}
	
#top_en .en_cate ul .cate7:before{
	width:33px;
	height:15px;
	background:url(../image2018/top_en_icon7.png);
	background-size:cover;
	top:23px;	
	}
#top_en .en_cate ul .cate7.active:before{
	background:url(../image2018/top_en_icon7_af.png);
	background-size:cover;
	}
	
#top_en .en_cate ul .cate8:before{
	width:25px;
	height:20px;
	background:url(../image2018/top_en_icon8.png);
	background-size:cover;
	top:19px;	
	}
#top_en .en_cate ul .cate8.active:before{
	background:url(../image2018/top_en_icon8_af.png);
	background-size:cover;
	}
	
	
	
	
	
/*-------- en_link　--------*/
#top_en .en_link{
	width:calc(100% - 346px - 4vw);
	height:373px;
	padding-right:38px;
	overflow-y:scroll;
	box-sizing:border-box;
	}
	
	
#top_en .en_link::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
#top_en .en_link::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#top_en .en_link ul li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #d6d6d6;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;	
	}
#top_en .en_link ul li span{
	display:inline-block;
	width:100px;
	height:24px;	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background:#d6d6d6;
	box-sizing:border-box;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	font-size:12px;
	}
#top_en .en_link ul li p{
	width:85px;
	font-size:15px;
	padding-top:4px;
	}
#top_en .en_link ul li a{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	/*
	width:calc(100% - 235px);
	*/
	width:calc(100% - 125px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top:4px;
	}
	/*
#top_en .en_link ul .notime a{
	width:calc(100% - 125px);


}*/
#top_en .en_link ul .mi span:before{
	content:"見てね";
	}
#top_en .en_link ul .ki span:before{
	content:"聴いてね";
	}
#top_en .en_link ul .bo span:before{
	content:"応募してね";
	}
#top_en .en_link ul .pre span:before{
	content:"プレゼント";
	}
#top_en .en_link ul .ha span:before{
	content:"発売中";
	}
#top_en .en_link ul .uke span:before{
	content:"受付中";
	}
#top_en .en_link ul .iko span:before{
	content:"行こう";
	}
#top_en .en_link ul .os span:before{
	content:"お知らせ";
	}
#top_en .en_cate div{
	display:none !Important;
	}
	
	
@media screen and ( max-width: 1000px ) {
#top_en .en_link ul li span{
	display:inline-block;
	width:100px;
	height:24px;	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background:#d6d6d6;
	box-sizing:border-box;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	font-size:12px;
	}
#top_en .en_link ul li p{
	width:calc(100% - 120px);
	font-size:15px;
	padding-top:4px;
	}
#top_en .en_link ul li a,
#top_en .en_link ul .notime a{
	width:100%;
	margin-top:10px;
	}

	
	}
@media screen and ( max-width: 800px ) {
	
#top_en{
	width:100%;
	padding:50px 0 80px 15px;
	box-sizing:border-box;
	background:url(../image2018/top_en_bg_sp.png) bottom center no-repeat;
	background-size:contain;
	overflow:hidden;
	}
#top_en h1{
	padding-right:15px;
	}

	
/*-------- en_cate　--------*/
#top_en .en_cate{
	width:100%;
	margin-left:0;
    -ms-overflow-style:none;
	overflow-x:scroll;

}
#top_en .en_cate div{
	display:block !Important;
	
  scrollbar-base-color: #FFF;
  scrollbar-arrow-color: #ffffff;
  background-color:#fff !Important;
	}
#top_en .en_cate::-webkit-scrollbar{
	
    display:none;
	overflow-x:scroll;
}
#top_en .en_cate h2{
	display:none;
}
#top_en .en_cate ul{
	width:605px;
	margin-bottom:30px;
	}
#top_en .en_cate ul li{
	width:55px;
	height:55px;
	font-size:10px;
	border:1px solid #d6d6d6;
	position:relative;
	margin-top:0px;
	padding-top:33px;
	box-sizing:border-box;
	cursor: pointer;
	}
#top_en .en_cate ul .cate0:before{
	width:14px;
	height:14px;
	top:13px;	
	}
#top_en .en_cate ul .cate1:before{
	width:23px;
	height:14px;
	top:13px;	
	}
	
#top_en .en_cate ul .cate2:before{
	width:13px;
	height:18px;
	top:10px;	
	}
	
#top_en .en_cate ul .cate3:before{
	width:16px;
	height:12px;
	top:13px;	
	}
	
#top_en .en_cate ul .cate4:before{
	width:13px;
	height:17px;
	top:10px;	
	}
	
#top_en .en_cate ul .cate5:before{
	width:18px;
	height:18px;
	top:8px;	
	}

#top_en .en_cate ul .cate6:before{
	width:17px;
	height:17px;
	top:10px;	
	}
	
#top_en .en_cate ul .cate7:before{
	width:22px;
	height:10px;
	top:15px;	
	}
	
#top_en .en_cate ul .cate8:before{
	width:16px;
	height:13px;
	top:13px;	
	}

	
	
/*-------- en_link　--------*/
#top_en .en_link{
	width:calc(100% - 15px);
	height:215px;
	padding-right:17px;
	margin-right:15px;
	}

#top_en .en_link ul li span{
	display:inline-block;
	width:75px;
	height:20px;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-top:5px;
	font-size:10px;
	}
.Android #top_en .en_link ul li span,
.iPhone #top_en .en_link ul li span{
	padding-top:7px;
	}
#top_en .en_link ul li p{
	width:calc(100% - 90px);
	font-size:12px;
	padding-top:4px;
	}
#top_en .en_link ul li a,
#top_en .en_link ul .notime a{
	width:100%;
	margin-top:10px;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top:0px;
	}

	}
	

/* ==========================================================================
top_ano
========================================================================== */
#top_anodeta{
	width:100%;
	border-bottom:1px solid #d6d6d6;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
#top_ano,
#top_detapon{
	width:50%;
	padding:50px 5vw 60px;
	box-sizing:border-box;
}


/*-------- top_ana　--------*/
#top_ano ul li a{
	display:block;
	width:100%;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	padding-bottom:20px;
	margin-bottom:20px;	
	}
#top_ano ul li:first-child a{
	
	border-bottom:1px solid #d6d6d6;
	}

#top_ano ul li .img_area{
	width:38%;
	}
#top_ano ul li .text_area{
	width:55%;
	margin-left:7%;
	padding-top:7px;
	}
	
#top_ano ul li .text_area span{
	display:inline-block;
	}
#top_ano ul li .text_area .day{
	width:90px;
	color:#727272;
	font-size:14px;
	}
#top_ano ul li .text_area .name{
	position:relative;
	width:calc(100% - 90px);
	color:#575757;
	font-weight:bold;
	font-size:12px;
	padding-left:20px;
	box-sizing:border-box;
	}

#top_ano ul li .text_area .name:before{
	content:"";
	display:block;
	width:13px;
	height:14px;
	position:absolute;
	left:0;
	top:-2px;
	background:url(../image2018/ana_name_icon.png);
	background-size:cover;
	}
	
#top_ano ul li .text_area h2{
	display:block;
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
	margin:7px 0 8px;
	}
#top_ano ul li .text_area p{
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	color:#000;
	height:45px;
	}
	
#top_ano .link_btn{
	margin-top:-10px;
	}
	

/*-------- top_detapon　--------*/
#top_detapon{
	background:#f4f4f4;
	position:relative;
	}
#top_detapon h1{
	font-size:14px;
	font-weight:bold;
	padding:11px 0 0 180px;
	position:relative;
	color:#23ade2;
	}
#top_detapon h1 img{
	width:163px;
	position:absolute;
	left:0;
	top:0;
	}
#top_detapon h2{
	font-size:18px;
	font-weight:bold;
	margin:70px 0 35px;
	}
/*
#top_detapon ul{
	margin-bottom:30px;
	}
	*/
#top_detapon ul li{
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #d6d6d6;
	}

#top_detapon ul li span{	
	width:95px;
	font-size:14px;
	display:inline-block;

}
#top_detapon ul li a{
	display:inline-block;
	width:calc(100% - 95px);
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:bold;
	}
	
#top_detapon .link_btn{
	
	position:absolute;
	bottom:60px;
	left:0;
	right:0;
	margin:auto;	
	}
#quote_wrap{
	height:auto !important;
	}
@media screen and ( max-width: 800px ) {

#top_ano,
#top_detapon{
	width:100%;
	padding:50px 15px 50px;
}

#top_detapon{
	
	padding-bottom:100px;
	}
/*-------- top_ana　--------*/
#top_ano ul li a{
	padding-bottom:8px;
	margin-bottom:30px;	
	}
#top_ano ul li .img_area{
	width:100%;
	}
#top_ano ul li .text_area{
	width:100%;
	margin-left:0;
	padding-top:15px;
	}
	
#top_ano ul li .text_area .day{
	width:75px;
	font-size:12px;
	}
#top_ano ul li .text_area .name{
	width:calc(100% - 75px);
	font-size:11px;
	padding-left:16px;
	}

#top_ano ul li .text_area .name:before{
	display:block;
	width:11px;
	height:12px;
}
	
#top_ano ul li .text_area h2{
	display:block;
	font-size:15px;
	line-height:1.5;
	font-weight:bold;
	margin:5px 0 3px;
	}
#top_ano ul li .text_area p{
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	height:60px;
	}
	
#top_ano .link_btn{
	margin-top:-30px;
	}
	

/*-------- top_detapon　--------*/

#top_detapon h1{
	font-size:11px;
	text-align:center;
	padding:39px 0 0 0;
	letter-spacing:0.04em;
}
#top_detapon h1 img{
	width:132px;
	left:0;
	right:0;
	margin:auto;
}
#top_detapon h2{
	font-size:17px;
	font-weight:bold;
	margin:40px 0 20px;
	
	}

#top_detapon ul li{
	width:100%;
	padding-bottom:19px;
	margin-bottom:18px;
	border-bottom:1px solid #d6d6d6;
	}

#top_detapon ul li span{	
	width:100%;
	font-size:12px;
	display:inline-block;

}
#top_detapon ul li a{
	display:inline-block;
	width:100%;	
	font-size:15px;
	margin-top:10px;
	}
	
#top_detapon .link_btn{
	width:calc(100% - 30px);
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
	margin:auto;	
	}
	
	}
	


/* ==========================================================================
	top_bnr
========================================================================== */
#top_bnr{
	width:100%;
	max-width:1200px;
	padding:44px 15px;
	box-sizing:border-box;
	margin:0 auto;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
#big_bnr a{
	display:block;
	width:350px;
	padding:0;
	}


#banner-slider,
#banner-slider2{
	width:calc(100% - 408px) !important;
	margin-top:7px;
	}
#banner-slider.noarrow .sp-arrows{
	display:none;
	}
#banner-slider .sp-slide,
#banner-slider2 .sp-slide{
	width:100%;
	
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
#banner-slider2 .sp-slide{
	position:relative;	
}
	
#banner-slider .sp-slide::after,
#banner-slider2 .sp-slide::after{
  content:"";
  display: block;
  width:30%;
}
/*
#banner-slider .sp-slide a img,
#banner-slider2 .sp-slide a img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;	
}
*/

#banner-slider .sp-slide a img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;	
}
#banner-slider .sp-grab{
	cursor:auto;	
}
#banner-slider .sp-slide,
#banner-slider2 .sp-slide{
	height:auto !Important;
	}
#banner-slider .sp-slide a,
#banner-slider2 .sp-slide a{
	display:block;
	width:30%;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	-webkit-transition: opacity 0.4s ease !important;
    -moz-transition: opacity 0.4s ease !important;
    -o-transition: opacity 0.4s ease !important;
    transition: opacity 0.4s ease !important;
}
#banner-slider .sp-slide a:before,
#banner-slider2 .sp-slide a:before{
	content:"";
	padding-top:33.6%;
	display:block;
	}
	
#banner-slider .sp-slide a img,
#banner-slider2 .sp-slide a img{
	width:100% !important;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;	
	}
#banner-slider .sp-slide a:hover,
#banner-slider2 .sp-slide a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;	
}
#banner-slider2 .sp-slide a:hover{

	filter: alpha(opacity=50) !important;
	-moz-opacity:0.5 !important;
	opacity:0.5 !important;
	

}

	
#banner-slider .sp-arrows {
	width: 270px;
	left: 0;
	right:0;
	top: auto;
	bottom:-26px;
	margin:auto;
	z-index:100;
}

#banner-slider .sp-next-arrow {
	width:32px;
	height:16px;
	right:0;
	background:url(../image2018/slide_next_ar.png);
	background-size:cover;
	}

#banner-slider .sp-previous-arrow {
	width:32px;
	height:16px;
	left:0;
	background:url(../image2018/slide_prev_ar.png);
	background-size:cover;
}

#banner-slider .sp-previous-arrow:before,
#banner-slider .sp-previous-arrow:after,
#banner-slider .sp-next-arrow:before,
#banner-slider .sp-next-arrow:after {
	display:none;
}
#banner-slider .sp-button {
	width: 40px;
	height: 5px;
	margin: 5px;
	margin-top:21px;
}

.sp-selected-button {
	background-color: #575757;
}


@media screen and ( max-width: 1180px ) {
#big_bnr{
	width:35%;
	}

#big_bnr a{
	width:100%;
	}

#banner-slider,
#banner-slider2{
	width:calc(100% - 35% - 30px) !important;
	}
#banner-slider .sp-slide a,
#banner-slider2 .sp-slide a{
	margin-bottom:3%;
	}	
	}


@media screen and ( max-width: 800px ) {
#top_bnr{
	width:100%;
	/*
	padding:50px 0;
	*/
	}
#big_bnr{
	width:100%;
	/*
	padding:0 15px;
	box-sizing:border-box;
	*/
	margin-bottom:30px;
	}

#banner-slider,
#banner-slider2{
	width:100% !important;
	margin-top:0;
	}
#banner-slider .sp-slide a,
#banner-slider2 .sp-slide a{
	margin-bottom:3%;
	}
	
#banner-slider .sp-arrows {
	width: 180px;
	left: 0;
	right:0;
	top: auto;
	bottom:-14px;
	margin:auto;
	z-index:100;
}

#banner-slider .sp-previous-arrow,
#banner-slider .sp-next-arrow{
	width:25px;
	height:13px;
}

#banner-slider .sp-button {
	width: 26px;
	height: 4px;
	border: 0;
	border-radius: 0;
	margin: 4px;
	margin-top:7px;
}
	}