@charset "shift_jis";
/* CSS Document */

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

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

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:600px;
	margin-right:auto;
	margin-left:auto;
	font-size:16px;
	padding-top:10px;
	}
	
nav a{
    text-decoration:none;
    color:#333;
	}

nav li{
    display:inline-block;
    margin-left:50px;
    padding-right:50px; 
	background:#eee;
	border-right:#000 solid 1px;
	}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:absolute;
    width:50px;
    left:0;
　　}

.bold{
	font-weight:bold;
	}

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


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

#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;
	}
	
/*コンタクトページここまで*/
	
