﻿@charset "utf-8";

/* ============================================
	glossary/index.html
============================================ */
.techSec01 {
	margin-bottom: 70px;
	width: 488px;
	overflow: hidden;
	position: relative;
}
	.techSec01 img {
		display: block;
		margin-bottom: 5px;
	}
.techSec02 {
	background: url(../../common/img/section_bg_01.gif) no-repeat left top;
	width: 515px;
	position: relative;
}
	.techSec02 h2 {
	}
	.techSec02 dl {
		margin-left: 25px;
	}
		.techSec02 dl dt {
			margin-top: 7px;
		}
		.techSec02 dl dd {
		}


/* sub */
body#glossary .subNavi h4 {
	margin-bottom: 5px;
	padding-left: 10px;
}
body#glossary .subNavi dl {
	color: #213994;
}
	body#glossary .subNavi dt {
		margin-left: 10px;
	}
	body#glossary .subNavi dd {
	}
		body#glossary .subNavi dd ul {
			margin: 0 0 10px 10px;
			font-size: 85%;
		}
.subTechTit {
	margin-bottom: 1em;
	padding-left: 18px;
}


/* ============================================
	technology/tech1.html
============================================ */
.techTab {
	margin-left: -6px;
	width: 338px;
	height: 26px;
	position: relative;
	top: -25px;
	overflow: hidden;
}
	.techTab li {
		position: absolute;
		width: 168px;
		height: 26px;
		overflow: hidden;
	}
	.techTab li.tab01 { left: 0;}
	.techTab li.tab02 { right: 0;}
		.techTab li a,
		.techTab li span {
			display: block;
			width: 338px;
			height: 52px;
		}
		.techTab li.tab02 a,
		.techTab li.tab02 span {
			margin-left: -170px;
		}
		.techTab li a:hover,
		.techTab li span {
			margin-top: -26px;
		}
.tabContentWrap {
	background: url(../../technology/img/sekkei_bg_01.gif) no-repeat left bottom;
	margin-top: 45px;
	padding: 0 0 15px;
	width: 495px;
}
.tabContent {
	background: url(../../technology/img/sekkei_bg_01.gif) no-repeat left top;
	padding: 0 0 0 6px;
}
	.tabContent h2 {
		margin-top: -10px;
		margin: 0 0 10px;
		color: #0662aa;
	}
	.tabContent div {
		margin: 0 10px 25px 5px;
		border-bottom: 1px solid #c9cacb;
		padding-bottom: 10px;
	}
		.tabContent div img {
			display: block;
			margin-top: 5px;
		}



