﻿@charset "utf-8";

/*
		▼	company/index.html
-------------------------------------------------------------------------------------------------*/

/*--------------------
	bg
--------------------*/

body#recruit{
	background: #1c1c1c url(../../images/recruit/bg_recruit.jpg) repeat-x center top;
	
}



/*--------------------
	header
--------------------*/

body#recruit #header{
	margin-bottom: 86px;	
}


/*--------------------
	h2
--------------------*/

h2{
	margin-bottom: 55px;
}

h3{
	margin-bottom: 40px;
}

h4{
	margin-bottom: 37px;
}



/*--------------------
	item
--------------------*/

h5.left{
	float: left;
	width: 196px;
	font-size: 180%;
}


.item_right{
	float: right;
	width: 762px;	
}



.mb_124px{
	margin-bottom: 124px;	
}

.mb_66px{
	margin-bottom: 66px;	
}

/*--------------------
	item_right table
--------------------*/


.item_right table{
	width: 100%;
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	background: #2b2b2b;
	margin-bottom: 15px;
}

.item_right table tr th,
.item_right table tr td{
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #828282;	
}

.item_right table tr.even th,
.item_right table tr.even td{
	background: #242424;	
}

.item_right table tr th{
	width: 100px;
	border-right: 1px dotted #828282;
}



/*--------------------
	bt_entry
--------------------*/

.bt_entry{
	text-align: right;
	margin-bottom: 64px;
}


