@charset "utf-8";

@import "base.css";


/*
--------------------------------------------------------
galva.html
--------------------------------------------------------
*/
.galva h2 {
	background-image: url(../../series/image/galva/h2_bck_galva.jpg);
}

/*Content*/

.section {
	margin-bottom: 15px;
}

.section.text {
	position: relative;
}

.section h3 span {
	display: none;
}

.section h3 {
	width: 372px;
	height: 30px;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #aaa;
	background: no-repeat 0 0;
}

.section h3#Series {
	width: 372px;
	height: 30px;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #aaa;
	background: no-repeat 0 0;
}

.section h3#Color {
	width: 570px;
	height: 30px;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #aaa;
	background: no-repeat 0 0;
}

/*-----series/galva.html-----*/
.section.text h3#Point {
	background-image: url(../../series/image/galva/h3_bck_galva1.gif);
}

.section.text h3#Series {
	background-image: url(../../series/image/galva/h3_bck_galva2.gif);
}

.section.img h3#Color {
	background-image: url(../../series/image/galva/h3_bck_galva3.gif);
}

.section.text dl {
	width: 372px;
	margin: 0 13px 0 0;
	font-size: 12px;
}

.section.text dl dt {
	padding: 8px 0 3px 14px;
	background: url(../../series/image/ico_text_dt.gif) no-repeat 0 55%;
	color: #14439d;
	font-size: 14px;
	line-height: 160%;
}

.section.text dl dd {
	padding: 0 0 11px 0;
	border-bottom: dotted 1px #aaa;
	font-size: 12px;
	line-height: 160%;
}

.section.text dl dd.nb {
	border: none;
}

.section.text dl dd dl {
	width: 354px;
	margin: 15px 13px 0 0;
	padding: 7px 9px;
	border: solid 1px #999;
}

.section.text dl dd dl dt {
	padding: 0;
	background: none;
	color: #333;
	font-size: 14px;
	line-height: 160%;
}

.section.text dl dd dl dd {
	border: none;
	font-size: 12px;
	line-height: 160%;
}

.section.text p {
	position: absolute;
	left: 385px;
}

.section.text p#img1 {
	top: 0px;
}

.section.text p#img2 {
	top: 270px;
}

.section.text .Series {
	width: 372px;
	margin: 5px 13px 0 0;
	font-size: 12px;
	line-height: 160%;
}

.section.text .Series img {
	margin-top: 10px;
}

.section.text .Series span {
	color: #14439d;
	font-size: 15px;
	line-height: 160%;
	font-weight: bold;
}

.section.text .Series2 {
	width: 372px;
	margin: 5px 13px 0 0;
	font-size: 15px;
	line-height: 160%;
	font-weight: bold;
	border-bottom: solid 1px #999;
	color: #14439d;
}

.section.img ul {
	margin-top: 10px;
}

.section.img ul li {
	float: left;
	margin-bottom: 18px;
	text-align: center;
}

.section.img p.arrow {
	display: block;
	clear: both;
	width: 242px;
	height: 41px;
	margin: 18px 0 0 0;
}

/*Side*/
.galva #Side #Contact {
	margin-left: 7px;
}

/*
--------------------------------------------------------
print
--------------------------------------------------------
*/
/*@media print {
* {
	display: none;
}
}*/

