@charset "UTF-8";
/* CSS Document */

/*================================================
 *  maincontentsArea_rep
 ================================================*/
#mainContentsArea_rep{
	width: 701px;
	height: auto;
	padding: 10px 15px;
	margin: 0 auto;
	float: left;
	background-color: #ffffff;
	border-left: solid 1px #b0b0b0;
	padding-bottom: 80px;
}

.pagecategory_about_rep{
	margin-bottom: 40px;
	height: 34px;
	padding-top: 4px;
	padding-left: 18px;
	font-size: 16px;
	font-weight: 600;
	color: #919191;
	background-repeat: no-repeat;
	background-image: url(../../images/about_titleBack_rep.png);
}

.h2Title_rep{
	width: 685px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 28px;
	height: 28px;
	padding-left: 10px;
	margin-top: -20px;
	/*gradation*/
	background: #65a7ce; /* Old browsers */
	background: -moz-linear-gradient(top,  #8dc2db 0%,  #65a7ce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8dc2db 0%,  #65a7ce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8dc2db 0%,#65a7ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc2db', endColorstr='#65a7ce',GradientType=0 ); /* IE6-9 */
}

.mainTitle_underbar_rep{
	display: block;
	width: 695px;
	height: 2px;
	margin-top: 1px;
	background-color: #4594be;
}

.h4Title_rep{
	font-size: 15px;
	font-weight: 600;
	border-bottom: double 3px #245C98;
	line-height: 23px;
	margin-top: 30px;
	margin-bottom: -10px;
	width: 690px;
}

/*-----------------------------------------------------*/

.salesNetLink{
	width: 447px;
	height: 310px;
	margin: 0 auto;
	background-color: #eee;
}

.salesNetLink li{
	float: left;
}

.salesNetLink_euro a{
	width: 149px;
	height: 310px;
	background: url(../images/img_europe.jpg);
	display: block;
}

.salesNetLink_euro a:hover {
    background-position: 0 -310px;
}

.salesNetLink_asia a{
	width: 149px;
	height: 310px;
	background: url(../images/img_asia.jpg);
	display: block;
}

.salesNetLink_asia a:hover {
    background-position: 0 -310px;
}

.salesNetLink_usa a{
	width: 149px;
	height: 310px;
	background: url(../images/img_usa.jpg);
	display: block;
}

.salesNetLink_usa a:hover {
    background-position: 0 -310px;
}

.linkBtn{
	width: 230px;
	height: 30px;
	margin-left: 15px;
	border: solid 1px #0B5AE4;
	border-radius: 10px;
}

.linkBtn p{
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	color: #0B5AE4;
}

.linkBtn :hover {
	background-color: #E3F8FE;
	border-radius: 10px;

}

.linkBtn a{
	text-decoration: none;
}

.internalLinkArea{
	width: 100%;
	height: 50px;
	display: block;
	font-size: 13px;
}

.internalLinkArea li{
	float: left;
	margin: 5px 10px 10px 0;
	text-align: center;
	padding-right: 20px;
	border-right: solid 1px #000;
}

/*--------------------------------
rep
----------------------------------*/
.repSelectArea{
	margin-top: 0px;
}

.repSelectArea p{
	font-size: 13px;
	margin-bottom: 20px;
}

.box p{
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}

.companyInfo{
	width: 320px;
	height: 180px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 30px 15px 0;
}

.companyType_dis{
	font-size: 11px;
	width: 70px;
	text-align: center;
	color: #0C43DD;
	font-weight: 600;
	height: 14px;
	margin: 20px 0 -12px 0 ;
	border: solid 1px #0C43DD;
	line-height: 14px;
}

.companyType_rep{
	font-size: 11px;
	width: 92px;
	text-align: center;
	color: #02B623;
	font-weight: 600;
	height: 14px;
	margin: 20px 0 -12px 0 ;
	border: solid 1px #02B623;
	line-height: 14px;
}

.companyAddress p{
	font-size: 12px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 1.35em;
}

.repDataTable{
	margin-top: 0px;
	width: 100%;
	border: hidden;
	border-collapse: collapse;
}

.repDataTable th{
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	width: 60px;
	line-height: 19px;
	background-color: #f5f5f5;
	text-align: center;
}

.repDataTable td{
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	padding-left: 10px;
	line-height: 22px;
	width: 150px;
}

/*--------------------------------
Distributor
----------------------------------*/
.disDataTable{
	margin-top: 0px;
	width: 100%;
	border: hidden;
	border-collapse: separate;
	border-spacing: 2px;
}

.disDataTable th{
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	width: 12%;
	vertical-align: middle;
	background-color: #f5f5f5;
	text-align: center;
}

.disDataTable td{
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	padding-left: 10px;
	line-height: 22px;
}