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

.table {
	table-layout: auto;
}
.table >* {
	padding: 15px;
	vertical-align: top;
}
.yoboabout {
	font-size: 1.2rem;
	line-height: 2rem;
}
.yoboabout li:nth-child(1) {
	text-align: center;
	width: 30%;
}
.yoboabout li:nth-child(2) {
	width: 70%;
}
.implanttable {
	min-width: 1000px;
	border: 1px solid #eee;
	margin-top: 30px;
}
.implanttable img {
	max-width: 180px;
	width: 100%;
}
.implanttable td {
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
.implanttable th {
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
}
.implanttable td:nth-child(1) {
	width: 20%;
	text-align: center;
}
.implanttable td:nth-child(2) {
	width: auto;
	text-align: center;
}
.implanttable td:nth-child(3) {
	width: 33%;
	text-align: left;
}
.implanttable td:nth-child(4) {
	width: 33%;
	text-align: left;
}
.whiteabout {
	table-layout: auto;
}
.whiteabout > *:nth-child(1) {
	text-align: center;
	width: 30%;
}
.whiteabout > *:nth-child(2) {
	width: 70%;
}
.whitecase {
	table-layout: auto;
}
.whitecase > * {
	text-align: center;
	width: 33.3%
}

@media screen and (max-width: 640px) {
.yoboabout li:nth-child(1) {
	width: 100%;
}
.yoboabout li:nth-child(2) {
	width: 100%;
}
.whiteabout > *:nth-child(1) {
	width: 100%;
}
.whiteabout > *:nth-child(2) {
	width: 100%;
}
.whitecase > * {
	width: 100%;
}
}
