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

/*共通ここから*/
html, body {
margin : 0;
padding : 0;
-webkit-text-size-adjust: 100%;
}

img {
border : 0;
}

img, input {
vertical-align : middle;
}

h1, h2, h3, h4, h5, h6, address {
margin : 0;
padding : 0;
border : 0;
font-style : normal;
font-weight : normal;
font-size : 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
margin : 0;
padding : 0;
border : 0;
}

li, ol {
list-style : none;
}

table, caption, th, td {
margin : 0;
padding : 0;
border : 0;
font-style : normal;
font-weight : normal;
font-size : 100%;
border-collapse : collapse;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
margin : 0;
padding : 0;
border : 0;
font-style : normal;
font-weight : inherit;
font-size : 100%;
}

body {
text-align : left;
cursor : auto;
font-family : Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
letter-spacing : normal;
word-spacing : normal;
color : #595858;
font-size : 15px;
line-height : 23px;
}

#contents{
width:1206px;
margin:0 auto;
height:auto;
}

.mainContents{
width:994px;
margin-right:auto;
margin-left:auto;
margin-top:50px;
	}
	
.track{
	text-align:center;}

a {
color : #ffffff;
text-decoration : none;
}

a:hover {
text-decoration : none;
}

/* Header
=================================================================== */
	
header {
	height: 143px;
	background-image: url(../images/headerbg.png);
	background-repeat:repeat-x;
	top:0;
	width:100%;
	z-index:11;
}

#headerInner{
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	height:88px;
	}

#headerInner h1{
	float:left;
	margin-top:20px;
	color:#fff;
	}

.logo{
	float:left;
	clear:both;
	margin-top:37px;
	}

.info{
	float:right;
	margin-top:30px;
	color:#fff;
	}

.tel{
	font-size:24px;
	margin-bottom:4px;
	text-align:right;
	color:#fff;
	}

td.telbox{
	color : #595858;
}


.nav{
	width: 1206px;
	height: 48px;
	margin-right:auto;
	margin-left:auto;
	display:inline-block;
	}

.nav li {
	float:left;
	}

.nav li a:hover {
	opacity:0.8;
	}

.nav li{
	border-left:1px solid #1d4294;
	border-top:1px solid #1d4294;
	border-bottom:1px solid #1d4294;
	 }
 
.nav li:last-child{
	 border-right:1px solid #1d4294;
 	}
 
 .fixed {
    position: fixed;
    top: 0;
    width: 1300px;
    z-index: 10000;
	}
 
 

/* Toppage
=================================================================== */

#home{
	width:1200px;
	height:600px;
	margin-right:auto;
	margin-left:auto;
	}

.slide {
  position: relative;
  width: 90%;
  height: 600px;
  overflow: hidden;
	margin-right:auto;
	margin-left:auto;
}
@keyframes slideshow {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
}
.slide img:nth-child(2){
  animation-delay: 8s;
}

.slide img:last-child{
  animation-delay: 16s;
}

/*
#slider img{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #eee;
	}


#slideshow {
   position: relative;
   width:  1200px; 
   height: 600px;
   margin-right:auto;
   margin-left:auto;
   margin-top:0px;
	}

#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
   }
   
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
	}
	
#slideshow img.last-active {
   z-index: 9;
	}
*/
#home h2{
	font-size:29px;
	font-weight:bold;
	color:#1d4294;
	font-family:"游明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ","HG明朝E",serif;
	text-align:center;
	line-height:1.5;
	letter-spacing:4px;
	margin-top:-90px;
	}

#facebook{
	width:500px;
	height:300px;
	float:left;
	border:1px solid #000000;
	margin-top:20px;
	margin-left:74px;
	margin-bottom:36px;
	}

#fbimg{
	float:right;
	margin-right:85px;
	margin-top:50px;
	}

/* Greeting
=================================================================== */

#greeting{
	width:1200px;
	height:900px;
	margin-right:auto;
	margin-left:auto;
	}

.greetingPhoto{
	padding-top:44px;
	margin-bottom:70px;
	}

h3{
	width:787px;
	margin-right:auto;
	margin-left:auto;
	font-size:30px;
	color:#595858;
	border-left:10px solid #bbd4ef;
	height:33px;
	padding-left:13px;
	padding-top:15px;
	}

#greetingInner{
	width:800px;
	margin:27px auto;
	}

#greetingtext{
	
	width:750px;
	color:#595858;
	}
	
#ceoname{
	float:right;
	margin-right:50px;
	}

#greetingbottom{
	width:800px;
	height:80px;
	margin:10px auto;
	}

/*#rinen{
	width:800px;
	margin:30px auto;


box-shadow:0px 0px 6px 3px #ede6d6;
-moz-box-shadow:0px 0px 6px 3px #ede6d6;
-webkit-box-shadow:0px 0px 6px 3px #ede6d6;

border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

border:1px solid #cccccc;	
	}*/

/* Company
=================================================================== */

#company{
	width:1200px;
	height:1000px;
	margin-right:auto;
	margin-left:auto;
	}	

.companyPhoto{
	padding-top:44px;
	margin-bottom:70px;
	}

.companydetail{
	width:818px;
	margin:37px auto;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

.companydetail th{
	width: 25%;
	padding-top: 5px;
	padding-bottom:4px;
	padding-left:20px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #e6eef5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.companydetail td{
	padding-top: 5px;
	padding-bottom:4px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left:20px;
	padding-right:5px;
	}

.mail a{
	color:#595858;
	transition-property: all;
    transition: 0.2s linear;
	}

.mail a:hover{
	opacity:0.8;
	color:#4b7ec0;
	}

.map{color:#ffffff;
	width:160px;
	height:25px;
	font-weight:bold;
	font-size:14px;
	padding:1%;
	text-align: center;
	font-family:"Osaka-mono", "MS Gothic", "monospace";
    background-color: coral;
	border-radius: 20px;

}

/* Sigyou
=================================================================== */

#sigyou{
	width:1200px;
	margin-right:auto;
	margin-left:auto;
	margin-top:100px;
	}	

#sigyou p{
	width:808px;
	margin:20px auto;
	text-align: left;
	}
#sigyou dl{
	width:808px;
	margin:52px auto;
	}

#sigyou dt{
	font-size:25px;
	margin-bottom:15px;
	color:brown;
	}

#sigyou dd{
	font-size:15px;
	margin-bottom:10px;
	line-height:25px;
	}

#sigyou a{
	color:#595858;
	transition-property: all;
    transition: 0.2s linear;
	}

#sigyou a:hover{
	opacity:0.8;
	color:#4b7ec0;
	}

#sigyou img{
	margin-bottom:20px;
	text-align: center;
	
	}

.sigyoutitle{
	font-size:20px;
	font-weight: bold;
}

/* Service
=================================================================== */

#service{
	width:1200px;
	height:540px;
	margin-right:auto;
	margin-left:auto;
	}	

#service img{
	padding-top:44px;
	margin-bottom:70px;
	}

#service dl{
	width:808px;
	margin:52px auto;
	}

#service dt{
	font-size:25px;
	margin-bottom:15px;
	}

#service dd{
	font-size:15px;
	margin-bottom:42px;
	line-height:25px;
	}
	
/* Recruit
=================================================================== */

#recruit{
	width:1200px;
	height:450px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	padding-top:80px;
	}	

.recruitimg{
	width:812px;
	margin-right:auto;
	margin-left:auto;
	margin-top:27px;
	}

footer{
	width:100%;
	position:bottom;
	}

#footertop{
	height:67px;
	background-color:#d4d8db;
	}

#footertop p{
	text-align: center;
	font-size:16px;
	font-weight:bold;
	padding-top:18px;
	}

address{
	text-align:center;
	font-size:13px;
	}
	
#footerbottom{
	height:32px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	}

#footerbottom p{
	text-align:center;
	color:#ffffff;
	font-size:12px;
	padding-top:5px;
	}
	
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#recruitbottom{
	width:818px;
	margin:40px auto;
	}

#gmark{
	width:700px;
	height:200px;
	margin-bottom:30px;
	margin-right:auto;
	margin-left:auto;
	}

#gmark img{
	margin-bottom:20px;
	margin-right:13px;
	display:block;
	width:87px;
	float:left;
	}

.nintei{
	font-size:19px;
	color:#1d4294;
	font-weight:bold;
	margin-bottom:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#gmarktext{
	width:570px;
	float:left;	
	margin-left:10px;
	}
	
#green{
	width:700px;
	height:130px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:50px;
	}

#green img{
	margin-bottom:20px;
	display:block;
	width:100px;
	float:left;
	}

#greentext{
	width:570px;
	float:left;	
	margin-left:10px;
	}
	

	
#map{
	width:319px;
	margin:0 auto;
	}	