@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", MS PGothic, "ＭＳ Ｐゴシック", Osaka;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #007847;
	text-decoration: underline;
}

a:visited {
	color: #007847;
	text-decoration: underline;
}

a:hover {
	color: #007847;
	text-decoration: none;
}

a:active {
	color: #007847;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1074px;
	text-align: center;
	line-height: 1.5;
	color: #000;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 42px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 14px 0 9px;
	border-bottom: 3px solid #007847;
}

#header .hInner {
	margin: 0 auto;
	width: 1014px;
}

#header h1 {
	float: left;
}

#header .tel {
	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 13px 0 12px;
	background-color: #007848;
	clear: both;
	overflow: hidden;
}

#footer .pageTop {
	position: fixed;
	right: 42px;
	bottom: 42px;
}

#footer .copyright {
	width: 1014px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6em;
	color: #fff;
}