@charset "UTF-8";

/*common*/
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  -webkit-text-size-adjust: none;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #0099cc;
  text-decoration: underline;
}
a:visited {
  color: #0099cc;
  text-decoration: underline;
}
a:hover {
  color: #0099cc;
  text-decoration: underline;
}

#wrapper{
	width: 100%;
	margin: 20px 0; 
}

#navwrapper{

  background-color: white;
  opacity:1;

}

#contentwrapper{
  overflow:hidden;
  width: 100%;
  margin: 0 auto 0;
  height: 100px;
 /* background-color: white;*/
  position: absolute;
  top: 315px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 5;
}

#mapwrapper{
  clear:both;
  width: 100%;
  margin: 0 auto 0;
  height: 303px;
  position: absolute;
  top: 400px;
  background-color: #f5f5f5;
}


#copyrightwrapper{
  clear:both;
  width: 100%;
  margin: 0 auto 0;
  height: 50px;
  top:1500px;
  position: relative;
}

.inner{
	padding:0 20px; 
}

/*header*/
header{
	width: 100%;
	height: auto;
}
header h1{
	position: static;
	width: 211px;
	margin-bottom: 10px; 

}
header h1 img{
	width: 211px;
	height: 28px;
}
header p{
	position: static;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

header p br{
	display: block;
}



/* nav */
nav{
/*  overflow:hidden;*/
  overflow: visible;
  display: block;
  width: 100%;
  height: 45px;
  margin: 0 auto 0;
  z-index: 10;
}


#navBtn{
	position: absolute;
	right: 24px;
	top: 24px;
	width: 30px;
	height: 25px;
	opacity: 0.5;
}

#navBtn img{
	width: 30px;
	height: 25px;
}

nav ul{
  width:100%;
	border-top:1px #999 solid;
	display: none;
	background-color:white;
/*  margin-top:-5px;*/
}
nav ul li{
	width:100%;
	float:none;
	border-bottom:1px #999 solid;
	margin: 0;
	padding: 0;
	background-color:white;
}
nav ul li a:link,
nav ul li a:visited{
	color:#000;
	text-decoration:none;
	width:100%;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
/*	padding:15px 10px;*/
	padding:15px 10px;
	color: #333;
	font-size: 16px;
	background: url(../images/sp/arrow.png) right center no-repeat;
	background-size: 20px 15px;
}

#type{
  display:block;
}

.has-sub{
  display:none;
}

.sp_types_nav{
  display:block;
}

/*#main_visual*/
#mainImg{
	width: 100%;
	margin-bottom: 0;
}
#mainImg img{
	max-width: 100%;
	height: auto;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

#spLogo{
  height:70px;
}

#sliding{
  display:none;
}

#sp_topImgBox{
  display:block;
  width:100%;
  height:275px;
  overflow:hidden;
  margin-top:70px;
}

#sp_topImg{
  width:100%;
  height:auto;
}

.bx-wrapper {
    width: 100% !important;
    overflow: 280px;
    position: relative !important;
    padding: 0;
    *zoom: 1;
}
.bx-viewport {
    width: 320px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    height: 280px;
}
.prev-next {
    width: 100%;
    position: relative;
}
.bx-prev,
.bx-next {
		display:none;
    position: absolute;
    width: 61px;
    height: 61px;
    top: -240px;
    text-indent: -9999px;
}
.bx-prev {
    left: 0;
    background: url(../images/prev_icon.gif) no-repeat left center;
}
.bx-prev:hover {
    background: url(../images/prev_icon_on.gif) no-repeat left center;
}
.bx-next {
    right: 0;
    background: url(../images/next_icon.gif) no-repeat left center;
}
.bx-next:hover {
    background: url(../images/next_icon_on.gif) no-repeat left center;
}

/* container */
#container{
/*	padding: 20px 10px;*/
	padding: 0px 0px;
	margin-bottom: 0;
}
#container h2{
	color: #333;
	font-size: 14px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom:1px solid #999 ;
	margin-bottom: 10px;
}


#home_copy{
/*  width:583px;
  height:85px;
  overflow:hidden;
  position: relative;
  top:-90px;
  left:10px;*/
	display:none;
}


#content{
  overflow:hidden;
/*  background-color: white;*/
  width: 100%;
  height: 1450px;
  margin: 0 auto 0;
}

#note{
  display:block;
  width:100%;
  margin: 0 auto 0;
  padding-top:35px;
/*  text-align:center;*/
}

#pattern{
  overflow:hidden;
  width: 100%;
  height: 225px;
  margin: auto;
	margin-top: 25px;
  float: none;
}

#promotionImg{
	width:360px;
	height:90px;
	display:block;
  margin: 0 auto 0;
}

#factsheetImg{
	width:360px;
	height:75px;
	display:block;
  margin: -20px auto -20px;
}

#sns_links{
	width:260px;
	height:35px;
	display:block;
  margin: 0 auto 0;
}

#facebookImg{
	float:left;
	width:120px;
	height:35px;
	display:block;
  margin: 0 5px 0;
}

#instagramImg{
	float:left;
	width:130px;
	height:35px;
	display:block;
  margin: 0 auto 0;
}


.vershade{
	display:none;
/*  width: 16px;
  height: 214px;
  margin-right: 40px;
  float: left;*/
}
#intro{
  overflow:hidden;
  width: 90%;
  height: 650px;
  margin: 25px auto 25px;
  float: none;
  font-size:16px;
/*  text-align:center;*/
}

#presentSpace{
/*  clear:both;
  float:none;
  width:400px;
  height:900px;*/
	display:none;
}


#presentationClip{
  display:none;
}

#sp_presentationClip{
	display:block;
  float:none;
  overflow:hidden;
  width: 100%;
  height: 480px;
  margin: 0 auto 0;
}

#sp_presentationClip img,iframe{
	display:block;
	margin: 0 auto 10px;
}

#relatedNews{
  float:none;
  overflow:hidden;
  width: 90%;
  height: 300px;
  margin: 0 auto 0;
}

#relatedNewsTitle{
  background: url(../images/title_relatednews.png) 0 center no-repeat;
  width: 550px;
  height: 60px;
  display:block;
  margin: 0 auto 10px;
}

#relatedNews li a{
	display:block;
  background: url(../images/bulletin.png) 0 8px no-repeat;
  padding-left: 20px;
  text-decoration: none;
  height:60px;
  display:block;
  margin: 0 auto 10px;
	width:100%;
	float:none;
	border-bottom:1px #999 solid;
}

#title{
  margin-top: 48px;
  width: 100%;
  height: 42px;
}

.titleImg{
  width:auto;
  height:30px;
}

.subtitleImg{
  width:auto;
  height:40px;
}

.titlespace{
  text-align:left;
  width:165px;
  height:50px;
}

.subtitle{
  margin-left:0px;
}

.leftspace{
  float: left;
  width: 20px;
  height: 50px;
}

.midspace{
  display:none;
}

.title_spaceleft{
  display:none;
}

.contentspace{
  clear:both;
  float: none;
  width: 90%;
  height: 100%;
  margin:0 auto 0;
  top:10px;1
}

.contentspace ul{
  clear:both;
  width:100%;
  display:block;
  margin:0 auto 0;
}

#description{
  margin-top: 10px;
  width: 100%;
  height: 235px;
}

#floor{
  margin-top: 10px;
  width: 100%;
  height: 320px;
}

.floor_button{
  display:block;
  width: 272px;
  height: 191px;
  float: none;
  margin:0 auto 0;
}

.sp_image{
  width:100%;
  height:auto;
  margin:auto;
  display:block;
}

#map{
  width:100%;
  height:1750px;
}

#map p{
  display:block;
  width:90%;
  margin:auto;
}

#layoutpic{
  width:100%;
  height:1520px;
}

#layoutImg{
  display:block;
  width:90%;
  height:auto;
  margin:0 auto 0;
}

#horshade{
  display:none;
/*  margin: 0 auto 0;
  width: 100%;
  height: 50px;
  position: relative;
  top: 0px;
  display:block;*/
}

#horshadeupper{
  display:none;
/*  display:block;
  margin: 0 auto 0;
  width: 100%;
  height: 50px;
  position: relative;
  top: -11px;*/
}

.icon{
  float: left;
  margin-right: 5px;
}

#copyright{
  overflow:hidden;
  display:block;
  width: 300px;
  height: 65px;
  margin: 10px auto;
  position: relative;
/*  top: -30px;*/
  font-size:12px;
}

#contact p{
  color: #4987c1;
}

#copyr{
/*	text-align:center;*/
	display:block;
  float: none;
  margin-left: auto;
  width:300px;
}

#contact{
  float: none;
	display:block;
  width:100%;
  margin: 10px auto;
	height:20px;
  vertical-align: middle;
}

/*#facebook{
  float: left;
  margin-right: 20px;
}*/

#phone{
  float: left;
  margin-right: 20px;
}

#mail{
  float: left;
/*  margin-left: 20px;*/
}


#mobile_backtotop{
  display:block;
  width:100%;
  height:80px;
  background-color:#3777b2;
  position:relative;
  top:1535px;
  margin:auto;
}

.cover{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}
#popup_promotion
{
    height:700px;
    width:700px;
    margin:0 auto;
    position:relative;
    z-index:10;
    display:none;
  background: url(../images/popup_promotion.jpg) no-repeat;
  border:5px solid #cccccc;
  border-radius:10px;
}
#popup_promotion:target, #popup_promotion:target + .cover{
    display:block;
    opacity:2;
}

#popup_factsheet
{
    height:700px;
    width:700px;
    margin:0 auto;
    position:relative;
    z-index:10;
    display:none;
  background: url(../images/popup_factsheet.jpg) no-repeat;
  border:5px solid #cccccc;
  border-radius:10px;
}
#popup_factsheet:target, #popup_factsheet:target + .cover{
    display:block;
    opacity:2;
}

.cancel
{
    display:block;
    position:absolute;
    top:3px;
    right:2px;
    background:rgb(245,245,245);
    color:black;
    height:30px;
    width:35px;
    font-size:30px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}

#right_nav{
  float:left;
  margin-left:100px;
  height:100%;
  width:400px;

}



/* footer */
footer{
	border-top: none;
	padding-top: 0;
}

footer p{
	text-align: center;
	font-size: 10px;
	font-family: Helvetica,Arial,sans-serif;
	color: #666;
	margin-bottom: 20px;
}




