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


/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.7px;
	background: #fffced;
	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 {
	padding-top: 90px;
	position: relative;
}
#belt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 108px;
	background: url(../img/shared/header_bg.png) repeat-x top center;
	z-index: 100;
}
#header h1 {
	color: #e0be8e;
	font-size: 13px;
	line-height: 20px;
	padding-top: 25px;
}
#header .logo {
	position: absolute;
	top: 16px;
	left: 280px;
}
#header .tel {
	position: absolute;
	right: 0;
	top: 16px;
}
#header #nav {
	background: url(../img/shared/nav.jpg) repeat top center;
}
#header #nav li{
	margin: 0 5px;
}

/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	width: 100%;
	height: 780px;
	position: relative;
}
#key ul {
	min-height: inherit;
	width: 100%;
	height: 780px;
}
#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;
	width: 100%;
	height: 780px;
}


/*=============================================
 * container
 *=============================================*/

#container {
}


/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: 16px 0 0 25px;
}


/*=============================================
 * footer
 *=============================================*/

#footer {
	background: url(../img/shared/footer_T.jpg) repeat-x top center, url(../img/shared/address.jpg) repeat-x bottom center, url(../img/index/sec1_bg.jpg) repeat top center;
	color: #ffffff;
	padding-top: 53px;
	line-height: 18px;
}
.footerL{
	float: left;
	width: 267px;
	margin-left: 88px;
}
.footerR{
	float: right;
	width: 510px;
	margin: 23px 100px 39px 0;
}
.vcard{
	border-top:1px solid #502813;
	border-bottom:1px solid #502813;
	margin-top: 12px;
	padding: 12px 0;
}
.vcard dl{
	margin-bottom: 6px;
}
.vcard dt{
	font-weight: bold;
}
.footerR li{
	float: left;
	line-height: 43px;
	color: #e0be8e;
}
.footerR li+li{
	margin-left: 16px;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 12px;
	line-height: 38px;
}
.txt_center{
	text-align: center;
}



/*求人ボタン*/
#webbtn {
	position:fixed;
	top:20px;
	right:0;
	
	z-index:999;
}

#recruit {
	position:fixed;
	top:225px;
	right:0;
	
	z-index:999;
}