﻿html {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 0;
	background: url(../img/shared/bg.jpg) repeat center top;
	min-width: 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 {
}
/*=============================================
 * #wrapper
 *=============================================*/

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

#header {
	width: 100%;
	position: relative;
	height: 747px;
}
#header:before {
	background:  url(../img/shared/bg_header.png) repeat-x center top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
	z-index: 1;
}
#header h1 {
	    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #fff;
    position: absolute;
       top: 7px;
    right: 118px;
	z-index: 1;
}
#header .tel {
	position: absolute;
	top: 43px;
	right: 102px;
	z-index: 1;
}
#header .link {
	position: fixed;
	top: 11px;
	right: 0;
	z-index: 1000;
}
#header .logo {
	
}
#header .nav {
	
}
#header .nav li {
	float: none;
}
#header #belt{
	background: url(../img/shared/bg_nav.jpg) no-repeat center top;
	height: 747px;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 737px;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 300px);
}
#key ul {
	height: 737px;
	width: 100%;
}
#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;
}
/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: 0 auto;
	padding:44px 0 18px;
	max-width: 286px;
	
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	height: 755px;
	width: 100%;
	position: relative;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #ffffff;
	background: url(../img/shared/bg_ft_t.jpg) no-repeat center top, url(../img/shared/bg_ft.jpg) repeat-x center top;
}
#footer .tel {
	
}
#footer .logo {
	padding-top: 26px;
}
#footer #ft_info dl{
	padding-bottom: 24px;
}
#footer #ft_info {
	width: 498px;
	margin: 0 auto;
	padding-top: 33px;
}
#footer #ft_info dt{
	float: left;
	width: 160px;
}
#footer #ft_info dd{
	float: left;
}
#footer .nav {
	line-height: 35px;
	font-size: 17px;
	padding: 17px 0px 22px;
	letter-spacing: .5px;
	color: #fff;
	position: relative;
	text-align: center;
}
#footer .nav li {
	padding-left: 0;
}
#footer .nav li a {
	padding: 0 19px;
	position: relative;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
}

/*=============================================
 * copyright
 *=============================================*/
#pagetop {
	right: 0;
	bottom: 10px;
}
address {
	color: #fff;
	font-size: 12px;
	padding: 5px 0 0px;
	letter-spacing: .5px;
	line-height: 23px;
	text-align: center;
	position: relative;
}
.text_center {
	text-align: center;
}
.ml_0 {
	margin-left: 0px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#socialbuttons > * {
	margin: 0 7px;
}
.w_500 {
	width: 500px;
}
.w_50pc {
	width: 50%;
}
.w_440{
	width: 440px;
}
.w_445{
	width: 445px;
}
.w_480{
	width: 480px;
}
.w_380{
	width: 380px;
}
.w_360{
	width: 360px;
}
.w_450{
	width: 450px;
}
.bsh{
	box-shadow: 0px 8px 14px 0px rgba(3, 3, 3, 0.35); 
}
