@charset "UTF-8";

/*************index*************** 

 * 1. import
 * 2. body
 * 3. font
 * 4. レイアウト共通
 * 5. レイアウト ポップアップ
 * 6. 個別ページ
 
 ********************************/
 
/********************************
 * 1. import
 ********************************/
@import "reset.css";
@import "parts.css";

/********************************
 * 2. body
 ********************************/
	body {
	font-size: 12px;
	line-height: 150%;
	color: #333;
	}
	

	
/* ▼IE6以外適用 */
	html > body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	}
/* ▲IE6以外適用 */
	.wrapper {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	
	
	
	.wrapper960 {
	width: 960px;
	margin: 0 auto;
	}
	.wrapper800 {
	width: 800px;
	margin: 0 auto;
	}
	
	
	
	
/********************************
 * 3. font
 ********************************/
	a {color: #00f;}
	a:visited {color: #00f;}
	a:hover {color: #f00;}
	a:active {color: #00f;}

/* Font-Size */
	.font10{
	font-size: 10px;
	}
	.font10_l12{
	font-size: 10px;
	line-height: 120%;
	}
	
	.font10_l12{
	font-size: 10px;
	line-height: 120%;
	}

	.font14{
	font-size: 14px;
	}

	.font_yellow{
	color: #F0C800;	
	}
	
	.font_white{
	color: #FFF;	
	}


/* cap,sup */

	.cap {
	font-size: 10px;
	text-indent: -10px;
	padding-left: 10px;
	line-height: 120%;
	}
	.caplong {
	font-size: 10px;
	text-indent: -20px;
	padding-left: 20px;
	line-height: 120%;
	}

	sup {
	font-size: 8px;
	vertical-align: top;
	}


	
	
/********************************
 * 4. レイアウト
 ********************************/
	#container {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	}



/* header */
	#header {
	margin: 0 auto;
	height: 134px;
	width: 960px;
	}
	#headerArea {
	width: 960px;
	margin: 0 auto;
	height: 65px;
	}
	#headerLogoArea {
	float: left;
	padding-top: 20px;
	}

	
	#popup #header {
	height: 85px;
	}
	#popup #headerWrapper760 #header {
	margin: 0 auto;
	height: 85px;
	width: 760px;
	}


/* hNav */
	#hNav {
	float: right;
	}
	
	#hNav ul {
	}
	#hNav li {
	float: left;
	}
	
	#gnavi {
	margin-top: 20px;
	width: 960px;
	height: 50px;
	margin-right: auto;
	}
	
	#gnavi ul {
	width: 960px;
	height: 50px;
	}
	
	#gnavi .fast {
	float: left;
	margin-left: 0px;
	}
	
	#gnavi li {
	float: left;
	margin-left: 4px;
	}
	
	

	#head_tel {
	margin: 10px 7px 0px 0px;
	}
	
	
	#head_loginArea {
	float: right;
	background-image: url(../images/head_bg_login.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 231px;
	height: 40px;
	}
	
	#head_login {
	margin: 10px 0 0 75px;
	}
	
	.head_login_txtbox {
	width: 227px;
	height: 30px;
	}
	
	
	.head_login_bt {
	margin-top: 20px;
	}
	
	
	#loginArea {
	width: 800px;
	height: 100px;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	}
	
	#login {
	}
	
	.login_txtbox {
	width: 100px;
	}
	
	
	.login_bt {
	}
	


/* footer */
	#footerArea {
	width: 960px;
	margin: 0 auto;
	}
	#infoArea {
	float: left;
	}
	
	#footerbannerArea {
	clear: both;
	margin-top: 40px;
	}
	
	#footerLine {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	}
	
	#footerLogoArea {
	text-align: center;
	}
	
    #footerLogo {
	margin-top: 10px;
	}

	#footerCopyright {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 10px;
	}



	#footer_loginArea {
	background-image: url(../images/footer_bg_login.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 180px;
	height: 115px;
	float: left;
	}
	
	
	#footer_login {
	margin: 80px 0 0 20px;
	}
	
	.footer_login_txtbox {
	width: 80px;
	}
	
	
	.footer_login_bt {
	margin-top: -2px;
	}




	
/********************************
 * 5. レイアウト ポップアップ
 ********************************/




/* popup */

/* ヘッダー */

	#popup #headerLogoArea {
	margin-top: 10px;
	width: 265px;
	}


/* 660 */
	#popup #headerWrapper660 {
	width: 660px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	}
	#popup #container660 {
	width: 660px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}


/* 760 */
	#popup #headerWrapper760 {
	width: 760px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	}
	#popup #container760 {
	width: 760px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
/* 800 */
	#popup #headerWrapper800 {
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	}
	#popup #container800 {
	width: 800px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
/* 960 */
	#popup #headerWrapper960 {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	}
	#popup #Wrapper960 {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	}
	#popup #container960 {
	width: 960px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
	
	
	#popup #sbotArea {
	margin-bottom: 30px;
	}
	#popup #sbot {
	clear: both;
	height: 30px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	}
	#popup #sbot li {
	float: left;
	margin-left: 5px;
	}
	
	#popup #footerArea {
	clear: both;
	height: 32px;
	width: 415px;
	margin-right: auto;
	margin-left: auto;
	}


	#popup #sbotArea_cg {
	margin-bottom: 30px;
	}
	#popup #sbot_cg {
	clear: both;
	height: 30px;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	}
	#popup #sbot_cg li {
	}
	#popup #footerArea_cg {
	clear: both;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaa;
	padding-top: 10px;
	}


	
	
/* float-banner */

#float {
	position: fixed;
	right: 20px;
	top: 150px;
	width: 10px;
	height: 10px;
}

#float, #floatArea {
	z-index: 9999;
	width: 167px;
	height: 222px;
}

#floatArea {
	position: relative;
	left: 0px;
	top: 0px;
}

#floatBtArea {
	position: absolute;
	left: 11px;
	top: 70px;
	text-align: center;
	cursor: auto;
}

#floatBtCloseArea {
	position: absolute;
	left: 0px;
	top: 120px;
	text-align: center;
}

.fbt-01{
	margin-top: -6px;
	
}

	
	
.subNavi{
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.subNavi li{
	float: left;
	margin-left:5px;
}

.subNavi li:first-child{
	margin-left:0;
}

.subNavi .con{
	width:264px;
	height:39px;
	margin:0 auto;
}
.subNavi .tech{
	width:398px;
	height:39px;
	margin:0 auto;
}
.subNavi .model{
    width: 281px;
    height: 39px;
    margin: 0 auto;
}

.subNavi .equip{
	width: 569px;
	height: 39px;
	margin: 0 auto;
}

.subNavi .land{
	width: 285px;
	height: 39px;
	margin: 0 auto;
}

/********************************
 * 6.個別ページ
 ********************************/
/* top */
	


/*mainvisual
------------------*/
#mainVisual {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
	margin-top: 10px;
	zoom: 1;
}

#mainVisual .carouselArea {
	background: url(../../images/bg_mainvisual.png) left 600px repeat-x;
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#mainVisual .carouselArea .imageBox {
	width: 960px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
}
#mainVisual .carouselArea .imageBox p {
	float: left;
}
#mainVisual .carouselArea .arrowsBox .prevArrows {
	background: url(../../images/btn_back.png) left 0px no-repeat;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index:9999;
}
#mainVisual .carouselArea .arrowsBox .prevArrows:hover {
	background: url(../../images/btn_back_on.png) left top no-repeat;
}
#mainVisual .carouselArea .arrowsBox .nextArrows {
	background: url(../../images/btn_next.png) right 0px no-repeat;
	height: 600px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index:9999;
}
#mainVisual .carouselArea .arrowsBox .nextArrows:hover {
	background: url(../../images/btn_next_on.png) right top no-repeat;
}
#mainVisual .carouselArea .bulletsBox {
	width: 960px;
	margin: 20px auto 0;
}
#mainVisual .carouselArea .bulletsBox ul li {
	margin-right: 15px;
	width: 310px;
	height: 122px;
	float: left;
	position: relative;
	cursor: pointer;
}
#mainVisual .carouselArea .bulletsBox ul li.lastChild {
	margin-right: 0;
}
#mainVisual .carouselArea .bulletsBox ul li img {
	position: absolute;
}





/* technology */
.pow01{
	background-image: url(../../technology/images/pow_img06bk.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 570px;
	height: 242px;
	padding-top: 16px;
	padding-left: 17px;
	padding-right: 17px;
	float: left;
	color: #FFFFFF;
	}

.tec-roll a {
 	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.tec-roll a:hover{
	opacity: 0.7;
}


/* equipment */
	.security{
	background-image: url(../../equipment/images/sec_img05.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	}



/* outline */
	#outline table{
	color:#000;	
	}
	.tab {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B3B3B3;
	border-right-color: #B3B3B3;
	border-left-color: #B3B3B3;
	}
	td {
	vertical-align: middle;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #FFF;
	}
	.td1 {
	background-color: #EDEDED;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	vertical-align: text-top;
	width: 160px;
	}

	.outlinered{
		color: #bc1d2c;
	}

/* seagull */
	body #seagull{
	font-size: 12px;
	line-height: 150%;
	color: #333;
	background-color: #fff;
	background-image: url(../../seagull/images/seagull_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	body #seagull_Col{
	font-size: 12px;
	line-height: 150%;
	color: #333;
	background-color: #fff;
	background-image: none;
	}
	#seagull #headerWrapper960 ,#seagull_Col #headerWrapper960{
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	height: 57px;
	}
	#seagull #container960 ,#seagull_Col #container960{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	}
	
	#seagull #footerArea ,#seagull_Col #footerArea {
	background-color: #003b93;
	width: 100%;
	}
	#seagull #footerWrapper ,#seagull_Col #footerWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	}
	
	
	#seagull #infoArea ,#seagull_Col #infoArea {
	float: left;
	}
	
	#seagull #footerbannerArea ,#seagull_Col #footerbannerArea {
	float: right;
	}
	
	#seagull #footerTel ,#seagull_Col #footerTel {
	float: left;
	}
	
	#seagull #footerCopyright ,#seagull_Col #footerCopyright {
	float: right;
	color: #FFF;
	font-size: 10px;
	margin-top: 20px;
	}
	
	
	
	#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
}
#page-top a {
	text-decoration: none;
	color: #000;
	width: 79px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}


/*outline*/


#cont100 {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	}
