body {
	position: relative;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.full-width {
	width:100%;
}

.center-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.transport {
	background-color:rgba(255,255,255,0.0);
}


li {
	width:100px;
	display: inline-block;
	text-align:center;
}  

.grid-item {
	float: left;
}

.grid-item:after {
}

#menu {
	position: fixed;
	width:100%;
	height:100px;
	padding-top:30px;
	z-index:9999;
}

#logo {
	width:20%;
	textalign:left;
	padding-left:30px;
}

#submenu {
	width:80%;
	text-align:right;
	font-size: 18px;
	color:white;
	padding-right:30px;
}

#toppage {
	width:100%;
	height:1000px;;
	background-image: url(image/top3.png);
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
}

#contents {
	width:100%;
	height:1000px;;
}

#product {
	padding-top:30px;
	width:100%;
	min-height:1000px;
	background-color:#fefefe;
	
}

#store {
	padding-top:30px;
	width:100%;
	min-height:1000px;;

}

#eventinfo {
	padding-top:30px;
	width:100%;
	min-height:1000px;;

}


#apartment {
	padding-top:30px;
	width:100%;
	min-height:1000px;;

}

#partner {
	width:960px;
}

h1{
	color:#2e8b57;
}

.text-center {
	text-align:center;
}

#accessmap {
	width:800px;
	height:430px;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	height:30px;
	background-color:#2e8b57;
	font-size: 18px;
	color:white;
	border: 1px solid #2e8b57;  
}

.header-under {
	border: 1px solid #2e8b57;  
}

#maparea {
	width:100%;
	height:400px;
}

#contact {
	width:800px;
	height:200px;
	margin-top:50px;

}

.header-item {
	margin-left:30px;
}

a {
	text-decoration: none;
	color:white;
}



.bannor {
	margin-left:20px;
	height: 150px;
	width:300px;
}

.grid .bannor:first-child {
	margin-left:0px;
}

#apartinfo {
	width:900px;
	border: 1px solid #2e8b57;  
	border-collapse: collapse;
}

#apartinfo th {
	padding:4px;
	background-color:#2e8b57;
	color:white;
}

#apartinfo td {
	padding:2px;
	border: 1px solid #2e8b57;  
}

.text-left {
	text-align:left;
}

.td-category {
	width:100px;
}

#store-slide-close {
	height:550px;
	overflow:hidden;
}

#store-slide-open {
	height:0px;
	overflow:hidden;
}

#apart-slide-close {
	height:550px;
	overflow:hidden;
}

#apart-slide-open {
	height:0px;
	overflow:hidden;
}

.btn {
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	font-family: Arial;
	color: #2e8b57;
	font-size: 40px;
	padding: 40px;
	background: rgba(255,255,255,0.0);
	border: solid #2e8b57 4px;
	text-decoration: none;
}

.btn:hover {
	background: #2e8b57;
	text-decoration: none;
	color:white;
}

.btn-close {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #2e8b57;
	font-size: 20px;
	padding: 5px 30px;
	background:rgba(255,255,255,0.0) ;
	border: solid #2e8b57 2px;
	text-decoration: none;
	margin-top:10px;
}

.btn-close:hover {
	background: #2e8b57;
	text-decoration: none;
	color:white;
}


#footer {
	width:100%;
	height:300px;
	background-color:rgba(0,0,0,0.7);
	color:white;
	margin-top:30px;
	box-shadow:1px -1px 2px 2px rgba(0,0,0,0.4);
}

#footertable td {
	padding-top:6px;
}

#footertable td:first-child {
	width:150px;
	vertical-align:top;
}

