@charset "utf-8";
/* CSS Document */
.contactus {
	margin-bottom:30px;
}
.contactus .caption {
	font-size:17px;
	font-weight:bold;
	color:#333;
	min-height:25px;
}
.contactus .contents {
	background-color:#e3e3e3;
	padding:20px 30px;
	min-height:140px;
}
.contactus .contents td:nth-child(1) {	
	vertical-align:top;
	padding-top:20px;
	width:45px;
	text-align:center;
}
.contactus .contents td:nth-child(1) img {	
	max-width:45px;
}
.contactus .contents td:nth-child(2) {
	padding-left:20px;
	font-size:12px;
	color:#303030;
}
.contactus .contents td:nth-child(2) span {
	font-size:15px;
	font-weight:bold;
}
.contactus .contents td:nth-child(2) div {
	
}
.contactus .contents td:nth-child(2) div.ctitle {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
.contactus .contents td:nth-child(2) div.nameposition {
	padding-bottom:10px;
}
.contactus .contents td a {
	font-size:15px;
	font-weight:bold;
	color:rgb(0, 153, 204);
}
.contactus .contents td a.ir {
	color:#ff5500;
}
.backend {
	margin-bottom:0px;
	max-width:550px;
}
.backend .contents {
	background-color:transparent;
	padding:0px;
	min-height:140px;
}
.backend .contents td {
	background:none;
}