@charset "utf-8";

/*********
 RESET *********/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,var {
	font-style: normal;
}
ul,ol,li {
	list-style-type: none;
}
strong,th,address {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
img,object,embed {
	border: 0;
	vertical-align: top;
}
hr {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
/*********
 shareparts *********/

.lv0 {	margin-bottom:0!important;}
.mb10 {	margin-bottom: 10px;}
.mb20 {	margin-bottom: 20px;}
.mb30 {	margin-bottom: 30px;}
.attention { color: #cc0000;}
.fancy,
.png,
.png_bg,
.hvop {}
.none {display: none;}

/*********
 linkColor *********/
a:link {
	color: #335CA7;
	text-decoration: none;
}
a:visited {
	color: #335CA7;
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: underline;
}

/*********
 clearfix *********/

.cb {
	clear: both;
	font-size: 1%;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.clearfix {
	/zoom: 1;
}

/*********
 base*********/
html {
	font-size: 87.5%;
}
body {
	background-color: #ffffff;
	font-family: Arial,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	line-height: 1.6;
	color: #333333;
}
#page .wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/*********
 header *********/
#header {
	background: url(/common/img/share/bg_cmn_00.gif) repeat;
}
#header .line {
	padding: 8px 0;
	background: url(/common/img/share/bg_header_01.png) no-repeat bottom;
}
#header .logo {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 35px;
	left: 0px;
	left: 75px;
}
#header .line .txt,
#header .line h1 {
	text-align: right;
	font-size: 71.4%;
	/font-family: "ＭＳ Ｐゴシック";
	color: #dbcfbe;
	_padding-bottom:1px;
}
#header .navi {
}
#header .navi ul {
	overflow: hidden;
	_zoom: 1;
	padding-left: 290px;
}
#header .navi li {
	display: inline;
	float: left;
	height: 13px;
	margin-left: 20px;
	padding: 10px 0;
	_padding-bottom: 7px;
}
*:first-child+html #header .navi {
	margin-top: -3px;
	padding-bottom: 3px;
}

#globalnavi {
	position: absolute;
	z-index: 5;
	width: 100%;
	background: url(/common/img/share/bg_gn_01.png) repeat-x top;
}
#globalnavi .inner {
	width: 960px;
	margin: 0 auto;
}
#globalnavi ul {
	overflow: hidden;
	_zoom: 1;
}
#globalnavi li {
	display: inline;
	float: left;
}
#visual.black {
	background: #000;
}
#visual.white {
	background: #eceeed;
}
#about #visual.white,
#contact #visual.white {
	background: #ffffff;
}
#visual {
	min-width: 960px;
	height: 280px;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#visual .image {
	position: absolute;
	left: 50%;
	margin-left: -630px;
}
#visual .logo {
	position: absolute;
	left: 50%;
	top: 35%;
	margin-left: -480px;
}
#gkbcafe #visual .logo {
	top: 25%;
}
#home #visual {
	min-width: 960px;
	height: 580px;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #000;
}
#home #visual ul {
	position: absolute;
	left: 50%;
	margin-left: -630px;
}

/*********
 container *********/
#container {
	/zoom: 1;
	position: relative;
	z-index: 10;
	margin-top: -77px;
/*	下の値でもOK
	margin-top: -73px;
*/
	background: url(/common/img/share/bg_cmn_04.png) repeat-x top;
}
#home #container {
	margin-top: -160px;
	background: url(/common/img/home/bg_01.png) repeat-x top;
}
#visualnavi ul {
	overflow: hidden;
	_zoom: 1;
	width: 972px;
	margin-left: -12px;
}
#visualnavi li {
	display: inline;
	float: left;
	width: 68px;
	margin: 13px 0 13px 13px;
}
#visualnavi li span {
	display: block;
	width: 64px;
	padding: 2px;
	background: url(/common/img/share/bg_cmn_01.png) repeat;
	cursor: pointer;
}
#visualnavi .current span {
	background: url(/common/img/share/bg_white.png) repeat;
}
#container .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 7px;
	background: url(/common/img/share/bg_cmn_05.png) no-repeat top;
}
#home #container .wrapper {
	margin: -4px auto 0;
	background: url(/common/img/home/bg_00.png) no-repeat top;
}
*:first-child+html #home #container .wrapper {
	margin-top: 9px;
}
#main {
	position: relative;
	float: left;
	width: 735px;
	margin-top: 41px;
}
#home #main {
	margin-top: 0;
}
#sub .section {
	padding: 10px;
}
#sub {
	float: right;
	width: 225px;
	/position: relative;
}
#sub .smttap{
	font-size: 12px;
	padding-top: 10px;
	display: block;
	text-align: center;
}
#sub .banner li {
	_zoom: 1;
	margin-bottom: 20px;
	padding-bottom: 21px;
	background: url(/common/img/share/line_01.gif) repeat-x bottom;
}
#sub .banner #b_system {
	position: relative;
}
#sub .banner #b_system span {

}
#sub .planbox {
	margin-bottom: 20px;
	padding-bottom: 21px;
	background: url(/common/img/share/line_01.gif) repeat-x bottom;
}
#sub .planbox .inner {
	_zoom: 1;
	padding: 10px 10px 10px 15px;
	border: 3px solid #e5e3d9;
	background: #f4f3ed;
}
#sub .planbox .inner ul {
	padding-left: 54px;
	background: url(/common/img/share/bg_cmn_19.gif) no-repeat left;
}
#sub .planbox li {
	_zoom: 1;
	margin-bottom: 2px;
}
#sub .planbox li a {
	display: block;
	padding-left: 8px;
	background: url(/common/img/share/icon_arrow.gif) no-repeat left;
	font-size: 85.7%;
	color: #333333;
}
#sub .title {
	position: absolute;
	top: -23px;
	/left:0;
}
#sub .menu {
	margin: 43px 5px 30px;
}
#sub .menu .inner {
	position: relative;
	padding: 5px 0 10px;
	background: url(/common/img/share/bg_cmn_00.gif) repeat;
}
#sub .menu li {
	padding: 1px 5px;
	background: url(/common/img/share/line_02.gif) no-repeat bottom center;
}
#sub .menu li a {
	display: block;
	padding: 10px 10px 10px 18px;
	background: url(/common/img/share/icon_arrow_dotto.gif) no-repeat left 1.3em;
	color: #dbcfbe;
	text-decoration: none;
}
#sub .menu li a.focus,
#sub .menu li a:hover {
	background: #462A03 url(/common/img/share/icon_arrow_dotto.gif) no-repeat left 1.3em;
}
#sub .menu li li {
	padding-left: 15px;
	background: url(/common/img/share/line_02.gif) no-repeat top center;
}
#sub .menu li li a {
	margin-top: 2px;
}

/*********
 footer *********/
#footer {
	margin-top: 40px;
	padding-bottom: 20px;
	border-top: 1px solid #212121;
	background: url(/common/img/share/bg_cmn_00.gif) repeat;
}
#footer .list {
	width: 367px;
	float: left;
	padding-top: 30px;
}
#footer .list dl {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 10px;
}
#footer .list dt {
	margin-bottom: 10px;
	line-height: 1;
	font-size: 1px;
}
#footer .list dd {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 85.7%;
	white-space: nowrap;
	line-height: 1;
}
#footer .list dd a {
	padding-left: 7px;
	background: url(/common/img/share/icon_arrow_footer.gif) no-repeat left 0.4em;
	color: #462a03;
}
#footer .list dd a:hover {
	background: url(/common/img/share/icon_arrow_footer_hover.gif) no-repeat left 0.4em;
	color: #e1d0b8;
	text-decoration: none;
}
#footer .banner {
	float: right;
	width: 224px;
}
#footer .banner .inner {
	margin: 30px -10px 0;
	width: 244px;
	background: url(/common/img/share/bg_cmn_02.png) no-repeat 50% 50%;
}
#footer .banner ul {
	padding: 0 20px;
}
#footer .banner li {
	width: 198px;
	margin-bottom: 10px;
	border: 3px solid #462a03;
}
#pagetop {
	position: absolute;
	top: -10px;
	left: 746px;
/*	right: 10px;
*/
}
#copyright {
	padding: 15px 0;
	border-top: 1px solid #212121;
	background: url(/common/img/share/bg_cmn_03.jpg) repeat;
	text-align: center;
	font-size: 85.7%;
	color: #f4f4f4;
}
.panorama360 {
	width: 715px;
	height: 478px;
	margin: 40px auto 0;
	overflow: hidden;
}


/*********
 epark20180618 *********/

.epark{
	height: auto !important;
}
