/***** Philosophy *****/
#PhilosopyArea {
	position: relative;
	width: 1200px;
	margin: 24px 0 0;
	padding: 0 16px;
}
#PhilosopyArea:after {
	content: "";
	clear: both;
	display: block;
}
#PhilosopyArea .Heading {
	width: 1168px;
}
#PhilosopyArea h2 {
	font-size: 28px;
	font-weight: lighter;
	color: #50A000;
	margin: 40px 0px 0px;
	text-align: center;
}
#PhilosopyArea p {
	position: relative;
	width: 760px;
	font-size: 15px;
	line-height: 240%;
	margin: 24px 0px 0px;
	padding: 0;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#PhilosopyArea p img {
	width: 200px;
	height: 32px;
	margin: 16px 0 0 auto;
	display: block;
}
#PhilosopyImg {
	width: 360px;
	height: 220px;
	display: block;
	float: right;
	margin: 24px 0 0;
}

/***** Company Info *****/
#CompanyInfoArea {
	position: relative;
	width: 1200px;
	margin: 40px 0 0;
	padding: 0 16px 0;
}
#CompanyInfoArea .Heading {
	width: 1168px;
}
#CompanyInfoArea table {
	position: relative;
	width: 100%;
	margin: 40px 0 0;
	border-collapse: collapse;
}
#CompanyInfoArea th {
	width: 296px;
	height: 40px;
	font-size: 13px;
	font-weight: lighter;
	text-align: left;
	color: #50A000;
	padding-left: 96px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#CompanyInfoArea td {
	font-size: 13px;
}
#CompanyInfoArea td p {
	margin: 0px;
	line-height: 240%;
}
.LineBox {
	height: 24px;
	vertical-align: top;
}
.LineBox span {
	width: 100%;
	height: 12px;
	display: block;
	border-bottom: dotted 1px #D8D8D8;
}

/*******************/
/***** Responsive *****/
/*******************/
@media screen and (max-width: 420px) {
	/***** Philosophy *****/
	#PhilosopyArea {
		position: relative;
		width: 100%;
		padding: 0;
	}
	#PhilosopyArea .Heading {
		width: 100%;
	}
	#PhilosopyArea h2 {
		width: 100%;
		font-size: 24px;
		line-height: 160%;
		margin: 32px auto 0;
		text-align: left;
	}
	#PhilosopyArea p {
		position: relative;
		width: 100%;
		font-size: 14px;
		line-height: 240%;
		margin: 16px auto 0;
		padding: 0;
		float: none;
	}
	#PhilosopyArea p img {
		width: 176px;
		height: auto;
		display: block;
		margin: 16px 0 24px auto;
	}
	#PhilosopyImg {
		width: 100%;
		height: auto;
		display: block;
		float: none;
		margin: 0 auto;
	}
	
	/***** Company Info *****/
	#CompanyInfoArea {
		width: 100%;
		margin: 32px 0 0;
		padding: 0;
	}
	#CompanyInfoArea .Heading {
		width: 100%;
	}
	#CompanyInfoArea table {
		width: 100%;
		margin: 32px 0 0;
		border-collapse: collapse;
	}
	#CompanyInfoArea th,
	#CompanyInfoArea td {
		display: block;
	}
	#CompanyInfoArea th {
		width: 100%;
		height: 32px;
		font-size: 12px;
		line-height: 100%;
		text-align: center;
		padding: 10px 0px 0px;
	}
	#CompanyInfoArea td {
		min-height: 24px;
		font-size: 12px;
		line-height: 100%;
		text-align: center;
		padding: 6px 0px 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#CompanyInfoArea td p {
		width: 100%;
		text-align: left;
		line-height: 240%;
	}
	.LineBox {
		height: 12px;
		padding: 0px;
	}
	.LineBox span {
		width: 100%;
		height: 6px;
		display: block;
		border-bottom: dotted 1px #D8D8D8;
	}
}