@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .contact a {
	color: #E71E30;
}

#container {
	padding-top: 134px;
}

#main {
	width: 738px;
}

#main .headLine01 {
	margin-bottom: 55px;
}

#main p {
	margin-bottom: 24px;
	line-height: 2;
}

#main .ttl {
	margin-bottom: 23px;
	font-size: 14px;
	font-weight: bold;
}

#main .text {
	margin-bottom: 58px;
}

#main .formBox {
	margin: 0 auto 20px;
	width: 442px;
	border: 1px solid #676767;
}

#main .formBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .formBox table th,
#main .formBox table td {
	text-align: left;
	vertical-align: middle;
}

#main .formBox table th {
	padding: 6px 5px 7px;
	background-color: #676767;
}

#main .formBox table td {
	padding: 5px;
	background-color: #FFF;
}

#main .formBox table td input[type="text"] {
	margin-right: 4px;
	padding: 0;
	width: 300px;
	height: 17px;
	font-size: 12px;
	border: 1px solid #CCC;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

#main .formBox table td input[type="submit"] {
	padding: 0 2px;
	width: 38px;
	height: 19px;
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	position: relative;
	behavior: url(../js/common/pie.htc);
	appearance: none;
	-webkit-appearance: none;
}

#main .formBox table td input[type="submit"]:hover {
	cursor: pointer;
}

#main .txtList {
	margin: 0 100px 0 114px;
}

#main .txtList li {
	padding-left: 1em;
	font-size: 10px;
	line-height: 1.9;
	text-indent: -1em;
}

#gFooter {
	border-bottom: none;
}

#gFooter.fix {
	border-bottom: 7px solid #FFF;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#container {
		padding-top: 0;
	}
	
	#main {
		width: auto;
	}
	
	#main .headLine01 {
		margin-bottom: 22px !important;
	}
	
	#main .headLine01 span {
		margin-bottom: -2px !important;
	}
	
	#main .formBox {
		width: 100%;
	}
	
	#main .formBox table th,
	#main .formBox table td {
		padding: 2px;
		font-size: 10px;
	}
	
	#sp p {
		font-size: 10px !important;
	}
	
	#main .formBox table td input[type="text"] {
		width: 60%;
	}
	
	#main .formBox table td input[type="submit"] {
		width: auto;
	}
	
	#main .txtList {
		margin: 0;
	}
	
	#main .txtList li {
		padding-left: 0;
		text-indent: 0;
	}
	
	#gFooter {
		border-bottom: 10px solid #FFF;
	}
}