@charset "UTF-8";


/*-------------------- job --------------------*/

/*会社概要*/
.outline_table {
	clear:both;
	width: 658px;
	margin: 0;
	text-align:left;
	overflow:hidden;
}

.outline_table th {
	width:90px;
	padding:10px;
	border-bottom:1px dotted #D1D1D1;
	font-weight:bold;
}


.outline_table td {
	width:538px;
	padding:10px;
	border-bottom:1px dotted #D1D1D1;
}

.outline_table td p{
	border-left:2px solid #D1D1D1;
	padding-left:10px;
}

.outline_table_gray{
	background-color:#E9E8E8;
}

.outline_img {
	width:400px;
	padding: 0 0 0 20px;
}

.outline_cop {
	padding: 0 0 10px 0;
}


/*スタッフ紹介*/

.carrier{
	clear:both;
	width:654px;
	margin:5px 0 5px 0;
	padding-bottom:15px;
	border-bottom:1px dotted #D1D1D1;
}

.carrier_name {
	padding:3px 0 5px 18px;
	_padding-top:8px;
	font-weight:bold;
	background:url(../img/c_staff_icon.gif) left no-repeat;
}


.carrier_img {
	float:left;
	width:150px;
	margin-right:10px;
}

.staff_comment {
	clear:both;
	width:654px;
	margin:10px 0 0 0;
}

.staff_comment_name {
	text-align:right;
}

/*アクセス*/
.access_map {
	float:left;
	width:350px;
}

.access_txt {
	float:right;
	width:298px;
}

.access_txt h3 {
	width: 290px;
	height: 22px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 8px;
	font-size: 12px;
	font-weight: bold;
	background: url(../img/c_ss_ttl.gif) no-repeat;
}

.access_txt_spe {
	padding: 0 0 20px 0;
}

p.access_tyu {
	padding-left: 2em;
	padding-bottom: 0.5em;
	text-indent: -1em;
}


/*-------------------- clearfix --------------------*/

.outline_table:after,
.staff:after,
.carrier:after {
	content: ",";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}