@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
html, body
-------------------------------------------*/
html, body {
	height: 100% !important;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch !important;
}

/*-------------------------------------------
header
-------------------------------------------*/
.head{
	padding: 8px 2%;
	background-color: #564330;
}
.head .logo{
	float: left;
	width: 30px;
}
.head .ttl{
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}


/*-------------------------------------------
contents
-------------------------------------------*/
.termsContent{
	margin-left: 1%;
}
.infoWrap{
	padding: 10px 4% 20px;
}

.center{
	text-align: center;
}
