@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/


div#header_wrap{
	position: absolute;
	top:0;
}

.main {
	position: relative;
	width:100%;
	line-height:0;
	/*overflow:hidden;*/
	margin: 0 auto;
	z-index: 9;
}

.indexNews_wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	width: 100%;
	z-index: 9;
}

#indexNews {
	max-width: 1180px;
	height: 80px;
	margin: 0 auto;
	color: #ffffff;
	vertical-align: bottom;
	background: rgba(0, 0, 0, 0.7);
	position: relative;
	text-align: left;
}
#indexNews h2 {
	margin-left: 30px;
	width: 150px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #00aaeb;
	font-size: 16px;
	letter-spacing: 0.06em;
}
#indexNews ul {
	top: 20px;
	left: 20px;
	width: calc(100% - 220px);
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
#indexNews ul li {
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: none;
	position: absolute;
	font-size: 16px;

}
#indexNews ul li span.date {
	padding: 0 40px 0 0;
	color: #929292;
	color: #fff;
	letter-spacing: 0.06em;
}
#indexNews ul li span.sp {
	display: none;
}
#indexNews .pageBtn {
	top: 0;
	right: 0;
	width: 200px;
	height: 80px;
	display: block;
	position: absolute;
	background: #333333;
	text-align: center;
	display: none;
	z-index: 2;
}
#indexNews .pageBtn:hover {
	opacity: 0.6;
}


.c_btn {
	position: relative;
	z-index: 9;
}
.c_btn ul.btn {
	font-size: 0;
	letter-spacing: -10px;
	margin: -5px -5px -5px;
}
.c_btn ul.btn li {
	display: inline-block;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	letter-spacing: normal:
}

.c_btn ul.btn li .txt{
	position: absolute;
	top:12%;
	left:5%;
	width: 90%;
	text-align: center;
	z-index: 9;
}

.c_btn ul.btn li:nth-child(1) .txt {
	top:18%;
}

.c_btn ul.btn li:nth-child(2) .txt {
	top:18%;
}

.fade2 a{
	/*display:inline-block;*/
	display:block;
	position:relative;
}
.fade2 a .img img{
	transition:all 0.5s linear;
}

.fade2 a .img img.off{
	position:relative;
	z-index:1;
}

.fade2 a:hover .img img.off{
	opacity:0;
}

.fade2 a:hover .img img.on{
	opacity:1;
}

.fade2 a .img img.on{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}


.top_main_h {
	width:100%;
	height:50px;
	background:#fff;
	display:none;
}
.top_main_wrap {
	width:100%;
	line-height:0px;
	overflow:hidden;
	position:relative;
}

.top_main_wrap img {
	max-width:none;
	max-width:auto;
	width:100%;
	height:auto;
}
.top_main li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.top_thum {
	max-width:150px;
	margin:0 auto;
	display:none;
	padding:10px 0;
	display: none;
}
.top_thum li {
	float:left;
	width:20px;
	height:20px;
	margin:0 10px 0 0;
	position:relative;
	cursor:pointer;
	text-align: center;
}
.top_thum li:last-child {
	margin:0 0 0 0;
}
.top_thum li:after {
	content:"●";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:16px;
	line-height:20px;
	color:#b2b2b2;
}
.top_thum li.ac:after {
	color:#000;
}



.main .scroll {
	position:absolute;
	width:5%;
	bottom:10%;
	left:47.5%;
	z-index:99;
}
.main .scroll a {
	display:block;
	width:100%;
	position:relative;
	text-align:center;
	animation: scr 1s both infinite alternate;
	-webkit-animation: scr 1s both infinite alternate;
}

@-webkit-keyframes scr {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
	 opacity: 0.6;
  }
  100% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
	 opacity: 1;
  }
}
@keyframes scr {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
	 opacity: 0.6;
  }
  100% {
   -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
	 opacity: 1;
  }
}


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

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

}

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

	
	/*#indexNews {
		position: relative;
		bottom: inherit;
	}*/
	.indexNews_wrap {
		position: relative;
		top: inherit;
	}
	#indexNews ul {
		left: 10px;
		width: calc(100% - 110px);
	}
	#indexNews ul li {
		font-size: 12px;
		line-height: 20px;
	}
	#indexNews ul li span.date {
		padding: 0 10px 0 0;
	}
	#indexNews .pageBtn {
		width: 100px;
	}
	
	#indexNews ul li span {
		display: block;
	}
	
.main .scroll {
	width:12%;
	bottom:6%;
	left:44%;
}
}


@media screen and (max-width: 600px){
	
	#indexNews ul {
		left: 10px;
		width: calc(100% - 60px);
	}
	#indexNews .pageBtn {
		width: 50px;
	}
	#indexNews .pageBtn img {
		margin-top: 40%;
	}
.c_btn ul.btn li {
	width: 100%;
}
	
.c_btn ul.btn li .txt{
	top:40%;
}

.c_btn ul.btn li:nth-child(1) .txt {
	top:40%;
}

.c_btn ul.btn li:nth-child(2) .txt {
	top:40%;
}
	
}	

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