﻿@charset "utf-8";


/*
CSS Information
=============================

	aboutTOPページ用　/about/index.html

=============================
*/



/*===========================
メインビジュアル表示領域（高さ）調整
=============================*/

/* Hides from IE-mac \*/
* html .mainVisual {
	height: 225px;
}

.mainVisual {
	display: block;
}
/* End hide from IE-mac */


.mainVisual {
	padding-bottom: 6px;
	border: none;
	background: #FFFFFF url(../../shared/img/mainVisual_bg01.gif) repeat-x bottom;
}

.mainVisual span {
	border: 1px solid #BDBDBD;
	border-left: none;
	display: block;
}

span.jobsTop-mainimg {
	background:#2a89c5;
	border: none;
	height: 215px;
}

span.jobsTop-mainimg img {
	margin: 0;
}



/*===========================
div#sub-contents-area	右カラム表示位置調整
=============================*/
.index #sub-contents-area {
	top: -237px;
}

/*===========================
トップページレイアウト
=============================*/
.imageBlockC01a{
float:left;
margin-right:5px;
width:80px;
}

.imageBlockC01a p.image img {
border:1px solid #DAD2CC;	
}


