@charset "UTF-8";

/* CSS Document for mobile*/

#mobile {
	margin:0px 10px;
	width: 280px;
	hight:500px;
}
#mobile p, #mobile h3{
	margin:0px;
	text-align:center;
}
#mobile .txt{
			padding-top:5px;
			font-size: 90%;
			line-height: 120%;
			font-weight:bold;
}
#mobile .small{
			margin-top:15px;
			font-size: 80%;
			line-height: 90%;
}
#confirm{
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:2px 5px;
} 

