@charset "utf-8";


#wrapper_sp{
	width: 320px;
margin: 0px auto;
	
}
#main{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	
}

#table {
	width: 205px;
	float: left;
	height: 79px;
}

table {
	border: medium none;
	border-collapse: collapse;
	font-size: 13px;
}

table tr td {
	text-align: center;
	font-size: 13px;
}

#login_php_title{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#login_php_title_bottom{
	text-align: center;
	clear: both;
}

p{
	font-size: 11px;
	text-align: left;
}

input{
	height: 30px;
	width: 190px;
}

.id{
	padding-bottom: 5px;
}

.password{
	padding-top: 5px;
}

img {
	max-width: 100%;
	height: auto;
}

#id_password{
	max-width: 310px;
	margin: 20px auto;
	height: 79px;
}

#text_box_sp{
	max-width: 310px;
	line-height: 120%;
	clear: both;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1px;
}

.text_title{
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.btn{
	width: 90px;
	height: 75px;
	font-size: 13px;
	text-align: center;
	background: -moz-linear-gradient(top,#fff,0%,#bbb);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbb));
	border: 1px solid #aaa;
	color: #111;
	padding: 10px 0;
}

#btn{
	text-align: center;
	width: 90px;
	float: left;
	height: 79px;
	margin-left: 15px;
}


* {
			margin:0;
			padding: 0;
		}
		


html { -webkit-text-size-adjust: none; }


