@charset "UTF-8";
/*　css初期化　*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*　クラスBOX　*/
.proMIdashi {
position: relative;
top:180px;
}


section #Content {
	position: absolute;
	top:180px;
}
.ProfileBox {
	width:90%;
	margin: 10px auto;
	border: #f00;
	position: relative;
	top:180px;
}
dt{
	float: left;
  }
  dd{
	margin-left: 150px;
  }

  section #Profile {
	position:absolute;
	top:2000px;
}




/*
  .careerDl {
	width:520px;
	margin: 0px 0px 0px 15px;
	padding:0px;
}

.careerDl dt {
	width:86px;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}
.careerDl dd {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}*/
.careerBox {
	width:520px;
	margin: 0px 0px 0px 15px;
}
