@charset "UTF-8";

div:after,
dl:after,
ul:after{
	display:none;
}
/*ローディング*/
#loading {
  width: 100%;
  height: 105%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

#loading2 {
  width: 100%;
  height: 100%;
  background: white url('../images/ajax-loader.gif') 50% 50% no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

#vaamWrap {
  background: #000;
  text-align: center;
}

.content {
  width: 950px;
  margin: 0 auto;
  position: relative;
  background: #000;
}

.scene1 {
  z-index: 4;
  position: relative;
  padding-top: 0px;
}

.scene2 {
  position: relative;
  padding-top: -5px;
}

.scene3 {
  position: relative;
}

.scene4 {
  position: relative;
  padding-top: 69px;
}

.scene5 {
  position: relative;
  padding-top: 117px;
}

.scene6 {
  position: relative;
}

.scene7 {
  position: relative;
  padding-top: 103px;
}

.scene8 {
  position: relative;
  padding-top: 84px;
}
.scene9 {
  position: relative;
  padding-top: 110px;
}
.scene10 {
  position: relative;
  padding-top: 153px;
}
.scene11 {
  position: relative;
  padding-top: 0px;
}


.scene11 .plus_btn_list {
  position: absolute;
  left: 0;
  top: 0;
}
.scene11 .plus_btn_list .btn1 {
  left: 375px;
  top: 540px;
}
.scene11 .plus_btn_list .btn2 {
  left: 690px;
  top: 540px;
}
.scene11 .plus_btn_list .btn3 {
  left: 380px;
  top: 1040px;
}
.scene11 .popup_list {
  z-index: 1;
}
.scene11 .popup_list .popup1 {
	/*
  left: 212px;
  */
  left: 31px;
  top: 280px;
}
.scene11 .popup_list .popup2 {
  left: 31px;
  top: 280px;
}
.scene11 .popup_list .popup3 {
  left: 31px;
  top: 830px;
}
.scene11 .popup_list .btn_close {
  right: -10px;
  top: -10px;
}

.plus_btn {
  position: absolute;
  background: url('../images/btn_plus.png') 0 0 no-repeat;
  width: 93px;
  height: 93px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 93px;
  text-align: left;
}
.plus_btn:hover {
  opacity: 0.75;
}

.btn_close {
  position: absolute;
  background: url('../images/btn_close.png') 0 0 no-repeat;
  width: 82px;
  height: 82px;
  display: block;
  cursor: pointer;
}
.btn_close:hover {
  opacity: 0.75;
}

.popup_list {
  position: absolute;
  left: 0;
  top: 0;
}
.popup_list .popup {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.scene12 {
  position: relative;
  margin-top: 0px;
}

.scene13 {
  position: relative;
  margin-top: 0px;
}
.bg_01 {
  background: url('../images/bg1.png') no-repeat center top;
}
.bg_02 {
  background: url('../images/bg2.png') no-repeat center top;
  padding-top:100px;
  margin-top:91px;
}
.bg_space {
  position: absolute;
  top: 1640px;
  left: 0;
}
.bg_shine {
  position: absolute;
  top: 4010px;
  left: 0;
}
.last {
  padding: 278px 0 77px;
}

/*	headArea
------------------------------------------------*/
#headArea{
width:950px;
height:50px;
margin:0 auto;
}
#headArea #logo{
float:left;
}
#headArea #topInbound {
    padding-top: 10px;
    float: right;
    padding-right: 16px;
}
#headArea #Language{
padding-top:10px;
float:right;
}
#headArea #Language ul li{
width:75px;
height:30px;
display:inline-block;
}
#headArea #Language ul li a:hover img,
#headArea #topInbound a:hover img{
opacity:1;
}