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


/* 会社案内ページ -----------------------*/


/* テキスト -----------------------*/

.text-right {
	text-align:right;
}


/* テーブル -----------------------*/
#blue table {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin:10px auto;
	width:580px;
}
#blue table th {
	background-color:#278AC9;
	border:1px solid #cccccc;
	padding:5px;
	color: #FFFFFF;
	font-weight: normal;
}
#blue table td {
	border:1px solid #CCCCCC;
	line-height:140%;
	padding:8px;
}


.item1 {
	background-color:#CDE3F1;
	text-align:left;
	width: 20%;
}
.item2 {
	background-color:#F3F8FC;
	text-align:left;
	width: 80%;
}

/* アクセスマップ -----------------------*/

.map_text{
	font-size:14px;
	color:#0054A4;
	font-weight:bold;}

.com_text{
	font-size:14px;
	color:#666666;
	vertical-align:top;
	padding-top:5px;
	line-height:1.5em;
}

.com-text2 {
	padding-top: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	text-align: left;
	color: #0054A4;
	font-weight: bold;
	font-size:16px;
}

/* 応募窓口 -----------------------*/
#contact {
	margin:10px auto;
	width:500px;
}
#contact table {
	width:500px;
}
#contact table td {
	background-image: url(../company/img/2contact_bg.gif);
	background-repeat: repeat-y;
}
#contact-txt {
	font-weight: bold;
	line-height: 160%;
	width: 490px;
	text-align: center;
	padding: 10px 0;
}