@charset "UTF-8";

/* リセットcss */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

body {
	width: 100%;
	min-width: 1100px;
	color: #231815;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	text-align: center;
}

.common_bg {
	width: 100%;
	height: 372px;
	min-width: 1100px;
	background-image: url(../img/common/bg_top.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: -278px;
}

.inner {
	width: 940px;
	margin: 0px auto;
}

/* ヘッダー */
header {
	width: 100%;
	z-index: 10;
}

h1 {
	padding: 5px 0px;
	font-size: 12px;
	color: #fff;
	background-color: #006934;
}

h2 {
	margin-top: 60px;
	display: inline-block;
	display: inline-block;
	margin-left: 230px;
	margin-right: 30px;
}

/* コンテンツ */
.content {
	width: 100%;
	margin-top: -50px;
}




/* フッター */
footer {
	clear: both;
	background-color: #006934;
	color: #fff;
	font-size: 12px;
	padding: 5px 0px;
}