/* switch theme */



#now_iphone h3,#now_pc h3{

	text-align:center;

	padding:10px 0 0;

	width:100%;
	
	display: none;

}

#now_iphone h3 a{

	display:inline-block;

	/*width:45px;*/

	width:70px;

	height:23px;

	background:url(images/iphone.png) no-repeat 0 0;

}

#now_pc h3 a{

	display:inline-block;

	width:70px;

	height:23px;

	background:url(images/pc.png) no-repeat 0 0;

}