#about #contents h2 {
	padding: 30px 0 0 0;
	text-align: center;
}

#about #cheer {
	position: relative;
	font-size: 0;
	text-align: center;
}

#about #cheer p {
	padding: 20px 0;
	font-size: 1.6rem;
	text-align: left;
	line-height: 2;
}

#about #cheer #cheer_l, 
#about #cheer #cheer_r {
	display: inline-block;
	width: 50%;
}

#about #cheer #cheer_l img, 
#about #cheer #cheer_r img {
	width:100%;
}


#about #outline h2 {
	font-size: 2.4rem;
}

#about #outline table {
	margin: 30px 0 100px 0;
	width: 100%;
	border-top: solid 1px #715C57;
}

#about #outline th,
#about #outline td {
	padding: 10px;
	line-height: 1.6;
	border-bottom: solid 1px #715C57;
	text-align: left;
}

#about #outline th {
	border-right: solid 1px #715C57;
	white-space: nowrap;
}


@media only screen and (min-width: 620px) {
	#about #cheer {
		padding: 30px 0 0 0;
	}

	#about #cheer p {
		padding: 40px 0;
		text-align: center;
		line-height: 2.5;
		background: url(../images/about/bg_cheer.png) no-repeat center center;
	}

	#about #cheer #cheer_l, 
	#about #cheer #cheer_r {
		position: absolute;
		top: 0;
		width: 161px;
	}

	#about #cheer #cheer_l img, 
	#about #cheer #cheer_r img {
		margin-bottom: 20px;
	}

	#about #cheer #cheer_l {
		left: 22px;
	}

	#about #cheer #cheer_r {
		right: 22px;
	}

	#about #outline {
		margin: auto;
		width: 714px;
	}
	
	#about #outline th,
	#about #outline td {
		padding: 15px 30px;
		line-height: 2.4;
	}

	#about #outline th {
		padding-left: 0;
	}
}