@charset "utf-8";
.engBox {
	width: 100%;
	border-right: 0;
	padding: 50px 0;
}
.engBox p {
	font-size: 18px;
}
.engBox p a {
	display: inline-block;
	margin-bottom: 25px;
}
.engBox p a:hover{
	opacity: 0.7;
}
.btnList {
	padding: 20px 0 50px; 
}

.overviewTableEng {
	width: 100%;
	font-size: 13px;
	color: #666666;
}
.overviewTableEng a {
	text-decoration: none;
}
.overviewTableEng a:hover {
	color: #88BBC8;
	text-decoration: underline;
}
.overviewTableEng tr td,
.overviewTableEng tr th {
	text-align: left;
	padding: 9px 12px;
	border: 1px solid #e1e1e1;
}
.overviewTableEng tr:nth-child(odd) {
	background: #fcfcfc;
}
.guideEng {
	text-align: left;
}
.guideEng li {
	font-size: 18px;
	list-style: disc;
	color: #54246f;
}
.guideEng li p {
	color: #000;
}
.engFooter {
	width: 800px;
}
@media only screen and (max-width: 767px){
.engBox {
	padding: 50px 10px;
}
.engFooter {
	width: 100%;
}
}