@charset "UTF-8";
/* CSS Document */

header {
	width:100%;
	margin:0 auto;
	background:#fff;
	border-top:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
	min-height:83px;
	position:fixed;
	left:0;
	top:0;
	z-index:1000000;
	}

header nav {
	width:1000px;
	margin:0 auto;
	position:relative;
	}
header h1 {
	margin:0;
	padding:24px 0 0;
	float:left;
	}
header ul {
	float:right;
	border-left:1px solid #f7f7f7;
	}
header ul li {
	float:left;
	border-right:1px solid #f7f7f7;
	}
header ul li a {
	display:block;
	padding:30px 40px 30px;
	}
header nav a:link {
	color:#000;
	text-decoration:none;
	}
header nav a:hover {
	color:#000;
	background:#ebfafd;
	text-decoration:none;
	}

header nav a:visited {
	color:#000;
	text-decoration:none;
	}

#main {
	margin:83px 0 0;
	}
#elm {
	position:relative;
	min-height:170px;
	}
/*#elm #el_plus, #elm #el_eq, #elm #el_kcore {
	margin:60px 0 0;
	}*/
#elm #el_kurashi {
	position:absolute;
	left:0px;
	top:20px;
}
#elm #el_kurashi img{
	width:0px;
	height:0px;
	position:absolute;
	left:60px;/*実際の縦横幅の1/2の数値*/
	top:60px;
}
#elm #el_plus {
	position:absolute;
	left:140px;
	top:66px;
	}
#elm #el_core {
	position:absolute;
	left:190px;
	top:20px;
}
#elm #el_core img{
	width:0px;
	height:0px;
	position:absolute;
	left:60px;/*実際の縦横幅の1/2の数値*/
	top:60px;
}
#elm #el_eq {
	position:absolute;
	left:340px;
	top:66px;
}

#elm #el_kcore {
	position:absolute;
	left:400px;
	top:50px;
}
#elm #el_kcore img{
	width:0px;
	height:0px;
	position:absolute;
	left:110px;/*実際の縦横幅の1/2の数値*/
	top:22px;
}
/*20150818 add▼*/
#news{
	width:1000px;
	margin:30px auto;
}
section#news h1 {
	margin:70px 0 30px;
	background:url(../img/concept_line.png) left 140px center no-repeat;
	font-size:20px;
	}
#insert table{
	width: 100%;
}
#insert td{
	padding: 10px;
}
#insert td a{
	color: #000;
	text-decoration: none;
}
#insert td a:hover{
	text-decoration:underline;
}
#insert .date{
	width: 20%;
}
.showall{
	text-align:center;
	background-color: #333;
	padding: 8px;
	margin-top: 10px;
}
/*20150818 add▲*/
#wrap {
	width:1000px;
	margin:0 auto;
	font-size:12px;
	/*position:relative;*/
	}
/*#elm div {
	margin:20px 0;
	padding-right:10px;
	float:left;
	}*/
/*section#concept {
	margin:-83px 0 0;
	padding:80px 0 0;
	}*/
section#concept h1 {
	margin:70px 0 30px;
	background:url(../img/concept_line.png) right center no-repeat;
	font-size:20px;
	}
/*section#point {
	margin:-83px 0 0;
	padding:80px 0 0;
	}*/
section#point h1.tit {
	margin:90px 0 30px;
	background:url(../img/pt_line.png) right center no-repeat;
	font-size:20px;
	}

section#point .pt .pt01 {
	width:490px;
	min-height:295px;
	margin-top:20px;
	float:left;	
	position:relative;
	}
section#point .pt .pt01 .pt01ico {
	display:block;
	position:absolute;
	left:0;
	top:-10px;
	}
section#point .pt .pt01 h1 img{
	position:absolute;
	left:0px;
	top:0;
	/*background:url(../img/pt01_ico.png) left bottom no-repeat;*/
	} 
section#point .pt .pt01 .pt01img {
	display:block;
	position:absolute;
	left:-54px;
	top:50px;
	}
section#point .pt .pt01 p {
	width:270px;
	position:absolute;
	left:180px;
	top:60px;
	/*font-size:13px;*/
	}

section#point .pt .pt02 {
	width:490px;
	min-height:295px;
	margin-top:20px;
	float:right;
	position:relative;
	}
section#point .pt .pt02 .pt02ico {
	display:block;
	position:absolute;
	left:0;
	top:-10px;
	}
section#point .pt .pt02 h1 img{
	position:absolute;
	left:0px;
	top:0;
	/*background:url(../img/pt02_ico.png) left bottom no-repeat;*/
	}
section#point .pt .pt02 .pt02img {
	display:block;
	position:absolute;
	left:0px;
	top:60px;
	}
section#point .pt .pt02 p {
	width:290px;
	position:absolute;
	left:180px;
	top:60px;
	/*font-size:13px;*/
	}
section#point .pt03 {
	width:100%;
	position:relative;
	min-height:350px;
	}
section#point .pt03 .pt03ico {
	display:block;
	position:absolute;
	left:0;
	top:40px;
	}
section#point .pt03 h1 img{
	position:absolute;
	left:0;
	top:20px;
	/*padding:20px 0 0 70px;
	background:url(../img/pt03_ico.png) left 36px no-repeat;*/
	}
section#point .pt03 .pt03img {
	display:block;
	position:absolute;
	right:-30px;
	top:120px;
	}
section#point .pt03 p {
	position:absolute;
	left:0;
	top:130px;
	width:400px;
	/*margin:20px 0 0;
	font-size:13px;*/
	}
#pagetop {
	position:fixed;
	right: 20px;
	bottom:80px;
	}

.contact h1 {
	margin:120px 0 30px;
	padding:4px;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	}
.contact table {
	font-size:14px;
	border-top:1px solid #cccccc;
	letter-spacing:0.1em;
	}
.contact table th, .contact table td {
	padding:15px;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	}
.contact table th {
	font-size:17px;
	}
.contact table td.tel {
	font-size:20px;
	font-weight:bold;
	}
footer {
	margin:156px 0 0;
	padding:26px 0;
	background:#000;
	color:#fff;
	text-align:center;
	min-height:28px;
	}
footer span {
	font-size:16px;
	}
/*crossfade*/

/* pc */
@media only screen and (min-width: 360px) and (max-width: 1260px) {
	#crossfadewrap {
		width:1000px;
		height:476px;
		margin:0 auto;
		position:relative;
		}
	
	#crossfade li img{
		width:100%;
		height:100%;
}
}
@media screen and (min-width: 1260px) {
	#crossfadewrap {
		width:1260px;
		height:600px;
		margin:0 auto;
		position:relative;
	}
	
}

/*#crossfadewrap {
	width:1260px;
	height:600px;
	margin:0 auto;
	position:relative;
	}*/
#crossfade{
    position: relative;
   /* z-index: 0;*/
    overflow: visible;
}

#crossfade li{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
#crossfade li.active {
	z-index:1;
	}

#crossfade li:not(:first-child){
	display: none;
    }
a.btn-replay{
	display: block;
	width: 130px;
	height: 40px;
	position: absolute;
	z-index: 100;
	right:20px;
	bottom:20px;
    }