@charset "UTF-8";

/* topTtl */
#topTtl {
	background-image: url('../img/mv.jpg');
}


/* Info */
#Privacy {
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
}

#Privacy .contents {
	line-height: 1.6em;
	padding: 0 20px;
	margin: 0 auto 40px;
}

#Privacy .contents h3 {
	font-size: 20px;
	color: #3972b7;
	margin-bottom: 10px;
}

#Privacy .contents p,
#Privacy .contents ol,
#Privacy .contents ul {
	margin-bottom: 10px;
}



/* information */
dl.information {
	width: 650px;
}
dl.information dt {
	width: 120px;
}
dl.information dd {
	width: 530px;
}


/* 640pxˆÈ‰º */
@media screen and (max-width: 640px) {
dl.information {
	width: 100%;
}
dl.information dt {
	width: 30%;
}
dl.information dd {
	width: 70%;
}

}

