@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	min-width: 980px;
	height: 100%;
	font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: normal;
}
p, dt, dd, li, th, td {
	font-size: 75%;
	line-height: 140%;
}
img {
	border: none;
	vertical-align: bottom;
}

#wrapper {
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 130px;
}
#wrapper li {
	list-style: none;
}
#container {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	position: relative;
	height: 96px;
}
#header:after {
	clear: both;
	display: block;
	content: "";
}
#header #logo {
	position: absolute;
	top: 0;
	left: 23px;
	padding: 7px 4px 9px;
}
#header ul {
	float: right;
	margin-right: -10px;
}
#header li {
	float: left;
	padding-left: 2px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 128px;
	background-color: #fff;
}
#ftContact {
	height: 91px;
	background-color: #ff6500;
}
#ftContact .inner {
	overflow: hidden;
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;
	padding: 0 20px 0 22px;
}
#ftContact h2 {
	margin: 20px 0 11px;
	font-size: 10px;
	line-height: 120%;
}
/*
 * 外部タグ
 */
img[src*="d2ytkilxgnmqyx.cloudfront.net/"] {
	position: absolute;
	z-index: -1;
	bottom: 0;
}
/**
 *  Print
 */
@media print {
	html {
		overflow-y: visible;
	}
}
