@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,
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,
footer,
header,
hgroup,
section,
{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

/* CSS Document */

html {
	font-size: 62.5%;
	width: 100%;
}

body {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	height: 100%;
	background-color: #FFF;
	line-height: 1.6;
	color: #000000;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #444444;
	text-decoration: underline;
}

.header-bg {
	width: 100%;
	height: 147px;
	padding-bottom: 3px;
	position: relative;
}

.header-bg .border {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	top: 120px;
	z-index: 100;
	opacity: 0.05;
}

.header-bg .header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 87px;
}

.header-bg .header h1 {
	position: absolute;
	top: 30px;
}

.header-bg .header h1 img {
	width: 165px;
	height: auto;
}

.header-bg .header-bottom {
	position: absolute;
	top: 87px;
	width: 100%;
	height: 30px;
	border-bottom: 3px solid #12b3c7;
	background-color: #FFF;
	z-index: 100;
}

#footer > div > span {
	text-align: center;
	display: block;
	padding-bottom: 25px;
}

#footer > .footer-bottom {
	border-bottom: 3px solid #12b3c7;
}