@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------------
 technical-information
---------------------------------------------------------*/
.mainVisual { margin: 1px 0 15px;}

.infoSection { margin-bottom: 30px;}

	.infoHead {
		margin-bottom: 14px;
		padding-bottom: 6px;
		border-bottom: solid 1px #ccc;
		color: #333;
		font-weight: bold;
		font-size: 150%;
	}
	.infoList {
		margin-right: -10px;
		overflow: hidden;
		zoom: 1;
	}
		.infoList li {
			float: left;
			margin: 0 10px 10px 0;
		}
		.infoList.col02 li { width: 355px;}
			
			.infoLink {
				padding: 5px;
				background-color: #f0f0f0;
				color: #03668f;
				cursor: pointer;
			}
			.infoLink:hover {
				opacity: 0.7;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
				filter: alpha(opacity=70);
			}
				.infoLink table { width: 100%;}
				
					.infoLink th {
						width: 100px;
						padding: 5px 10px 5px 5px;
					}
					.infoLink td {
						width: 595px;
						padding: 14px;
						background-color: #fff;
					}
						.infoLink .mainHeading {
							position: relative;
							font-size: 150%;
						}
							.infoLink .iconPdf {
								position: absolute;
								bottom: inherit;
								right: inherit;
								height: 16px;
								margin: 2px 0 0 14px;
								*margin: 0 0 0 14px;
								padding: 3px 0 0 22px;
								color: #666;
								font-size: 12px;
								background: url(../images/technical-information/infomation-icon.gif) 0 0 no-repeat;
							}
						.subHeading { margin-top: 15px;}
						
							.subHeading p {
								margin-top: 5px;
								padding-left: 14px;
								background: url(../images/technical-information/infomation-subheading-icon.gif) 0 3px no-repeat;
								color: #333;
							}
