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

.company {
}
.company th {
	background-color: #002060;
	color: #fff;
}
.company th:nth-child(1) {
	width: 10%;
}
.company th:nth-child(2) {
	width: 39%;
}
.company th:nth-child(3) {
	background: none;
	border: none;
	padding: 0;
	width: 2%;
}
.company th:nth-child(4) {
	width: 10%;
}
.company th:nth-child(5) {
	width: 39%;
}

.company td {
	padding: 2px 10px;
}
.company td:nth-child(1) {
	text-align: right;
}
.company td:nth-child(2) {
}
.company td:nth-child(3) {
	border: none;
	padding: 0;
}
.company td:nth-child(4) {
	text-align: right;
}
.company td:nth-child(5) {
}

.companySP {
	display: none;
}


#mainContent .phase .btnA {
	width: 60%;
	background: #2479b4;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
}
#mainContent .phase .btnA a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.15em;
	display: block;
	padding: 5px 0;
}
#mainContent .phase .btnA:hover {
	opacity: .7;
}














@media only screen and (max-width:768px) {
.company {
	display: none;
}
.companySP {
	display: block;
	width: 100%;
}
.companySP th {
	background-color: #002060;
	color: #fff;
}
.companySP th:nth-child(1) {
	width: 10%;
}
.companySP th:nth-child(2) {
	width: 90%;
}

.companySP td {
	padding: 2px 10px;
}
.companySP td:nth-child(1) {
	text-align: right;
}

#mainContent .phase .btnA {
	width: 80%;
}
}

