
div.message {
	display: block;
}

div.message div.text {
	width: auto;
}

div.message div.img {
	padding: 0;
	text-align: center;
	width: auto;
}

div.message div.img img {
	height: auto;
	width: 240px;
}

div.company-emblem {
	border: none;
	display: block;
	padding: 10px 0 0 0;
}

div.company-emblem img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 160px;
}

div.company-emblem div.text {
	margin: 10px 0 0 0;
	padding: 20px 25px;
}

ul.company-emblem-list {
	width: auto;
}

ul.company-emblem-list li h3 {
	display: table-cell;
	font-size: 13px;
	height: 52px;
	vertical-align: middle;
	width: 112px;
}

ul.company-emblem-list li img {
	height: auto;
	width: 112px;
}

div.history {
	display: block;
}

div.history table.list-table {
	width: auto;
}

div.history ul.photos {
	display: block;
	height: 550px;
	margin-top: 20px;
	width: auto;
}

div.history ul.photos li {
	padding: 0;
}

div.history ul.photos li:nth-child(2) {
	left: 20px;
	top: 80px;
}

div.history ul.photos li:nth-child(3) {
	right: 20px;
	top: 80px;
}

div.history ul.photos li:nth-child(4) {
	right: 20px;
	top: 220px;
}

div.history ul.photos li:nth-child(5) {
	left: 40px;
	top: 270px;
}

div.history ul.photos li:nth-child(6) {
	left: 50%;
	top: 405px;
	transform: translateX(-50%);
}

div.history ul.photos li:nth-child(2) img {
	height: auto;
	width: 120px;
}

div.history ul.photos li:nth-child(3) img {
	height: auto;
	width: 150px;
}

div.history ul.photos li:nth-child(4) img {
	height: auto;
	width: 120px;
}

div.history ul.photos li:nth-child(5) img {
	height: auto;
	width: 140px;
}

div.history ul.photos li:nth-child(6) img {
	height: auto;
	width: 150px;
}

ul.group-company {
	display: block;
}

ul.group-company li {
	margin-bottom: 50px;
	width: auto;
}

ul.group-company li:last-child {
	margin-bottom: 0;
}

ul.group-company li span.img {
	display: block;
	text-align: center;
}

ul.group-company li span.img img {
	height: auto;
	width: 200px;
}

ul.group-company li table {
	margin: 0 auto;
	width: 90%;
}

ul.group-company li table td h3 {
	text-align: center;
}

ul.group-company li table tr:nth-child(3) td {
	height: auto;
}

ul.group-company li table td a {
	text-decoration: none;
}