@charset "utf-8";
/* CSS Document */

/* ============= about_job/index&2nd：プロフィール※messageと同じ ============= */
.profile{
height: 100px;
border: 1px solid #CCC;
padding:5px;
margin:0 0 10px 0;
}
.profile a{display:block;height: 100px;color:#666;}
.profile a:hover {background:#c8e4e4;}

.profile dl{margin:5px 0 5px 20px;}
.profile dt{font-size:14px;}
.profile em{font-size:10px; margin-left:10px;}
.profile p {
margin: 5px 0 0 20px;
background: url(../../img/common/ico_arrow_gray.gif) 0 5px no-repeat;
padding-left: 15px;
}


/* ============= about_job/2nd:スケジュール ============= */

dl.timeschedule dt {
	float: left;
	width: 5em;
	text-align: center;
	background: #c2e4e4;
	padding: 2px;
	border: 1px solid #648fb3;
}

dl.timeschedule dd {
	margin: 0 0 0 5.5em;
	padding: 0.3em 1em;
	border-bottom: 1px dotted #CCC;
}

