@charset "utf-8";
body {
	height: 100%;
}

.wrap {
	width: 960px;
	margin: 50px auto auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap p  img {
	margin-top: 80px;
	margin-bottom: 20px;
}


.wrap h1 {
	text-align: center;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
}

.wrap p {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
}
.boxLeft  {
	float: left;
	width: 50%;
}

.boxRight {
	float: right;
	width: 50%;
}

.clea:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clea {
overflow: hidden;
}
