@charset "UTF-8";

body{
  overflow-x: hidden;
  font-family:"Microsoft Sans Serif", sans-serif;
  font-size:14px;
  line-height:1.5;
}
a{
  color:#4987c1;
  text-decoration: none;
}
a:hover{
  color:#4987c1;
  text-decoration: none;
}

#wrapper{
/*  overflow:hidden;*/

  width:1000px;
  height: 160px;
  margin: 0 auto 0;
}

#navwrapper{
/*  overflow:hidden;*/
  
  width: 100%;
  margin: 0 auto 0;
  height: 45px;
  background-color: white;
  position: absolute;
  top: 40px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
  z-index: 10;
}

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

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


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

#container {
/*  overflow:hidden;*/

  width:100%;
  margin-left: auto;margin-right: auto;
  text-align:left;
}


/* header */
header{
/*  overflow:hidden;*/
  width:1000px;
  height:80px;
  position:relative;
  left: -118px;
  top: -250px;
  z-index: 8;
}
header h1{
  width:221px;
  height:28px;
  position:absolute;
  left:0;
  top:0;
}
header p{
  width:350px;
  height:28px;
  position:absolute;
  left:240px;
  top:0;
}
header p br{
  display: none;
}


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

nav li{
  list-style: none;
}

nav ul{
  list-style: none;
  margin-left: 0px;
  width: 1000px;
  z-index: 10;
}

nav ul li{
/*  width:100px;*/
  float:left;
  padding-bottom:0px;
/*  margin-bottom:20px;*/
  margin-right:40px;
}
#logo{
/*  overflow-x: hidden;
  width:1000px;
  height: 350px;*/
  float:left;
  padding-bottom:0px;
  margin-bottom:0px;
  margin-right:0px;
}

#home_copy{
  width:583px;
  height:85px;
  overflow:hidden;
  position: relative;
  top:-225px;
  left:385px;
}

nav ul li:last-child{
  margin-right:0;
}
nav ul li a{
  margin-top: 10px;
  color:#000;
  text-decoration:none;
/*  width:110px;*/
  display:block;
  font-family:Helvetica;
  font-size: 16px;
  z-index: 10;
}

#type{
  display:none;
}

.has-sub{
  display:block;
  width: 78px;
}

.sp_types_nav{
  display:none;
}

nav ul ul {
/*  overflow:hidden;*/
/*    clear: both;*/
    visibility: hidden; 
    position: relative; 
    top: 11px; 
    left: 0px; 
    z-index: 598; 
    width: 100%;}
nav ul ul li {float: none; width: 140px;}
nav ul ul ul {top: 0; left: auto; right: -99.5%; }
nav ul li:hover > ul { visibility: visible;}
/*nav ul ul {bottom: 0; left: 0;}*/
nav ul ul {margin-top: 0; }
nav ul ul li {font-weight: normal;}

/*nav ul ul {
      border-top: 4px solid #1b9bff;
      text-transform: none;
      min-width: 190px; 
}*/
      nav ul ul a {
        margin-top: 0px;
        background: #ffffff;
        color: #000;
        border: 1px solid #ccc;
        border-top: 0 none;
/*  margin-bottom:0px;*/
/*        line-height: 150%;*/
/*        height: 45px;*/
/*        margin-top: 10px;*/
        padding: 16px 20px; 
}


/* mainImg */
#mainImg{
  overflow:hidden;
  top: -125px;
  position: relative;
  z-index: -10;
}


.bx-wrapper {
    width: 100% !important;
    overflow: hidden;
    height: 250px;
    position: relative !important;
    padding: 0;
    *zoom: 1;
}
.bx-viewport {
    width: 1000px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    height: 250px;
}
.prev-next {
    width: 100%;
    position: relative;
}
.bx-prev,
.bx-next {
    position: absolute;
    width: 61px;
    height: 61px;
    top: -140px;
    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;
}

#slider {
    display: none;
}

#sp_topImgBox{
  display:none;
}

#sliding{
  /*width: 3000px;*/
/*  margin-bottom: 42px;*/
  clear:both;
  z-index: -10;
  display:block;
}

#sliding li{
  margin-bottom: 42px;
  float:left;
}

#copy{
  overflow:hidden;
  top: -330px;
  left: 320px;
  position: relative;
  z-index: -10;
}

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

#pattern{
  overflow:hidden;
  width: 233px;
  height: 206px;
  margin-left: 70px;
  margin-right: 40px;
  margin-top: 25px;
  float: left;
}

#promotionImg{
  width:218px;
  height:100px;
  display:block;
  margin: 0 auto 0;
}

#factsheetImg{
  width:218px;
  height:73px;
  display:block;
  margin: -15px auto -15px;
}

#sns_links{
  width:163px;
  height:20px;
  display:block;
  margin: 0 auto 0;
}

#facebookImg{
  float:left;
  width:71px;
  height:20px;
  display:block;
  margin: 0 5px 0;
}
#instagramImg{
  float:left;
  width:76px;
  height:20px;
  display:block;
  margin: 0 auto 0;
}

.vershade{
  width: 16px;
  height: 214px;
  margin-right: 40px;
  float: left;
}
#intro{
  overflow:hidden;
  width: 560px;
  height: 285px;
  margin-top: 25px;
  float: left;
}
#presentSpace{
  clear:both;
  float:left;
  width:400px;
  height:900px;

}


#presentationClip{
  display:block;
  float:left;
  overflow:hidden;
  width: 550px;
  height: 715px;
}

#sp_presentationClip{
  display:none;
}

#relatedNews{
  float:left;
  overflow:hidden;
  width: 550px;
  height: 200px;
}

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

#relatedNews li a{
  background: url(../images/bulletin.png) 0 center no-repeat;
  padding-left: 20px;
  text-decoration: none;
  height:20px;
}

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

#description{
  margin-top: 10px;
  width: 1000px;
  height: 120px;
}

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

.floor_button{
  width: 272px;
  height: 191px;
  float: left;
}

#inquiry{
  margin-top: 45px;
  width: 1000px;
  height: 350px;
}

#formbox{
  width: 515px;
  height:350px;
  background-color: #fafafa;
border-style: solid; 
border-width: 1px; 
border-color:#ebebeb;
}

#map{
  overflow: hidden;
  padding-top: 20px;
  width: 1000px;
  height: 335px;
  margin: 0 auto 0;
}

#layoutpic{
  width:908px;
  height: 209px;
  margin: 0 auto 0;
}

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

.rightspace{
  float: left;
  width: 500px;
  height: 100%;
}

.titlespace{
  float: left;
  text-align: left;
  width: 150px;
  height: 100%;
}

.title_spaceleft{
  float: left;
  width: 735px;
  height: 100%;
}

.subtitle{
  float: left;
  width: 135px;
  height: 100%;
  margin-left: 139px;
}

#dl_button{
  float: left;
  width: 184px;
  height: 100%;
  margin-left: 420px;
}

.midspace{
  display:block;
  float: left;
  width: 139px;
  height: 1000px;
}

#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    background-color: #fff;
    padding: 0px;
}

#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #a0a0a0;
    width: 360px;
}

#inputArea p{
  clear:both;
  float: left;
  margin-left: 20px;
  width: 100px;
}

#inputArea div{
  float: left;
  width: 360px;
  margin-left: 10px;
}

#submitbutton{
  width: 113px;
  height: 32px;
  margin-left: 130px;
}

#mappic{
  margin-left: 35px;
  width: 523px;
  height: 645px;
  float: left;
}

.contentspace{
  float: left;
  width: 545px;
  height: 100%;
}

#horshade{
  margin: 0 auto 0;
  width: 900px;
  height: 11px;
  position: relative;
  margin-top: 0;
  top: -35px;
}

#horshadeupper{
  margin: 0 auto 0;
  margin-left: auto;
  width: 900px;
  height: 11px;
  position: relative;
  margin-bottom: 0;
  top: -11px;
}

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

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

#contact p{
  color: #4987c1;
}

#copyr{
  float: left;
  margin-left: 50px;
}

#contact{
  float: left;
  margin-left: 400px;
  vertical-align: middle;
}

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

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

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

/* content */
#whatsNew{
  width:310px;
  float:left;
}
#about{
  width:310px;
  float:left;
  margin:0 10px;
}

#about img{
  width:310px;
}

#todaysSweet{
  width:310px;
  float:left;
}
#whatsNew h2,
#about h2,
#todaysSweet h2{
  border-bottom:1px #000 solid;
  padding-bottom:5px;
  margin-bottom:10px;
  font-family:Arial, Helvetica, sans-serif;
}

.moreLink{
  margin:10px 0;
  text-align:right;
}

#whatsNew dt{
  font-size:11px;
  color:#333;
}
#whatsNew dd{
  border-bottom:1px #999 solid;
  padding-bottom:10px;
  margin-bottom:10px;
}
#whatsNew dd:last-child{
  border-bottom:none;
}

#todaysSweet div#menu01{
  width:150px;
  float:left;
}

#todaysSweet div#menu02{
  width:150px;
  float:right;
}

footer{
  margin:40px 0;
  border-top:1px #000 solid;
  padding-top:20px;
}
footer p{
  text-align:right;
  font-size:10px;
  color:#666666;
  font-family:Arial, Helvetica, sans-serif;
}

.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;
}

#mobile_backtotop{
  display:none;
}

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

}
