@charset "utf-8";
/* CSS Document */

.careersBox .commentBox {
	width:auto;
	min-height:250px;
	padding: 20px 10px;
	text-align:left;
}

* html .careersBox .commentBox {
	width:auto;
	height:200px;
	padding: 25px 10px;
	text-align:left;
}

.careersTable
{
	line-height:1.5;
	width:675px;
	border-top:2px solid #cccccc;
}

.careersTable th,
.careersTable td
{
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	padding:10px;
}

.careersTable th
{
	width:180px;
	font-weight:normal;
}

.careersTable th.th_last,
.careersTable td.td_last
{
	border-bottom:2px solid #cccccc;
}

.careersTable th p
{
	padding-left:15px;
	background:url(../images/icon/black_triangle_icon.gif) center left no-repeat;
}

.careersTable td.td_last div.contactBox_01
{
	margin-bottom:20px;
}

.careersTable td.td_last div p.title
{
	padding-left:20px;
	background:url(../images/icon/blueback_cycle_icon.gif) center left no-repeat;
	font-weight:bold;
	margin-bottom:10px;
}







