﻿@charset "UTF-8";

/*iso.html専用
-----------------------------------------*/

body nav ul li a[href="iso.html"] {
	color: #00FF00;
	}
body nav ul li a[href="iso-e.html"] {
	color: #00FF00;
	}


/*会社概要（お問合せ）の表
-----------------------------------------*/
table#contact {
border-spacing: 0;
border-collapse: collapse;
width: 700px;
margin-left: 35px;
margin-top: 0;
}
table#contact td,table#contact th {
padding: 10px 15px;
font-size: 14px;
line-height: 1.4;
height: 35px;
padding: 10px;
vertical-align: middle;
border: 1px dotted #959595;
}
table#contact th {
	text-align: center;
	white-space: nowrap;
	width: 250px;
	font-weight: normal;
	background: #EEE;
	border-right: 1px dotted #959595;
	background-color: #EEE;
}
table#contact td {
	padding-left: 50px;
	border-left: none;
	width: 450px;
	padding-right: 50px;
}
table#contact td small {

display: block;
font-size: 12px;
}
table#contact td dt {
font-size: 10px;
font-weight: bold;
}
table#contact td dd {
font-size: 18px;
}

/* ストライプ */
table#contact.stripe .odd th,
table#contact.stripe .odd td {
background: #F0F0F0;
}



