@media only screen and (max-device-width: 320px) { }
body{
	font-family: arial;
	font-size: 15px;
	color: #333333;
	height: auto;
	background-color: #FFFFFF;
}
.main {
	font-family: arial;
	font-size: 15px;
	width: auto;
	background-color: #FFFFFF;
	
}
.header {
	background-color: #838383;
	text-align: center;
	width: 320px;
	height: 195px;
}
.mainArea {
	width: 320px;
	height:auto;
	background-image: url(../images/iphone/iphone-website_12.png);
	font-family: arial;
	color: #FFFFFF;
	background-position: top;
}
.main .header .tel {
	background-image: url(../images/iphone/iphone-website_01.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 162px;
	font-size: 13px;
	text-align: right;
}

.main .fotter {
	background-color: #838383;
	height: auto;
	width: 320px;
}
.box { 

	width:120px;
   -webkit-border-radius: 5px;  
   -moz-border-radius: 5px;  
   background: #ddd;  
   border: 1px solid #aaa;  
}

.main .header div {
	float: left;
	width: auto;
}
.main .header img {
	float: left;
}
a:link {
	color: #0cbafa;
	text-decoration: none;
}
a:visited {
	color: #0cbafa;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #0cbafa;
	text-decoration: none;
}

