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

body {
	color: #000000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 33px;
	letter-spacing: 0;
	background: url(../img/shared/bg.jpg) repeat center top;
	min-width: inherit;
	max-height: 100%;
	font-weight: bold;
}
/*=============================================
 * 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: 873px;
}
#header .header_info{
	position: relative;
	z-index: 1000;
}
#header h1 {
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 1px;
	padding: 19px 0 17px;
	font-weight: normal;
	text-align: right;
}
#header .logo {
	padding-top: 204px;
}
#header .tel {

}

#header .nav {

}
#header .nav li {
	float: left;
	margin-left: 20px;
}

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

#key {
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 700px;
	position: absolute;
	top: 173px;
	width: 100%;
	z-index: 1;
	margin: 0 auto;
}


#key ul {
	min-height: 700px;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*=============================================
 * container
 *=============================================*/

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

#socialbuttons {
	margin: auto;
	padding: 3px 0 0;
	max-width: 350px;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	background: url(../img/shared/bg_ft_ct.jpg) no-repeat center top, url(../img/shared/bg_ft.jpg) repeat-x center top;
	height: 670px;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1.6;
	color: #ffffff;
	font-weight: bold;
}

#footer .logo {

}

#footer .tel {
	padding-left: 54px;
}
#footer .nav {
	line-height: 35px;
	font-size: 15px;
padding-top: 25px;
padding-bottom: 32px;
	text-align: center;
}
#footer .nav li {
	padding-left: 0;
}
#footer .nav li a {
	padding: 0 27px;
	position: relative;
}
#footer .nav li + li {

}
#footer .nav li + li:before {

}
#footer .info {
    width: 600px;
	padding:  14px 0 0 50px;
}
#footer dl{
	padding-bottom: 20px;
}
#footer dt{
	float: left;
	width: 82px;
}
#footer dd{
	float: left;
}
#socialbuttons {
    margin: 0 0 0 43px;
padding-top: 3px;

}

/*=============================================
 * copyright
 *=============================================*/
#pagetop {

}
address {
color: #000;
font-size: 12px;
padding: 85px 0 0px;
letter-spacing: 1px;
line-height: 24px;
}
.text_center {
	text-align: center;
}
.ml_0 {
	margin-left: 0px !important;
}
.strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#socialbuttons > * {
	margin: 0 7px;
}
.w_500 {
	width: 500px;
}
.w_50pc {
	width: 50%;
}

.w_235 {
	width: 235px;
}
.listmenu {
	border-bottom: 1px solid #b2b2b2;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 18px 0 12px;
}
.listmenu dt {
	float: left;
	padding-left: 3px;
}
.listmenu dd {
	float: right;
	text-align: right;
	color: #dd2045;
}
