@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Universe,"Helvetica Neue","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,"MS PGothic",sans-serif;
    letter-spacing: 0.1em;
}
/*ヘッダー*/

#headerbg {
	position: fixed !important;
	position: absolute;
	background-color: #040000;
	opacity: 0.8;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-image: url(../img/svg/header/rg.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 1000px;
	text-align: center;
	height:100px;
}

#header {
	color: #fff;
	width: 100%;
	height: 70px;
	font-size: 12px;
	padding-top: 30px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}

#header p, #footer p {
	margin: 20px;
	padding: 0px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#header ul li {
	list-style-type: none;
	float: left;
	height: 36px;
/*	width: 115px;*/
	margin-right: 10px;
	text-align: center;
	padding-top: 10px;
}

/*マウスオーバーの動き
#header ul li:hover {
	-webkit-transform:scaleY(1.2) translateY(-3px);
	-moz-transform:scaleY(1.2) translateY(-3px);
	-ms-transform:scaleY(1.2) translateY(-3px);
	-o-transform:scaleY(1.2) translateY(-3px);
	transform:scaleY(1.2) translateY(-3px);
	-webkit-transition:all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
*/

#header #nav01 {
	padding-left: 65px;
	width: 50px;
}

/*
#header #nav01 a{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 50px;
	background-image: url(../img/svg/header/top.svg);
	background-repeat:no-repeat;
	padding-top: 18px;
}

#header #nav01 a:hover {
	background-image: url(../img/svg/header/top2.svg);
}
*/

#header #nav02 {
	padding-left: 25px;
}
/*
#header #nav02 a{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 95px;
	background-image: url(../img/svg/header/sj.svg);
	background-repeat:no-repeat;
	padding-top: 18px;
}

#header #nav02 a:hover {
	background-image: url(../img/svg/header/sj2.svg);
}
*/


#header #nav03 {
	padding-left: 25px;
}

/*
#header #nav03 a{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 115px;
	background-image: url(../img/svg/header/hc.svg);
	background-repeat:no-repeat;
	padding-top: 18px;
}

#header #nav03 a:hover {
	background-image: url(../img/svg/header/hc2.svg);
}
*/

#header #nav04 {
	padding-left: 130px;
}

/*
#header #nav04 a{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 126px;
	background-image: url(../img/svg/header/ha.svg);
	background-repeat:no-repeat;
	padding-top: 18px;
}

#header #nav04 a:hover {
	background-image: url(../img/svg/header/ha2.svg);
}
*/


#header #nav05 {
	padding-left: 30px;
}

/*
#header #nav05 a{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 75px;
	background-image: url(../img/svg/header/ct.svg);
	background-repeat:no-repeat;
	padding-top: 18px;
}

#header #nav05 a:hover {
	background-image: url(../img/svg/header/ct2.svg);
	background-position:center;
}
*/


#header #nav06 {
	padding-left: 20px;
}

/*
#header #nav06 a{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 130px;
	background-image: url(../img/svg/header/pp.svg);
	background-repeat:no-repeat;
	padding-top: 36px;
}

#header #nav06 a:hover {
	background-image: url(../img/svg/header/pp2.svg);
}
*/


/*トップページの真ん中の画像あたり*/
#topimage {
	margin-top:	100px;
	margin-bottom: 0px;
}
#topimage ul {
	width: 900px;
		
}
#topimage ul li {
	list-style-type: none;
			
}
#topimage #toprogo{
}
#topimage #centerimg{
	background-image: url(../img/top/topmainpicunder.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 391px;
	margin-bottom: 0px;
}

#middleimage {
	padding-left: 40px;

}
#middleimage ul {
	width: 900px;

}
#middleimage ul li {
	list-style-type: none;
	float: left;

}

#middleimage #welcome {
	position: absolute;
	padding-left: 0px;
}	
#middleimage #next {
	position: absolute;
	padding-left: 550px;
}

/*プルダウンメニュー*/


#illustrationWrap {
  background-color: #fff;
  border-top: 1px #ececec solid;
  position: relative;
  height: 450px;
  margin-top: 280px;
  padding-left: 40px;
}

#illustration {
  width: 900px;
  margin: 0 auto;
}

.illustrationContent {
  position: absolute;
  width: 900px;
  text-align: center;
}

.illustrationContent p {
  padding: 25px 0;
  line-height: 1.6;
}

#illustration #tab {
  width: 600px;
  height: 75px;
  margin: -74px auto 0 auto;
}

#illustration #tab li {
  float: left;
  display: block;
  height: 75px;
  cursor: pointer;
}

#illustration #tab li span {
  background: url(../img/svg/top/content.svg) no-repeat;
  height: 0;
  padding-top: 75px;
  overflow: hidden;
  display: block;
}

#illustration #tab li.model,
#illustration #tab li.platform,
#illustration #tab li.model span,
#illustration #tab li.platform span {
  width:200px;
}

#illustration #tab li.overview,
#illustration #tab li.map,
#illustration #tab li.overview span,
#illustration #tab li.map span {
  width:199px;
}

#illustration #tab li.overview span {
  background-position: -200px 0;
}

#illustration #tab li.map span {
  background-position: -399px 0;
}

#illustration #tab li.platform span {
  background-position: -598px 0;
}

#illustration #tab li.model:hover span, {
  background-position: 0 -75px;
}

#illustration #tab li.overview:hover span, {
  background-position: -200px -75px;
}

#illustration #tab li.map:hover span, {
  background-position: -399px -75px;
}

#illustration #tab li.platform:hover span, {
  background-position: -598px -75px;
}

#illustration #tab li.model:hover span,
#illustration #tab li.model span.select {
  background-position: 0 -75px;
}

#illustration #tab li.overview:hover span,
#illustration #tab li.overview span.select {
  background-position: -200px -75px;
}

#illustration #tab li.map:hover span,
#illustration #tab li.map span.select {
  background-position: -399px -75px;
}

#illustration #tab li.platform:hover span,
#illustration #tab li.platform span.select {
  background-position: -598px -75px;
}









	

/*コンテンツのとこ*/

#content {
	text-align:center;
	margin-top:	180px;
	background-image:url(../img/top/topcenterpicunder3.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 875px;
}
#content ul {
	
	/*padding-left: 280px;*/
}
#content ul li {
	
	/*padding-top: 8px;*/
	list-style-type: none;

	

}

#content #sj {
	position: absolute;
	padding-left: 0px;
}	
#content #hc {
	position: absolute;
	padding-left: 550px;
}


#hcnews{
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 250px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/svg/hc/hc_news.svg);
	background-position:center;
	background-repeat:no-repeat;

	padding-left:200px;
}

#sjnews{
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 250px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/svg/sj/sj_news.svg);
	background-position:center;
	background-repeat:no-repeat;

	padding-left:200px;
}




#sj_content{
	background-image:url(../img/sj/sj_main_back.png);
	background-repeat:no-repeat;
	width:900px;
	height:984px;
	margin-left:auto;
	margin-right:auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	
	
	
	
}


/*--------------フッター--------------------------*/
#wrap {
	width: 320px;
	height: 230px;
	overflow:hidden;
	margin-left:0px;
}
#wrap #inner {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 320px;
	height: 195px;
	overflow:auto;
	padding-right: 30px;	
	
	
}



#footer {
	background-color: #040000;
	color: #fff;

	margin-top: 30px;
	left: 0;
	right: 0;
	width: 100%;
	height: 280px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	opacity: 0.8;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#footer ul li {
	list-style-type: none;
	float: left;
	height: 270px;
	text-align: center;
	padding-top: 10px;

}


#footer #content-left {
	height: 260px;
	text-align: left;
	padding-top: 10px;
	padding-left: 80px;


}

.lefttable {
	height: 260px;
	width: 240px;
		
}
/*
#footer #content-left ul {
	overflow: hidden;


}

#footer #content-left ul li {
	overflow: hidden;


}
*/

/*
#footer #content-center {
	overflow: auto;
	padding-right:30px;
	height: 230px;
	padding-left: 70px;
	text-align: left;
	padding-top: 35px;
	width: 320px;
	background-image:url(../img/svg/footer/footer-center-bg.svg);
	background-repeat:no-repeat;


}
*/
#footer #content-center {
	overflow:auto;
	padding-right:30px;
	height: 230px;
	padding-left: 50px;
	text-align: left;
	padding-top: 35px;
	width: 320px;
	background-image:url(../img/svg/footer/footer-center-bg.svg);
	background-repeat:no-repeat;
	margin-left:50px;


}





#footer #content-right {
	height: 230px;
	padding-top: 30px;
	padding-left: 0px;
	background-image: url(../img/svg/footer/footer-right-bg.svg);

}

.righttable {
	text-align:left;
	
}

/*----------フッター終わり--------------------*/

/*--------------フッターエアコン--------------------------*/
#footer_ac {
	background-color: #040000;
	color: #fff;
	

	margin-top: 20px;
	left: 0;
	right: 0;
	width: 100%;
	height: 270px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	opacity: 0.8;
}

#footer_ac ul {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#footer_ac ul li {
	list-style-type: none;
	float: left;
	height: 260px;
	text-align: center;
	padding-top: 10px;

}


#footer_ac #content-left {
	height: 260px;
	text-align: left;
	padding-top: 10px;
	padding-left: 80px;


}

.lefttable {
	height: 260px;
	width: 240px;
		
}
/*
#footer #content-left ul {
	overflow: hidden;


}

#footer #content-left ul li {
	overflow: hidden;


}
*/


#footer_ac #content-center {
	height: 260px;
	padding-left: 70px;
	text-align: left;
	padding-top: 10px;
	width: 320px;
	background-image:url(../img/svg/footer/footer-center-bg.svg);
	background-repeat:no-repeat;


}

#footer_ac #content-right {
	height: 260px;
	padding-top: 30px;
	padding-left: 0px;
	background-image: url(../img/svg/footer/footer-right-bg.svg);

}

.righttable {
	text-align:left;
	
}

/*----------フッターエアコン終わり--------------------*/

/*--------------フッターHC--------------------------*/
#footer_hc {
	background-color: #040000;
	color: #fff;
	

	margin-top: 20px;
	left: 0;
	right: 0;
	width: 100%;
	height: 280px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	opacity: 0.8;
}

#footer_hc ul {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#footer_hc ul li {
	list-style-type: none;
	float: left;
	height: 260px;
	text-align: center;
	padding-top: 10px;

}


#footer_hc #content-left {
	height: 260px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;


}

.lefttable {
	height: 260px;
	width: 240px;
		
}
/*
#footer #content-left ul {
	overflow: hidden;


}

#footer #content-left ul li {
	overflow: hidden;


}
*/


#footer_hc #content-center {
	overflow:auto;
	padding-right:30px;
	height: 230px;
	padding-left: 50px;
	text-align: left;
	padding-top: 35px;
	width: 320px;
	background-image:url(../img/svg/footer/footer-center-bg.svg);
	background-repeat:no-repeat;
	margin-left:50px;


}

#footer_hc #content-right {
	height: 230px;
	padding-top: 30px;
	padding-left: 0px;
	background-image: url(../img/svg/footer/footer-right-bg.svg);
	margin-left: 30px;

}

.righttable {
	text-align:left;
	
}

/*----------フッターHC終わり--------------------*/


#test {
	height: 1000px;
	width: 100%;
	text-align:center;
	background-image: url(../img/hc/bbb.jpg);
	background-repeat: repeat;





}


#kani {
	background-image: url(../img/hc/clean/bg_bg.png);
	background-position:center;
	background-repeat: repeat-y;

}

#back {
	width: 850px;	
	
	
}


#fan_fan {
	background-image: url(../img/hc/clean/bg_bg.png);
	background-position:center;
	background-repeat: repeat-y;
	

}


/*見比べ用*/
/*
#header {
	background-color: #040000;
	color: #fff;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 260px;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../img/svg/header/rg.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	z-index: 3;
}
*/

