.input01 {
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background:#fff;
	font-size:1.1em;
	height:35px;
	line-height:33px;
	padding:0 8px;
	border:1px solid #ddd;
	box-sizing:border-box;
	border-radius:0px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

.input01[name="address"] {margin-bottom:5px;}
.input01[name="mobile1"], .input01[name="mobile2"], .input01[name="mobile3"], .input01[name="phone1"], .input01[name="phone2"], .input01[name="phone3"] {width:25%;}

.input01:focus { outline:none; }

.input01.full {
	width:90%;
}
.input01.rbutton {
	width:55%;
}


.input01.wide {
	width:100%;
}

.input01.readonly {
	background:#f4f4f4;
}


.transparent {
	border:none;
	background:transparent;
	font-size:1.2em;
}
.transparent:focus { outline:none; }

.transparent.full {
	width:80%;
}


select.full {
	width:90%;
}

select.widefull{
	width:100%;
	padding:6px 15px;
}
