@charset "UTF-8";
@import url("../../common/css/base.css");
@import url("../../common/css/reset.css");

/* profile
-------------------------------------------------------------*/

h1{
	margin:20px 0 20px 40px;
}

#pro{
	margin:0 0 0 40px;
}

#pro h2{
	margin:35px 0 10px 0px;
}



#pro table{
	margin:0 0 15px 0;
}

#pro table th{
	width:166px;
	background-color:#F2F2F2;
	border: 1px solid #666666;
	vertical-align: middle;
	background-image: url(../../recruit/img/list.jpg);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding:0.5em 0 0.5em 2.2em;
}


#pro table td{
	width:370px;
	border: 1px solid #666666;
	padding:0.5em 1em;
}

#pro table#table01 td {
	padding:1em;
}

#pro table td dd{
	padding-left:3em;
}
#pro table td dd.down{
	padding-bottom:1em;
}


/* subnavi2
-------------------------------------------------------------*/
#pro p.subnavi2{
	width:835px;
	color:#4d4d4d;
	text-align:right;
	margin:0 25px 5px 0;
}

#pro p.subnavi2 a{
	color:#4d4d4d;
	text-decoration:none;
}

#pro p.subnavi2 a:hover{
	color:#4d4d4d;
	text-decoration:underline;
}

