@charset "UTF-8";



/*---------------------------------------------------------------------------------------------------------
	member@CSS
---------------------------------------------------------------------------------------------------------*/

div.right-contents h3.memberT1 {
	margin: 25px 0 0;
	padding: 2px 0 0 15px;
	height: 28px;
	background: url("../image/member_h3.gif") no-repeat left top;
	font-size: 1.1em;
	font-weight: bolder;
}

div.right-contents h4.memberT2 {
	margin: 0 0 10px 0;
	padding: 3px 0 0 15px;
	height: 22px;
	background: url("../image/bg_h4.gif") no-repeat left top;
	font-weight: bolder;
}

div.right-contents h3.memberT1 a,
div.right-contents h4.memberT2 a {
	font-weight: bolder;
}

div.right-contents h3.memberT1 a:hover,
div.right-contents h4.memberT2 a:hover {
	color: #666666;
}



dl.memberList {
	padding: 0 0 25px;
	/*border-bottom: 1px solid #999999;*/
	clear: both;
}

dl.memberList dt {
	float: left;
}

dl.memberList dd {
	padding: 0 5px;
	display: inline;
	border-left: 1px solid #999999;
	float: left;
}

dl.memberList dd.boderHidden {
	border-left: 0;
}

div.memberCompanyLine{
	margin: 0;
	padding: 17px 0 15px;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

div.memberCompanyLine ul {
	clear: both;
}

div.memberCompanyLine ul li {
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
	width: 230px;
	display: block;
	float: left;
}



/*---ProductSearch---*/


div.itemSearch-cnt-en {
	margin: 0 0 45px;
	padding: 10px;
	background-color: #eeeeee;
	clear: both;
}

div.itemSearch-cnt-en select {
	width: 450px;
}

div.itemSearch-cnt-en dl {
	margin: 0 10px 20px 0;
}

div.itemSearch-cnt-en dt {
	padding: 0 5px 0 18px;
	background: url("../image/listmark.gif") no-repeat 0 3px;
	color: #333333;
	/*font-weight: bolder;*/
}

div.itemSearch-cnt-en dd {
	padding: 0 0 0 15px;
}


div.itemSearch-cnt-en ul li {
	margin: 0;
	padding: 0 5px 10px 18px;
	background: url("../image/listmark.gif") no-repeat 0 3px;
}


