.html{
	height: 100%;
	background-color: white;
	
}

.body {
	height:100%;
	width: 100%;
	/*font-family: century;*/
	margin:0 auto;
	padding:0px;
	background-color: white;
	font-family: 'Times New Roman', serif;
}


#container {
	min-height: 100%;
	height: 100%;
    margin: 0 auto;
	background-color: white;
	text-align: center;
	max-width: 1000px;
	font-family: 'Times New Roman', serif;

}

li {
	list-style: none;
}

a {
	text-decoration: none;

}

#contents {
    float: left;
	font-family: serif;
	margin: 100px auto 30px;
	padding-top: 30px;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;


}

#formWrap {	
	width: 100%;
    float: left;
    line-height: 200%;

}

#contact h1 {
    text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
	border-left: 4px solid gray;
	padding-left: 10px;

}

#contents p {
	text-align: left;
	font-size: 16px;
}

#contact span {
   display: inline-block;
   margin-left: 5%;
   font-weight: bold;
   
}

#form {
	margin-top: 5px;

}

#form h2 {
  font-size: 20px;
  background-color:#4682b4;
  width: 180px;
  height: 35px;
  line-height: 35px;
  color: white;
  border-radius: 5px;
  margin: 15px 0;
  
}

#tel, #line {
   font-size: 24px;
   color: blue;
   letter-spacing: 2px;
}

#mail {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: blue;
}

#mail a, #line a {
   text-decoration: underline;

}


#formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	text-align: left;
	margin-bottom: 10px;
/*	table-layout: fixed;
	word-break: break-word;*/
	
}

.input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;

}

.area {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#formTable th, #formTable td {
	border:1px solid #ccc;
	padding:10px;
}

#formTable th {
	width: 30%;
	max-width: 150px;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	}

#formTable td {
	/*width: 70%;*/
}

#submittion {
	display: block;
    text-align: center;

}

/* PC */



/* tablet */
@media all and (max-width: 768px) {
	#submenu {
		display: none;
	}

	#contents {
		margin-top: 50px;
	}

	#contents h1 {
		font-size: 18px;
	}

	#contents p {
		font-size: 14px;

	}

	#formWrap {
		line-height: 150%;
		width: 95%;
		margin: 0 2.5%;
		
	}

	#contact span {
		font-size: 20px;
	}

	#form h2 {
		font-size: 18px;
	    width: 160px;
     	height: 30px;
		line-height: 30px;  
	}

	#formTable {
		font-size: 14px;
	}



}
/* tablet */


/* smartphone */
@media all and (max-width: 480px) {
	#contents h1 h2 {
		font-size: 16px;
	}

	#contents p {
		font-size: 12px;

	}

	#contact span {
		font-size: 16px;
	}

	#formTable {
		font-size: 10px;
	}

	.input {
		font-size: 8px;
	}

	#form h2 {
		font-size: 16px;
	    width: 150px;
     	height: 25px;
		line-height: 25px;  
	}



	}
/* smartphone */






