html,
body {
	width: 100%;
	height: 100%;
}

.section {
	margin-bottom: 60px;
}
.inner {
	margin: 0 auto;
	width: 1000px;
}

.block {
	margin-bottom: 30px;
}
.bolder {
	font-weight: bold;
}
.webfont {
	font-family: 'Century Gothic','Montserrat','Muli',sans-serif !important;
	font-weight: 400 !important;
}
.webfont.serif {
	font-family: 'Amiri', serif !important;
}
.webfont.sans {
	font-family: 'Century Gothic','Montserrat','Muli',sans-serif !important;
}
.webfont.lato {
	font-family: 'Lato', sans-serif !important;
}
.webfont.pinyon {
	font-family: 'Pinyon Script', cursive !important;
}
.webfont.condensed {
	font-family: 'Open Sans Condensed', sans-serif !important;
}
.webfont.boldest {
	font-weight: 900 !important;
}
.webfont.bolder {
	font-weight: 700 !important;
}
.webfont.liter {
	font-weight: 300 !important;
}
.webfont.litest {
	font-weight: 100 !important;
}
.webfont.italic {
	font-style: italic;
}
h2 {
	margin-bottom: 30px;
	font-size: 21px;
}
h2.title {
	margin-bottom: 45px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}
h3 {
	margin-bottom: 45px;
	font-size: 15px;
}
h3.title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}
h3.title.webfont {
	font-size: 30px;
}
h4 {
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: normal;
}
h4.title {
	margin-bottom: 18px;
	font-size: 18px;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: normal;
}
h4.title.centering {
	margin-bottom: 36px;
	text-align: center;
}
h4.subtitle {
	margin: -30px 0 39px 0;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}
h4.heading {
	font-size: 24px;
}
h5.copy {
	margin-bottom: 60px;
	text-align: center;
	font-size: 14px;
}
.summary h5.copy {
	margin-bottom: 0;
}
.summary_contents {
	margin-top: 60px;
}
p {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 1.8em;
}
p.leading {
	margin-bottom: 36px;
	padding: 0 60px;
}
.description {
	margin: 0 90px 18px 90px;
	padding: 30px 0 12px 0;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
}
hr {
	clear: both;
	border: none;
	border-bottom: solid 1px #000;
	height: 1px;
}
a {
	color: #2E2E2E;
}
#waist a {
	text-decoration: none;
	border-bottom: solid 1px #E1DFDD;
}
#waist a:hover {
	border-bottom: solid 1px #2E2E2E;
}
ul,
ol {
	margin-bottom: 18px;
}
li {
	margin-bottom: 6px;
}
.leftest {
	float: left;
}
.lefter {
	float: left;
}
.center {
	float: left;
}
.righter {
	float: right;
}
.clear {
	clear: both;
}
.half {
	width: 470px;
}
.box {
	position: relative;
	border: solid 3px #000;
	margin-bottom: 30px;
	padding: 42px;
}
.box.half {
	width: 390px;
}
.box h3.title {
	position: absolute;
	display: inline-block;
	top: -0.5em;
	left: 33px;
	padding: 0 12px;
	line-height: 1em;
	background: #FFF;
}
.wider {
	width: 580px;
}
.narrower {
	width: 360px;
}
.note {
	clear: both;
	padding-top: 30px;
	font-size: 12px;
	color: #888;
	line-height: 1.6em !important;
}
.note a {
	color: #888;
	text-decoration: underline;
}

.ref {
	clear: both;
	padding-top: 45px;
	font-size: 12px;
	text-align: right;
	color: #888;
	line-height: 1.6em !important;
}
.square {
	font-size: 7px;
	line-height: 7px;
	vertical-align: super;
}
.hidden {
	display: none;
}
.link {
	clear: both;
	margin: 45px auto 0 auto;
	text-align: center;
}
.link.half {
	width: 50%;
}
.link.inline {
	text-align: center;
}
.link.half.lefter {
	margin: 0;
	width: 48%;
}
.link.half.righter {
	clear: none;
	margin: 0;
	width: 48%;
}
.link a {
	display: block;
	padding: 6px 15px;
	font-size: 12px;
	text-align: center;
	background: #FFF;
	border: solid 1px #444 !important;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.link.fullwidth a,
.link.half a {
	display: block;
	padding: 6px 0;
}
.link.inline a {
	display: inline-block;
}
.link a:hover {
	color: #FFF;
	background: #444;
	border: solid 1px #444 !important;
	text-decoration: none;
}
.link.liter a {
	background: #2E2E2E !important;
	color: #FFF !important;
	border: solid 2px #FFF;
	text-align: center;
	background: #FFF;
}
.link.liter a:hover {
	color: #2E2E2E !important;
	background: #FFF !important;
	text-decoration: none;
}

.em {
	font-weight: bold;
	border-bottom: solid 2px #888;
}




#header {
	position: relative;
	height: 78px;
	overflow: hidden;
	font-family: "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
	background: #FFF;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	overflow: hidden;
}
#header .inner {
	padding: 12px 0;
}
#header h1 {
	float: left;
	width: 230px;
	height: 54px;
	overflow: hidden;
}
#header h1 a {
	display: block;
	width: 230px;
	height: 54px;
	background: url(../images/common/saikyo-office.co.jp.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header ul#menu_global {
	float: right;
	font-size: 13px;
	letter-spacing: 0.05em;
}
#header ul#menu_global li {
	float: left;
	margin: 12px;
	line-height: 30px;
	border-bottom: solid 2px #FFF;
}
#header ul#menu_global li.active {
	border-bottom: solid 2px #222;
}
#header h2#menu_tel {
	float: right;
	margin-left: 30px;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: right;
}
#header h2#menu_tel .tel {
	font-size: 21px;
}
#header a:hover {
	text-decoration: none;
}

#neck {
	position: relative;
	margin-bottom: 90px;
	width: 100%;
	height: 160px;
	font-family: "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#neck h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 160px;
	letter-spacing: 0.05em;
	color: #FFF;
}


#waist {
	margin-bottom: 90px;
}

#footer {
	color: #FFF;
	background: #272727;
}
#footer a {
	color: #FFF;
}
#footer .inner {
	padding: 45px 0;
}
#footer h1 {
	margin-bottom: 3px;
	font-size: 18px;
}
#footer h2 {
	margin-bottom: 24px;
	font-size: 15px;
}
#footer ul#footer_info {
	margin-bottom: 24px;
	font-size: 12px;
}
#footer ul#menu_footer {
	font-size: 10px;
}
#footer ul#menu_footer li {
	float: left;
	margin-right: 9px;
	padding-right: 9px;
	border-right: solid 1px #FFF;
	letter-spacing: 0.1em;
}
#footer ul#menu_footer li:last-child {
	border-right: none;
}
#footer #footer_map {
	width: 430px;
}
#footer #footer_map img {
	width: 100%
}

#footer #copyright {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
}





