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

/****************************************************
- COMMON
****************************************************/
body {
	font-size:14px;
	font-family: HiraKakuPro-W3, serif;
	color:#3b3b3b;
	letter-spacing: 0.05em;
	line-height:1.5;
}
header { 
	position: relative;
	overflow:hidden;
 	width: 1100px;
 	margin: 0 auto 10px auto;
}
header h1 { float:left; padding:10px 0 0 10px; }
header h1 a {
	background:url(../images/tec_logo.png) no-repeat left top;
	display:inline-block;
	width:134px;
	height:0;
	padding-top:60px;
	overflow:hidden;
}

header nav {
	overflow:hidden;
	position: relative;
	float:right;
}
header nav a {
	display:inline-block;
	width:143px;
	height:0;
	padding-top:71px;
	overflow:hidden;
}
header nav a.nav01 { background:url(../images/7.png) no-repeat left top; }
header nav a.nav02 { background:url(../images/7_2.png) no-repeat left top; }
header nav a.nav03 { background:url(../images/7_2_2.png) no-repeat left top; }
header nav a.nav04 { background:url(../images/7_3.png) no-repeat left top; }

body > section, div.kv {
	width: 1100px;
	margin: 0 auto 50px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body > section { margin: 0 auto 100px auto; }
section h2 {
  font-size: 12px;
  margin-bottom: 25px;
	letter-spacing: 0.3em;
}
section h2 span {
	display:block;
	height:0;
	overflow:hidden;
	margin-bottom:10px;
}
section.service, body > section.outline, body > section.form { padding: 0px 50px; }
section.service h2 span {
	background:url(../images/service.png) no-repeat left top;
	width:129px;
	padding-top:38px;
}
section.mission h2 span {
	background:url(../images/mission.png) no-repeat left top;
	width:140px;
	padding-top:38px;
}
section.outline h2 span {
	background:url(../images/outline.png) no-repeat left top;
	width:136px;
	padding-top:38px;
}
section.form h2 span {
	background:url(../images/contact.png) no-repeat left top;
	width:144px;
	padding-top:38px;
}
footer {
  background-color: #4b4b4b;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}

.center { text-align:center; }
.mgb100 { margin-bottom:100px !important; }

/****************************************************
- SERVICE
****************************************************/
section.service ul { overflow:hidden; }
section.service ul li { width: 440px; }
section.service ul li:nth-child(2n+1) { float:left; }
section.service ul li:nth-child(2n) { float:right; }
section.service ul li h3 {
 font-weight: bold;
 padding: 0 0 15px 10px;
 border-bottom: 1px solid #000;
 margin-bottom: 15px;
 letter-spacing: 0.1em;
 font-size: 16px;
}


/****************************************************
- MISSION
****************************************************/
body > section.mission h2 {
	width: 310px;
  background-color: #ed9153;
  display: table-cell;
  padding: 60px 0 0 70px;
	-webkit- box-sizing: border-box;
	-moz- box-sizing: border-box;
	-o- box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
body > section.mission dl {
	width: 777px;
  display: table-cell;
  background-color: #f1f1f1;
  vertical-align: middle;
  padding: 50px;
}
body > section.mission dl dt {
	font-size: 36px;
  font-weight: bold;
  color: #a0cb43;
}
body > section.mission dl dd { margin-bottom: 25px; }


/****************************************************
- OUTLINE
****************************************************/
body > section.outline table th {
	width: 16%;
  padding: 15px 30px 15px 0;
  border-right: 1px solid #3b3b3b;
  text-align: right;
	font-weight:bold;
	vertical-align:top;
}
body > section.outline table td { padding: 10px 0 10px 30px; }
body > section.outline table { margin: 0 0 30px 35px; }
body > section.outline iframe {
	width:1100px;
	height:290px;
	border:none;
	margin:0 auto;
}


/****************************************************
- CONTACT
****************************************************/
body > section.form p.notice { margin-bottom:30px; }
body > section.form p.notice span {
	color: #e40101;
  font-size: 12px;
}
body > section.form table { width:850px; margin:0 auto 30px auto; }
body > section.form table tr {
	border-bottom: 1px solid #868686;
  border-top: 1px solid #868686;
}
body > section.form table th { width:25%; }
body > section.form table th,
body > section.form table td { padding: 20px; }
body > section.form table .layer150 {
	padding: 2px;
	width: 150px;
  margin: 0 20px 0 5px;
}
body > section.form table .layer250 {
  padding: 2px;
  width: 250px;
}
body > section.form table td textarea {
	padding: 2px;
  height: 80px;
  width: 410px;
}
body > section.form a.sendBtn {
	background: url(../images/41.jpg) no-repeat left top;
	display:block;
	width: 330px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
  border-radius: 3px;
}
body > section.form.thankyou { padding: 10% 0; }
body > section.form table tr.error th { background-color: #FFDBDB; }
body > section.form ul.layer72 {
	width: 805px;
	border: 2px solid red;
	padding: 15px 20px;
	margin: 0 auto 20px auto;
}