@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  n3ds.css
	style info :  /3ds/index
	date:2010.12.25
=================================================================== */
.n3ds .index #container{
	width: 100%;
	text-align: center;
}
.n3ds .index #primary{
	float: none;
	width: 960px;
	margin: 5px auto 0;
	padding-bottom: 9px;
}


/*------flashcontent-------*/
.n3ds .index #primary #flashcontent_wrap {
	height: 377px;
	margin-bottom: 16px;
	padding-top: 9px;
}
.n3ds .index #primary #flashcontent_wrap #flashcontent div {
	position: relative;
	width: 960px;
}
.n3ds .index #primary #flashcontent_wrap #flashcontent p.btn {
	position: absolute;
	top: 273px;
	left: 635px;
}


/*------flashbtn-------*/
.n3ds .index #primary #flashbtn_wrap {
	position: relative;
	width: 960px;
	height: 200px;
	background: url("../img/bg_carousel.gif") left bottom no-repeat;
}

.n3ds .index #primary #flashbtn_wrap #flashbtn{
	position: absolute;
	left: 26px;
	top:5px;
	width: 909px;
	height: 190px;
}
.n3ds .index #primary #flashbtn_wrap #flashbtnprev{
	position: absolute;
	width: 25px;
	height: 102px;
	left:1px;
	top:39px;
	background: url("../img/btn_carouselprev.gif") -25px 0 no-repeat;
	cursor: pointer;
}
.n3ds .index #primary #flashbtn_wrap #flashbtnprev:hover{
	background-position: 0 0;
	
}
.n3ds .index #primary #flashbtn_wrap #flashbtnnext{
	position: absolute;
	width: 25px;
	height: 102px;
	right: 1px;
	top:39px;
	background: url("../img/btn_carouselnext.gif") 0 0 no-repeat;
	cursor: pointer;
}

.n3ds .index #primary #flashbtn_wrap #lineLeft{
	display: block;
	position: absolute;
	width: 1px;
	height: 175px;
	left:26px;
	top:5px;
	background: #bebebe;
}
.n3ds .index #primary #flashbtn_wrap #lineRight{
	display: block;
	position: absolute;
	width: 1px;
	height: 175px;
	right:25px;
	top:5px;
	background: #bebebe;
}


.n3ds .index #primary #flashbtn_wrap #flashbtnnext:hover{
	background-position: -25px 0;
	
}

.n3ds .index #primary #flashbtn_wrap #flashbtn {
	/*overflow-x:hidden;*/
	width: 909px;
	height: 190px;
	position: absolute;
	top:5px;
	left:26px;
}

.n3ds .index #primary #flashbtn_wrap #flashbtn #flashbtnclip{
	/*overflow-x:hidden;*/
	width: 909px;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.n3ds .index #primary #flashbtn_wrap #flashbtn #flashbtnclip #flashbtnCarousel {
	position: absolute;
	top:0;
	left: 0;
	width: 1663px;/* 227*6+1 */
	height: 175px;
	background-color:#bebebe;
}

.n3ds .index #primary #flashbtn_wrap ul li {
	float: left;
	width: 228px;
	position: relative;
	margin-left: -1px;
}
.n3ds .index #primary #flashbtn_wrap ul li.firstchild {
	margin-left: 0;
}

.n3ds .index #primary #flashbtn_wrap ul li a{
	display: block;
	width: 228px;
	height: 175px;
	background: url("../img/bg_carouselbtn.gif") 0 0  no-repeat;
}
.n3ds .index #primary #flashbtn_wrap ul li a:hover{
	background-position: 0 -175px;
	background-color: #cd202c;
}



/*------secondary-------*/
.n3ds .index #secondary_wrap {
	border-top: 1px #bebebe solid;
}
.n3ds .index #secondary_wrap #secondary{
	position: relative;
	float: none;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
}


/*------information-------*/

.scroll-pane{
	width: 100%;
	height: 226px;
	/height: 228px;
	_height: 224px;
	overflow: auto;
	outline: none;
}


.n3ds .index #secondary_wrap #secondary #information {
	float: left;
	width: 697px;
	padding-bottom: 64px;
}
.n3ds .index #secondary_wrap #secondary #information h3 {
	margin-bottom: 0px;
	height: 74px;
}
.n3ds .index #secondary_wrap #secondary #information #scrolllinetop{
	position: absolute;
	top:0;
	width: 679px;
	height: 1px;
	line-height:0;
	background: url("../img/bg_infomationtitele.gif") top left repeat-x;
}
.n3ds .index #secondary_wrap #secondary #information #scrolllinebottom{
	position: absolute;
	top:224px;
	/top:228px;
	_top:223px;
	width: 679px;
	height: 20px;
	line-height:0;
	background:#FFFFFF url("../img/bg_infomationtitele.gif") top left repeat-x;
}

.n3ds .index #secondary_wrap #secondary #information #scrollwrapper {
	position: relative;
	text-align: left;
}

.n3ds .index #secondary_wrap #secondary #information ul li {
	width: 673px;
	_width: 679px;
	padding: 13px 0 14px 6px;
	_padding: 15px 0 16px 6px;
	background:transparent url("../img/line_information.gif") bottom left no-repeat;
	text-align: left;
}
.n3ds .index #secondary_wrap #secondary #information ul li a {
	padding-left: 20px;
	background: url("../img/icon_information_arrow_link.gif") center left no-repeat;
	text-decoration: none;
	color: #555555;
}
.n3ds .index #secondary_wrap #secondary #information ul li.gray a {
	background: url("../img/icon_information_arrow_nolink.gif") center left no-repeat;
}
.n3ds .index #secondary_wrap #secondary #information ul li a:hover {
	text-decoration: underline;
	color: #cd202c;
}
.n3ds .index #secondary_wrap #secondary #information ul li span.new {
	padding-left: 14px;
}
.n3ds .index #secondary_wrap #secondary #information ul li span.nolink {
	padding-left: 20px;
	background: url("../img/icon_information_arrow_nolink.gif") center left no-repeat;
	color: #555555;
}


/*------interview-------*/
.n3ds .index #secondary_wrap #secondary #interview {
	float: right;
	width: 241px;
}
.n3ds .index #secondary_wrap #secondary #interview h3 {
	margin-bottom: 23px;
}

.n3ds .index #secondary_wrap #secondary #interview p.img {
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px #bebebe solid;
}


/*------softwares_wrap-------*/
.n3ds .index #softwares_wrap {
	clear: both;
	width: 100%;
	height: 883px;
	border-top: 1px #bebebe solid;
}
.n3ds .index #softwares_wrap #softwares {
	position:relative;
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
}
.n3ds .index #softwares_wrap #softwares .btn{
	position: absolute;
	top:54px;
	right:-1px;
}
.n3ds .index #softwares_wrap #softwares #flashsoftware_wap {
	margin-bottom: 24px;
}
.n3ds .index #softwares_wrap #softwares #flashsoftware_wap #flashsoftware div#flashsoftwareinner{
	position: relative;
	width: 960px;
	height: 520px;
}
.n3ds .index #softwares_wrap #softwares #flashsoftware_wap #flashsoftware ul li.btn01 {
	border: 1px #bebebe solid;
	position: absolute;
	top: 0;
	left: 0;
}
.n3ds .index #softwares_wrap #softwares #flashsoftware_wap #flashsoftware ul li.btn02 {
	border: 1px #bebebe solid;
	position: absolute;
	top: 0;
	right: 0;
}


.n3ds .index #softwares_wrap #softwares #flashsoftware_wap #flashsoftware #softwarethum_wap{
	position: absolute;
	top: 230px;
	left: 0;
}

.n3ds .index #softwares_wrap #softwares #flashsoftware_wap #flashsoftware #softwarethum_wap #softwarethumclip{
	width:950px;
	/*overflow-x: scroll;*/
	overflow:hidden;
	height:305px;
	position: relative;

}
.n3ds .index #softwares_wrap #softwares #flashsoftware_wap #flashsoftware #softwarethum_wap #softwarethumclip ul#softwarethum{
	width:920px;/* 900px * 3 */
	_width:921px;
	position: absolute;
	left: 20px;
	border-right: 1px #bebebe solid;


}

.n3ds .index #softwares_wrap #softwares #flashsoftware_wap #flashsoftware ul#softwarethum li {
	border-left: 1px #bebebe solid;
	border-top: 1px #bebebe solid;
	border-bottom: 1px #bebebe solid;
	float: left;
	display: inline;
	width: 183px;
	height: 288px;
}

.n3ds #flashsoftware_wap #prevBtn{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 29px;
    height: 32px;
    z-index: 10000;
    display: block;
}

.n3ds #flashsoftware_wap #nextBtn{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 29px;
    height: 32px;
    cursor: pointer;
     z-index: 10001;
     display: block;
}
.n3ds #prevBtn:hover,
.n3ds #nextBtn:hover {
    background-position: 0 0;
}




.n3ds .index #softwares_wrap #softwares ul.subbtn {
	position: relative;
	width: 960px;
	height: 189px;
}
.n3ds .index #softwares_wrap #softwares ul.subbtn li {
	position: absolute;
}
.n3ds .index #softwares_wrap #softwares ul.subbtn li.btn01 {
	top: 0;
	left: 0;
}
.n3ds .index #softwares_wrap #softwares ul.subbtn li.btn02 {
	top: 4px;
	left: 651px;
}
.n3ds .index #softwares_wrap #softwares ul.subbtn li.btn03 {
	top: 113px;
	left: 651px;
}


/*------qa-------*/
.n3ds .index #qa_wrap {
	width: 100%;
	height: ;
	margin-bottom: 40px;
	background-color: #ce181e;
}
.n3ds .index #qa_wrap #qa {
	width: 966px;
	margin: 0 auto;
	padding-bottom: 7px;
	background-color: #ce181e;
}
.n3ds .index #qa_wrap #qa h3 {
	margin-bottom: 12px;
	padding-top: 18px;
	text-align: left;
}
.n3ds .index #qa_wrap #qa ul li {
	float: left;
	width: 237px;
	margin-right: 6px;
	margin-bottom: 5px;
}
.n3ds .index #qa_wrap #qa ul li.last {
	margin-right: 0;
}


/*------3d-movie-------*/
.n3ds .index #atn_3d-movie_wrap {
	width: 960px;
	margin: 0 auto;
}
.n3ds .index #atn_3d-movie_wrap  .atn_3d-movie {
	margin-bottom: 60px;
	float: left;
	position: relative;
	width: 720px;
	height:240px;
	background: url("../img/bg_3d-movie.gif") left top no-repeat;
}

.n3ds .index #atn_3d-movie_wrap .atn_3d-movie h4{
	position: absolute;
	top: 13px;
	left: 33px;
}
.n3ds .index #atn_3d-movie_wrap .atn_3d-movie p{
	position: absolute;
	top: 80px;
	left: 33px;
}
.n3ds .index #atn_3d-movie_wrap .atn_3d-movie a{
	display: block;
	position: absolute;
	top: 13px;
	left: 426px;
}

.n3ds .index #atn_3d-movie_wrap .attention {
	float: right;
	margin-bottom: 60px;
}


/**
 *  slideshow
 */
.n3ds .index #softwares{
	width: 968px;
}
.n3ds .index #softwares h3{
	margin-bottom: 30px;
}








/*-----pop_info------*/

.pop .pop_info{
	width: 700px;
	border-bottom: 0 ! important;
}
.pop .pop_info #pop_header{
	width: 700px;
}

.pop_info #primary{
	width: 560px;
}
.pop .pop_info #primary h2{
	padding-bottom: 44px;
	border-bottom: 1px solid #b3b3b3;
}
.pop .pop_info #primary li{
	margin-top: 45px;
	border-bottom: 1px solid #b3b3b3;
}
.pop .pop_info #primary li.lastchild{
	border-bottom: 0;
}

.pop .pop_info #primary h3,
.pop .pop_info #primary p{
	width: 517px;
	margin: 0 auto;
}
.pop .pop_info #primary p{
	padding: 45px 0;
	text-align: left;
	font-size: 95%;
	line-height: 2.1;
}
.pop .pop_info #primary p span{
	display: block;
	font-size: 87.5%;
	margin-left: 2.5em;
	text-indent: -2.5em;
	line-height: 1.4;
	/margin-left: 2em;
	/text-indent: -2em;
}
.pop .pop_info #primary p span.cau01{
	margin-top: 2em;
	margin-bottom: 0.8em;
}
