@charset "utf-8";

/*-------------------------------*/
/*header
/*-------------------------------*/

#header{
	width: 100%;
	height: 84px;
	background: url(../images/header/header_bk.png);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

#headerbody{
	width: 980px;
	height: 84px;
	margin: 0px auto;
}

#logo{
	float:left;
}

#navi{
	width: 760px;
	height: 58px;
	float: right;
}

#navi li{
	float: left;
}

#navi a{
	display: block;
	height: 60px;
	text-indent:-9999px;
	overflow: hidden;
}

#gn1 a{
	width: 80px;
	background: url(../images/header/gn1.png) top left no-repeat;		
}

#gn1 a:hover{
	background: url(../images/header/gn1_o.png) top left no-repeat;		
}

#gn2 a{
	width: 94px;
	background: url(../images/header/gn2.png) top left no-repeat;		
}

#gn2 a:hover{
	background: url(../images/header/gn2_o.png) top left no-repeat;		
}

#gn3 a{
	width: 145px;
	background: url(../images/header/gn3.png) top left no-repeat;		
}

#gn3 a:hover{
	background: url(../images/header/gn3_o.png) top left no-repeat;		
}

#gn4 a{
	width: 177px;
	background: url(../images/header/gn4.png) top left no-repeat;		
}

#gn4 a:hover{
	background: url(../images/header/gn4_o.png) top left no-repeat;		
}

#gn5 a{
	width: 123px;
	background: url(../images/header/gn5.png) top left no-repeat;		
}

#gn5 a:hover{
	background: url(../images/header/gn5_o.png) top left no-repeat;		
}

#gn6 a{
	width: 112px;
	background: url(../images/header/gn6.png) top left no-repeat;		
}

#gn6 a:hover{
	background: url(../images/header/gn6_o.png) top left no-repeat;		
}

#header_pos{
	width: 100%;
	height: 60px;
	background: #ffffff;
}

#scroll_pos{
	width: 100%;
	height: 0px;	
	background: #ffffff;
	display: none;
}

.btn_msc10{
  position:relative;
}

.btn_msc10 p{
  position:absolute;
  top:12px;
  right:-60px;
}

.no_flash{
  position:relative;
}
.btn_01{
  position:absolute;
  top:400px;
  left:60px;
}


/*-------------------------------*/
/*mainVisual
/*-------------------------------*/

#mainvisual{
	width: 100%;
	height: 500px;
	background: url(../images/mainvisual/mv_bk.jpg); 
	font-size:1.2em;
}


#mvbody{
	width: 980px;
	height: 500px;
	margin: 0px auto;
}

#sns{
	/*width: 360px;*/
	height: 30px;
	position: absolute;
	margin-top: -30px;
	margin-left: 58px;
}

#sns div{
	float: left;
	margin-right: 34px;
}

#twitter,#fb{
	width: 86px;
}

/*-------------------------------*/
/*about
/*-------------------------------*/

#about{
	width: 100%;
	height: 670px;
	background: url(../images/about/about_bk.jpg) top center no-repeat;
	font-size:　1.2em;
}

#aboutbody{
	width: 980px;
	height: 670px;
	background: url(../images/about/aboutbody_bk.png) top left no-repeat;
	margin: 0px auto;	
}

#about_left{
	width: 511px;
	height: 550px;
	float: left;	
}

#about_title{
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#install_link{
	display: block;
	width: 634px;
	font-size: 1.5em;
	margin-left: 20px;
}

#howtouse_title{
	margin-top: 40px;
}	

#about_right{
	width: 469px;
	height: 550px;
	float: right;	
}


#about_bottom{
	width: 980px;
	height: 114px;
	clear: both;
}

/*-------------------------------*/
/*360view
/*-------------------------------*/

#v360{
	width: 100%;
	height: 541px;
	background: url(../images/v360/v360_bk.gif);
	font-size:　1.2em;
}

#v360body{
	width: 980px;
	height: 541px;
	margin: 0px auto;	
}

#v360txt{
	margin-top: 33px;
	margin-left: 16px;
	float: left; 
}

#viewslider{
	width: 621px;
	height: 100%;
	float: right;
}

#rotarea{
	width: 621px;
	height: 476px;
	overflow: hidden;
}

#rotobj{
	width: 4968px;
	height: 476px;
}

#rotobj img{
	float: left;
}

#sliderarea{
	width: 351px;
	margin-left: -42px;	
}

#slide_left,#slide_right{
	float: left;
	cursor: pointer;
}

#slider{
	width: 293px;
	height: 24px;
	background: url(../images/v360/slider_bk.png) top left no-repeat;
	cursor:url(../images/v360/slider_handler_o.png);
	float: left;
}

/*-------------------------------*/
/*simulation
/*-------------------------------*/

#simulation{
	width: 100%;
	height: 629px;
	background: url(../images/simulation/simulation_bk.jpg) top center no-repeat;
	font-size:　1.2em;
}

#simulationbody{
	width: 980px;
	height: 629px;
	margin: 0px auto;	
}

/*-------------------------------*/
/*edit
/*-------------------------------*/

#edit{
	width: 100%;
	height: 472px;
	background: url(../images/edit/edit_bk.gif);
}

#editbody{
	width: 980px;
	height: 472px;
	margin: 0px auto;
}

#edit_title{
	margin-top: 31px;
	margin-bottom: 13px;
}

#edit_left{
	margin-left: -43px;
	float: left;
}

#edit_right{
	margin-right: -43px;
	float: right;
  position:relative;
}

#edit .note_01{
  position:absolute;
  bottom:10px;
}

/*-------------------------------*/
/*detail
/*-------------------------------*/

#detail{
	width: 100%;
	height: 645px;
	background: url(../images/detail/detail_bk.png);
}

#detailbody{
	width: 980px;
	height: 625px;
	margin: 0px auto;	
}

#detail_title{
	margin-top: 27px;
}

#detail_table{
	margin-top: 12px;
}
.img_left{
	float: left;
}
#table_left{
	table-layout: fixed;
	width: 298px;
	float: left;
	border-collapse: collapse;
	border-spacing: 0px;	
}


#table_right{
	table-layout: fixed;
	width: 400px;
	float: left;
	margin-left: 10px;
	border-collapse: collapse;
	border-spacing: 0px;	
}

#detail th{
	width: 480px;
	height: 34px;
	background: url(../images/detail/th_bk.png) top left repeat-x;
	border: #0d3e63 1px solid;
	font-size: 1.6em;
	line-height: 34px;
	color: #ffffff;
	padding-left: 10px;
}


#detail td{
	font-size: 1.2em;
	line-height: 22px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.ttl{
	border: #7f7f7f 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;	
	border-right: none;
	border-bottom: none;
}

.obj{
	border: #7f7f7f 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	border-bottom: none;
}


.ttl_fin{
	border: #7f7f7f 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;	
	border-right: none;
}

.obj_fin{
	border: #7f7f7f 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tcap{
	font-size: 0.8em;
}

#cap{
	display: block;
	width: 400px; 
	clear: both;
	margin: 6px 0 0 267px;
	float: left;
}

#download a{
	display: block;
	width: 361px;
	height: 77px;
	background: url(../images/detail/btn_download.png) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;	
	float: right;
	margin-right: -24px;
	margin-top: 6px;
}

#download a:hover{
	background: url(../images/detail/btn_download_o.png) top left no-repeat;
}

/*-------------------------------*/
/*footer
/*-------------------------------*/

#footer{
	width: 100%;
	height: 174px;
	background: url(../images/footer/footer_bk.png);
}

#footerbody{
	width: 980px;
	height: 174px;
	margin: 0px auto;
}

#moviecheck a{
	display: block;
	width: 192px;
	height: 59px;
	background: url(../images/footer/btn_movie.png) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;	
	margin-left: 640px;
	float: left;	
}

#moviecheck a:hover{
	background: url(../images/footer/btn_movie_o.png) top left no-repeat;
}

#gototop a{
	display: block;
	width: 127px;
	height: 59px;
	background: url(../images/footer/btn_gototop.png) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;	
	float: right;
}

#gototop a:hover{
	background: url(../images/footer/btn_gototop_o.png) top left no-repeat;
}

#copyright{
	margin-top: 70px;
	margin-left: 188px;
}