@charset "UTF-8";

/* #add-top-wrap
------------------------------------------------------------------------------------*/

#add-top-wrap {
	position:relative;
	width:100%;
	}
	
#add-top-wrap img {
	width:auto;
	}


.mainCaroucelWrapper {
	top:0;
	left:0;
	z-index:0;
	}
	
#add-top-wrap h1,
#add-top-wrap h2 {
	position:absolute;
	z-index:10000;
	}	

#add-top-wrap h1 {
	left:8.75%;
	top:9.11%;
	}
	
#add-top-wrap h2 {
	right:3.90%;
	top:25.31%;
	}


/* columnCaroucel
-------------------------------------------------------------------------------*/

#mainCaroucelWrapper {
	position:relative;
	margin:auto;
	width:100%;
	max-width:1280px;
	}

#mainCaroucel {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
	
.main_img_pc {
	display: block;
	}
	
.main_img_sp {
	display: none;
	}
	
#mainCaroucel li {
	display: block;
	float: left;
}

#mainCaroucel li div {
	text-indent:-9999px;
	overflow:hidden;
	}

.clearfix {
	float: none;
	clear: both;
}

#mainCaroucel li {
	margin:auto;
	
	}
	
#mainCaroucel li div {
	background-size:100% auto;
	background-position:center center;
	}
	
.ma01 div {
	background-image:url(../img/top_pc01.jpg);
	}
	
.ma02 div {
	background-image:url(../img/top_pc02.jpg);
	}

.ma03 div {
	background-image:url(../img/top_pc03.jpg);
	}

.ma04 div {
	background-image:url(../img/top_pc04.jpg);
	}

.ma05 div {
	background-image:url(../img/top_pc05.jpg);
	}

.ma06 div {
	background-image:url(../img/top_pc06.jpg);
	}


a.prev, a.next {
	display: block;
	position: absolute;
	top:215px;
}

a.prev img, a.next img {}

a.prev {			left: 0;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: 0;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}

.pagination {
	width: 100%;
	text-align: center;
	position:absolute;
	bottom:0%;
	padding-bottom:2.18%;
	z-index:10000;
}

.pagination a {
	display: inline-block;
	width:16px;
	height:16px;
	margin-right:32px;
	cursor:pointer;
	}
	
.pagination a:first-child {
	margin-left:-32px;
	margin-left:32px;
}

.pagination a:after {
	content:"";
	width:100%;
	height:100%;
	display: inline-block;
	float: left;
	background:url(../img/thum.png) 0 0 no-repeat;
}

.pagination a img {
	width:100%;
}

.pagination a.selected:after {
	cursor: default;
	background:url(../img/thum_active.png) 0 0 no-repeat;
}
.pagination a span {
	display: none;
}




/* header
------------------------------------------------------------------------------------*/
header {
	width:100%;
	top:0;
	z-index:10000;
	background-color:rgba(0,0,0,1.00);
	}

header .news_area {
	background-color:rgba(0,0,0,1.00);
	position:relative;
	width:100%;
	height:40px;
	max-width:1280px;
	margin:auto;
	}

header .news_area > dl {
	left:2.03%;
	position:absolute;
	padding-top:3px;
	height:25px;
	overflow:hidden;
}

header .news_area > dl dt {
	float: left;
	margin-right: 17px;
	line-height: 1.2;
	width:86px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/head_news_tit.png) 0 0 no-repeat;
	margin-top:3px;
}

header .news_area > dl dd {
}

header .news_area > p {
	display: block;
	position:absolute;
	right:1%;
	top:10px;
	width:142px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/news_button.jpg) 0 0 no-repeat;
}
header .news_area > p a {
	display: block;
	width:142px;
	height:17px;
}

.ticker {
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
	color:#fff;
	line-height:1.8;
	font-size:15px;
	text-wrap:none;
	overflow:hidden;
	margin-top:-5px;
}

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

header .news_area > dl {
	height:auto;
}

.ticker {
	overflow:inherit;
	}

}


/* banner_area
------------------------------------------------------------------------------------*/

.banner_area_Wrapper {
	bottom:0;
	background:url(../img/bannar_bg.png) 0 0 repeat;
	width:100%;
	}
	
.banner_area {
	max-width:1280px;
	width:100%;
	margin:auto;
}	

.banner_area li {
	float: left;
	width: 33.33%;
	max-width:428px;
}
.banner_area li img {
	width: 100%;
}

/* #slideMenu 
------------------------------------------------------------------------------------*/

#slideMenu {
	width:297px;
	position:fixed;
	top:0;
	right:-297px;
	z-index:12000;
	background-color:#fff;
	clear:both;
	padding-top:21px;
	} 
	
.slmOpen {
	position:fixed;
	top:220px;
	right:48px;
	z-index:11000;
	
	transform: translate3d(0px,0px,0px);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	cursor:pointer;
	}
.slmOpen.in {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 3.75%; /* 48px */
	margin-top: 3.125%; /* 40px */
}
@media screen and (max-width: 1280px) {
	#toppage .slmOpen    { display: none;}
	#toppage .slmOpen.in { display: block;}
}
@media screen and (max-width: 640px) {
	#toppage .slmOpen    { display: block;}
	#toppage .slmOpen.in { display: none;}
}
#toppage .slmOpen.active {
	top:50px;
	display: block;
}
#toppage .slmOpen.in.active {
	position:fixed;
	top:220px;
	right:48px;
	display: none;
}

.slmClose {
	float:right;
	width:30px;
	margin-right:34px;
	margin-bottom:14px;
	cursor: pointer
	}
	
.slmClose img {
	width:100%;
	}


/* ticker
------------------------------------------------------------------------------------*/


@media screen and (max-width: 640px) {
	
#add-top-wrap img {
	width:100%;
	height:auto;
	}

#add-top-wrap h1 {
	width:26.87%;
	left:4.56%;
	}
	
#add-top-wrap h2 {
	width:11.71%;
	right:7.03%;
	}

header .news_area {
	height:auto;
	padding-top:5.46%;
	position:relative;
	}

header .news_area > dl {
	position:static;
	width:100%;
	padding-top:0;
	margin-top:0;
	}

header .news_area > dl dt {
	float:none;
	margin-bottom:2.43%;
	margin-left:2.34%;
	height:0;
	}
	
header .news_area > dl dd {
	padding-bottom:0;
	width:100%;
	}
	
header .news_area > dl dt {
	background:url(../img/head_news_tit_sp.png) 0 0 no-repeat;
	width:10.62%;
	padding-top:1.71%;
	background-size:contain;
}

header .news_area > p {
	width:22.34%;
/*	padding-top:2.8%;*/
/*	height:0;*/
	background-size:contain;
	position:absolute;
	top:0;
	right:0;
	float:right;
	margin-top:5.8%;
	margin-right:2.18%;
}
header .news_area > p a {
	display: block;
	width:100%;
}


.ticker {
	margin:auto;
	overflow:inherit;
	font-size:71.43%;
}

.ticker ul li {
	font-size:100%;
	line-height:1.5;
}



.pagination {
	width: 100%;
	text-align: center;
	position:absolute;
	bottom:0%;
	padding-bottom:2.18%;
	z-index:10000;
}

.pagination a {
	display: inline-block;
	width:8px;
	height:8px;
	margin-right:4.6%;
}
	
.pagination a:first-child {
	margin-left:4.6%;
}

.pagination a:after {
	content:"";
	width:100%;
	height:100%;
	display: inline-block;
	float: left;
	background:url(../img/thum.png) 0 0 no-repeat;
	background-size:100% auto;
}

.pagination a img {
	width:100%;
}

.pagination a.selected:after {
	cursor: default;
	background:url(../img/thum_active.png) 0 0 no-repeat;
	background-size:100% auto;
}
.pagination a span {
	display: none;
}

	
.main_img_pc {
	display: none;
	}
	
.main_img_sp {
	display: block;
	}

.ma01 div {
	background-image:url(../img/top_sp01.jpg);
	}
	
.ma02 div {
	background-image:url(../img/top_sp02.jpg);
	}

.ma03 div {
	background-image:url(../img/top_sp03.jpg);
	}
	
.ma04 div {
	background-image:url(../img/top_sp04.jpg);
	}
	
.ma05 div {
	background-image:url(../img/top_sp05.jpg);
	}

.ma06 div {
	background-image:url(../img/top_sp06.jpg);
	}
	
.slmOpen {
	width:6.8%;
	margin-top:40.09%;
	margin-right:7.6%;
	top:0;
	right:0;
	}
	
.slmOpen img {
	width:100%;
	}
	
.slmOpen.active {
	top:0;
	margin-top:10.09%;
	}

#slideMenu {
	width:60.00%;
	}

}
