/****************************
 * ヘッダー 
 */
#navRecruit {
	color: #ff0000;
}
/****************************
 * コンテンツトップ 
 */
 div.entryArea {
	position: relative;
	padding: 20px 13px;
	border: solid 1.5px #00b0f0;
 	border-radius: 10px;
 	width: 590px;
	margin: 1% auto;
}

.entryArea p {
	font-size: 18px;
}

.entryArea .entryAreaTitle{
	position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    color: #00b0f0;
}
/****************************
 * コンテンツ
 */
/* コンテンツ説明文　*/
div.contentTitle {
	text-align: center ;
}
/* 分離線　*/
div.splitLine {
	width: 98%;
}
#selection div.splitLine{
	width: 100%;
}

/* テーブル見出し */
.caption {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: 400;
	color: #00b0f0;
}
.caption h2 {
	font-size: 18px;
}

/*********************************************************
 *　　　テーブル 設定
 *********************************************************/
div.table {
	display: table;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
div.tr {
	display: table-row;
}
div.th, div.td {
	display: table-cell;
}
div.th {
	width: 170px;	
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	font-weight: 400;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
div.td {
/*	width: auto;*/
	padding: 16px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 1.8;
}
div.backgroundColorSet {
	background-color: #faf6dc;
}

div.rowSpan {
	padding: 0;
}
div.rowSpan div {
	padding: 16px;
	border-bottom: 1px solid #CCCCCC;
}
div.rowSpan div:last-child {
	border-bottom: none;
}
div.rowSpan span{
	display: block;
}
div.rowSpan span.item {
	width: 150px;
	float: left;
}
div.rowSpan span.data {
	overflow: hidden;
}
#application p {
	margin-bottom: 16px;
}
#application .ImgMynavi {
/*	border: 1px solid #CCCCCC; */
}
#personalInformation {
	text-decoration: underline; /* 下線　*/
	color: #0070c0 ; /* 通常アンカーカラー */
}


/*********************************************************
 *　　　選考の流れ
 *********************************************************/
/* スケジュール */
#flowWarpper {
	margin: 20px 20px 0px 20px; 
}
/* 左側の画像 */
#senkouImg{
	width: 40%;
	padding-top: 30px;
	text-align: center;
	float: left
}
#senkouImg img {
	width: 100%;
	padding-right: 40px;
	margin-bottom: 20px;
}
/* 右側の選考フロー */
#flow{
	width: 60%;
    padding-top: 16px;
    border-left: 1px dotted #00b0f0;
    float: left;
    line-height: 1.5;
}
#flow li {
	padding-bottom: 20px;
}
#flow .point {
	padding-left: 40px;
}
#flow .caption {
	margin-bottom: 16px;
	margin-left: -50.5px;
	padding: 0px;
}
#flow .caption .mark {
	float: left;
}
#flow .caption .mark span.circle{
	/* 水色の中抜き丸*/
	display: inline-block;
	width:20px;
	height:20px;
	border:solid 5px #00b0f0;
	border-radius: 50px;
	vertical-align: text-top;
}
/*<pre> : 半角スペースや改行をそのまま表示する*/
#flow .caption .mark pre {
	/* ハイフン */
	display: inline-block;
	margin: 0px;
} 
#flow .caption p {
	overflow: hidden;
}


