/* common
-----------------------------------------------*/
body{
	background: #FFF;


}


a#smartphoneCH{
	width:100%;
	font-size: 50px;
	margin:0px auto;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #eee;
	display:block;
	color: #444;
	background:-webkit-gradient(linear,center top, center bottom, from(#999999), to(#e4e4e4));
	background:-moz-linear-gradient(top, #999999, #e4e4e4);
	text-decoration:none;
}