@charset "utf-8";


/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}



table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {

}

a:visited {

}

a:hover {
/*	text-decoration: underline; */
}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align:center;
	line-height: 1.5;
	background: url('https://site-kit-public.s3-ap-northeast-1.amazonaws.com/ss/img/new-bg3-full-b.jpg') no-repeat center top;
	background: url('/img4/new-bg3-full-b.png') no-repeat center top;
	background-size: 1900px;
	background-color: #1a0f0d;
	background-color: #1f150f;
}

#hederBg {
	background: url() no-repeat center top;
	width:100%;
}

#container{
	margin: 0 auto;
	width: 900px;
	padding: 0 4px;
	text-align: left;
	background: url(../../img/common/container_bg.png) repeat-y left top;
	border-top: 1px solid #D5C8B5;
}

#main {
	min-height: 1597px;
}
	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}

#header .headMain {
	background: url("/img/biztime/20230101/headmain_bg5.png") no-repeat;
	height: 116px;
	position: relative;
}

#header .headMain .logo {
	position: absolute;
	left: 162px;
	top: 16px;
}

#header .headMain .logo_sun {
	position: absolute;
	left: 0px;
	top:  10px;
}

#header .headMain h1 {
	position: absolute;
	right: 13px;
	top: 13px;
	font-weight: normal;
	font-size: 1.1em;
	color: #948574;
}
#header .headMain .qr {
	position: absolute;
	right: 11px;
	top: 30px;
}
#header .headMain .tel {
	position: absolute;
/*	right: 89px;
	top: 59px; */
	right: 84px;
	top: 38px;
}
#header .headMain .open {
	position: absolute;
	right: 312px;
	top: 67px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi li {
	float: left;
}

#gNavi li img {
	vertical-align: top;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 580px;

	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 200px;

	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
/*	margin-top: 35px; */
	margin-top: 0px;
}

#footer .pageTop {
	margin: 0 10px 3px 0;
	text-align: right;
}

#footer .footerIn {
	background: url(../../img/common/footer_bottom.jpg?v2) no-repeat;
	height: 89px;
	color: #b88f3e;
}

#footer .footerIn .fNavi p {
	text-align: right;
}

#footer .footerIn a {
	color: #b88f3e;
	text-decoration: none;
}

#footer .footerIn a:hover {
	color: #b88f3e;
	text-decoration: underline;
}

#footer .footerIn .fNavi {
	text-align: right;
	height: 53px;
	font-size: 1.2em;
	padding: 13px 20px 0 0;
}

#footer .footerIn .fNavi ul li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccb081;
	line-height: 1.5;
}

#footer .footerIn .fNavi ul li.last {
	border: none;
	margin: 0;
	padding: 0;
}
#footer .footerIn .copyright {
	float: right;
	color: #FFF;
	padding: 8px 10px 0 0;
	font-size: 10px;
	letter-spacing: 1px;
}


div.mainImg {
	border-bottom:2px solid #ccc;
}



