/* switch theme */

#now_iphone h3,#now_pc h3{
	text-align:center;
	padding:10px 0 0;
	width:100%;
}
#now_iphone h3 a{
	display:inline-block;
	/*width:45px;*/
	width:77px;
	height:23px;
	background:url(images/iphone.png) no-repeat 0 0;
}
#now_pc h3 a{
	display:inline-block;
	width:400px;
	height:213px;
	background:url(images/pc.png) no-repeat 0 0;
}