@charset "UTF-8";
/* CSS Document */

.company {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size:12px;	
	height:2200px;
}

#com1 {
	height:450px;
	margin-top:100px;
	background-color: #c6e2ff;
}

#com2 {
	height:400px;
	margin-top:200px;
	background-color: #c6e2ff;
}

#com3 {
	height:200px;
	margin-top:50px;
	margin-bottom:100px;
	background-color: #c6e2ff;
}

/*デザインのページで使ってます*/
#com4 {
	height:650px;
	margin-top:50px;
	margin-bottom:100px;
	background-color: #c6e2ff;
}

p { 
	line-height: 5px;
}

.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.left {
	width:400px;
	float:left;
	margin-left:15%;
	margin-right:auto;
}

.right {
	width:400px;
	float:right;
	margin-right:15%;
	margin-left:auto;
}


/*デザインのページで使ってます*/
#com5 {
	height:200px;
	margin-top:50px;
	margin-bottom:100px;
	background-color: #c6e2ff;
}

p { 
	line-height: 5px;
}

.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

#contents {
	width:100%;
}