﻿@charset "UTF-8";


/*==================================================

	サイドのナビゲーション

==================================================*/

div#sidebar h3 {
margin: 0 0 0px 5px;
}

div#sidebar dl.nav {
	margin: 0 0 6px 5px;
	width:205px;
	background:#fff;
}

div#sidebar dl.nav dt {

}

div#sidebar dl.nav dd {
	border-left: 1px solid #819CB3;
	border-right: 1px solid #819CB3;
	background: url(../images/side/nav_bg.gif) no-repeat left bottom;
	line-height: 1.5;
	padding: 5px 0 5px 14px;
}

div#sidebar dl.nav dd.last {
	background-image: none;
}

div#sidebar dl.nav dd.last_other {
	background-image: none;
	border-bottom: 1px solid #819CB3;
}

div#sidebar dl.nav dd a {
	background: url(../images/redicon_s.gif) no-repeat left center;
	text-decoration: none;
	padding: 0 0 0 13px;
}



/*==================================================

	会社情報
	
==================================================*/

#recbtn{
width:520px;
height:70px;
margin:20px auto 50px auto;
}

#recbtn ul{
}


#recbtn li{
width:220px;
padding:10px;
float:right;
}

#recruit_new{
width:640px;
clear:right;
margin:40px auto 20px auto;
}

#recruit_part{
width:640px;
margin:40px auto 20px auto;
}


table.recruit {
	width: 95%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
	font-size:1;
}

table.recruit caption {
	text-align: right;
	margin-bottom: 5px;
}

table.recruit th {
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #DAECFE;
	text-align: center;
	padding: 5px;
	font-weight:bold;
	width:20%;
}

table.recruit th.tit {
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: left;
	padding: 5px;
}

table.recruit2 {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
}

table.recruit2 th {
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: center;
	padding: 5px;
}

table.recruit td {
	text-align: left;
}

table.recruit th.top {
	text-align: center;
}

table.recruit td {
	border: 1px solid #D5D5D5;
	padding: 5px;
}



/*==================================================

	汎用
	
==================================================*/

.clr {
	clear: both;
}

.small {
	font-size: x-small;
}

.fr {
	float: right;
}
