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

/*基本設定ここから*/
*{
	margin: 0px;
	padding: 0px;
	}
	

li{
	list-style-type:none;
	}
		
li img{
	display: block;
	}
	
a img{
	border:none;
	}

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

p:link { text-decoration : none ;
}

p:visited { text-decoration : none ;
}

p:active { text-decoration : none ;
}

p:hover { text-decoration : none ;
}

html{
  display: table;
  width: 100%;
  height: 100%;
}

body{
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#000;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	}

#wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	overflow:hidden;
	}

/*基本設定ここまで*/

/*ナビゲーションここから*/

header{
	position: fixed;
	top: 0px;
	left: 0px; 
	width:100%;
	height:50px;
	background-color:#eee;
	}

nav{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	font-size:16px;
	padding-top:10px;
	}

.bold{
	font-weight:bold;
	}

nav a{
    text-decoration:none;
    color:#333;
}
nav li{
	width:200px;
    display:inline-block;
    margin-left:2px;
    padding:3px; 
    background:#eee;
}
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}

/*ナビゲーションここまで*/

/*トップページここから*/

.logo{
	position: relative;
	top: 100;
    bottom: 0;
    left: -6;
    right: 0;
    margin-right:auto;
	margin-left:auto;
    max-width: 100%;
    max-height: 100%;
	}

.panhu{
	position: absolute;
	width:128px;
	right: 210px;
    bottom: 120px;
	}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  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-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.fa{
	color:#3949AB;
	}

.face{
	font-size:48px;
	padding-top:120px;
	}

.fatext{
	font-size:14px;
	}
	
/*トップページここまで*/

/*ビジネスアウトラインページここから*/
	
#concepttitle{
	padding-top:60px;
	}
	
#concepttext{
	width:546px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:36px;
	}
	
#circle{
	width:935px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	}

.circleinner{
	margin-right:60px;
	}

#menuwrapper{
	width:935px;
	margin-right:auto;
	margin-left:auto;
	}
	
.menu{
	width:258px;
	height:330px;
	margin-right:50px;
	float:left;
	}

.menu p{
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	letter-spacing:0.1em;
	margin-top:10px;
	text-align:left;
	}

#menu01{
	padding-top:16px;
	border-bottom:#000 2px solid;
	padding-bottom:px;
	font-size:22px;
	font-weight:bold;
	height:60px;
	}

p.menu0101{
	text-align:center;
	border-bottom:#000 dotted 1px;
	}
	
#menu02{
	border-bottom:#000 2px solid;
	padding-bottom:15px;
	font-size:22px;
	font-weight:bold;
	height:60px;
	}

#menu03{
	padding-top:16px;
	border-bottom:#000 2px solid;
	padding-bottom:px;
	font-size:22px;
	font-weight:bold;
	height:60px;
	}
	

.title02{
	border-bottom:#000 2px solid;
	padding-bottom:10px;
	}

.title03{
	border-bottom:#000 2px solid;
	padding-bottom:10px;
	}
	
.text{
	padding-top:10px;
	margin-top:20px;
	border-top:#000 2px solid;
	}
	
.hvr-float-shadow {
  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;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  

/* Shutter Out Horizontal */
.hvr-shutter-out-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;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*ビジネスアウトラインページここまで*/

/*コンタクトページここから*/

#contactwrapper{
	width:935px;
	margin-right:auto;
	margin-left:auto;
	}
	
#contactinner{
	position: absolute;
  	top: 60;
  	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	}

#contacttitle{
	font-size:36px;
	padding-top:50px;
	padding-bottom:10px;
	}
	
#form{
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:14px;
	}
	
input.textarea{
	width:400px;
	}

.styledForm{
	width:400px;
	}
	
.tile dt dd{
	list-type-style:none;
	}

.tile dt{
	float:left;
	width:195px;
	text-align:right;
	border-right:#00a0e9 2px solid;
	padding-right:10px;
	}

li{
	list-style-type:none;
	list-style-position:outside;
	}

.tile {
	margin-bottom:18px;
	}

.textBox{
	background-color: rgba( 255, 255, 255, 0.8);
	color: black;
	}

.textBox dt{
	float:left;
	width:195px;
	text-align:right;
	border-right:#00a0e9 2px solid;
	padding-right:10px;
	}

.text1{
	width:400px;
	height:200px;
	}

input#submit_button{
	width:6em;
	font-size: 1.0em;
    background-color: #000;
	color: #fff;
    border-style: none;
	margin-top:15px;
	}

#company{
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:3%;
	}

#company img{
	margin-top:-10px;
	}

#companytext{
	text-align:center;
	}

#companytext p{
	padding-top:10px;
	line-height:1.5em;
	}
	
/*コンタクトページここまで*/
	
