#mobile {
	width: 760px;
	height: auto;
	margin: auto;
	text-align: left;
}
#mobile #contents {
	width: 750px;
	height: auto;
	background-color: #FFF;
	border: 5px solid #BA6C83;
}
#mobile #contents h3 {
	padding: 8px 0 8px 15px;
	background-color: #222;
	color: #FFF;
	font-size: 16px;
}

#mobile #contents .mobile_box {
	width: 202px;
	height: 345px;
	background-image: URL(img/mobile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 0;
	margin: 20px 0 0 5px;
}
#mobile #contents .mobile_box iframe {
	width: 168px;
	height: 214px;
	position: relative;
	top: 55px;
	left: 22px;
}
#mobile #contents .right {
	width: 490px;
	height: 345px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
}
#mobile #contents .right h4 {
	margin: 0;
	padding: 30px 0 0 10px ;
}
#mobile #contents .right p {
	margin: 0;
	padding: 10px 0 10px 10px ;
	line-height: 1.5;
}
#mobile #contents .right .career {
	width: 480px;
	height: 142px;
	background-image: URL(img/career.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 0 10px;
}
#mobile #contents .right .career h5 {
	margin: 0;
	padding: 0 0 0 150px;
	width: 245px;
	height: 80px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}










