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

AOエントリーから合格までの流れ

--------------------------------------*/

.attention{
	color:#9B2A2A;
}

span3{
	text-decoration:underline;
	display:block;
	margin:0 0 0 0;
}

.bold{
font-weight: bold; 
}

.aoprocess01 {
	margin-left: 65px;
}
.aoTable{
	width: 700px;
}
.aoTable th{
	padding: 5px;
	font-size: 100%;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	background-color: #FCEDED;
	border: 1px solid #AFAFAF;
}
.aoTable td{
	padding: 5px 10px;
	font-size: 100%;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	border: 1px solid #AFAFAF;
}
.date {
	font-size: 90%;
	line-height: 1.5em;
	color: #3d3d3d;
	text-align: right;
	margin: 0 0 0px 0;
}

@media screen and (max-width:479px){
	.aoprocess01 {
	margin-left: 0px;
}
}

