/*---------------------‘S‘ÌˆÍ‚Ý--------------------*/
#mobile {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: #FFF;
	color: #666;
}
/*---------------------Œg‘Ñ”Å--------------------*/
#mobile #contents {
	width: 860px;
	height: 400px;
	clear: both;
	margin: 15px auto 0 auto;
	padding: 0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#mobile #contents h2 {
	width: 860px;
	height: 39px;
	margin: 0;
	padding: 0;
}
#mobile #contents .mobile_box {
	width: 180px;
	height: 306px;
	background-image: URL(img/mobile.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 20px 0 0 15px;
}
#mobile #contents .mobile_box iframe {
	width: 150px;
	height: 200px;
	position: relative;
	top: 40px;
	left: 15px;
}
#mobile #contents .right {
	width: 650px;
	height: auto;
	float: right;
}
#mobile #contents .right h3 {
	width: 555px;
	height: 200px;
	margin: 40px 0 0 35px;
	padding: 0;
}
#mobile #contents .right .under {
	width: 555px;
	height: auto;
	margin: 20px 0 0 35px;
	clear: both;
}
#mobile #contents .right strong {
	width: 137px;
	height: 50px;
	margin: 0;
	padding: 15px 0 0 0;
	display: block;
	float: left;
}
#mobile #contents .right h4 {
	font-size: 16px;
	width: 340px;
	margin: 0;
	padding: 30px 10px 0 0;
	float: left;
	text-align: right;
}
#mobile #contents .right .qr {
	width: 66px;
	height: 66px;
	float: right;
}
#footer {
	text-align: center;
}


