﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.75px;
	background: #FFF;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/

header {
}
header h1 {
	position: absolute;
	top: -100px;
	left: 0;
}
header .logo {
	z-index: 90;
}
header .tel {
}
header .hd_bottom {
	background: url(../img/shared/bg_nav.jpg) repeat-x center bottom
}
header nav {
	padding-left: 104px;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/

section {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	padding-top: 63px;
}
#socialbuttons > * {
	margin: 0 10px;
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	background: url(../img/shared/ft_bg.jpg) repeat-x center top;
}
footer .logo {
	padding: 80px 0 0 5px;
}
footer .tel {
}
footer nav {
	text-align: center;
	line-height: 91px;
	font-weight: bold;
}
footer nav li {
	position: relative;
}
footer nav li:last-child:after, footer nav li:before {
	position: absolute;
	top: 0;
	color: #000;
	left: -4px;
	content: "\7C";
	padding-right: 5px;
}
footer nav li:last-child:after {
	right: -141px;
}
footer nav a {
	margin: 0 35px;
}
footer ul {
	padding-top: 21px;
}
footer ul li {
	padding-bottom: 28px;
}
footer .ft_bototm {
}
/*=============================================
 * copyright
 *=============================================*/

address {
	/*padding: 56px 0 22px;*/
	padding: 50px 0 22px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
}

address a{
 font-size: 10px;
 text-align: left;
 color: #FFF;
 display: block;
 text-decoration: none;
}

.txt-center {
	text-align: center;
}
.c_red {
	color: #ed553b;
}
.txt {
	z-index: 90;
	position: relative;
}
.bx-wrapper {
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
	margin-bottom: 0;
	height: 100%;
}
