@charset "UTF-8";

table {
	width: 100%;
	margin-bottom: 40px;
}

table th {
    width: 25%;
    text-align: center;
    padding: 10px;
    border: 1px solid #CCC;
}

table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #CCC;
}

#interview {
	background: #F2F2F2;
}

.blue_link .btn {
    background: #004190;
}

.blue_link .btn:hover {
    background: #1F6AC1 none repeat scroll 0% 0%;
}

.mynavi a img:hover {
	opacity: 0.7;
}