body, html {
 -webkit-text-size-adjust: 100%;
}
input,textarea{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
}
#wrap img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}
.contents{
	width: 90%;
	margin: 0 5%;
	padding: 220px 0;
}
#profile .left{
	float: left;
	width: 55%;
}
#profile .right{
	float: right;
	width: 45%;
}
th{
	white-space: nowrap;
}
#information .infounit a{
	width: 47.5%;
	margin-right: 1.5%;
	}