@charset "utf-8";

/* リンクの色 */
.page_typeSlug_hired #mainContent a{
	color:#246380;
}

/* ページ共通のメイン画像（背景） */
.page_typeSlug_hired .mainImg{
	background-image:url(../images/hired/bg_mainImg.jpg);
}

/* ページ共通のメイン画像（タイトル） */
.page_typeSlug_hired .mainImg__pageTitle{
	text-indent:-9999px;
	background-image:url(../images/hired/tit_hired.png);
}

/* サブメニューのタイトル */
#subNaviArea__title__hired a{
	background-image:url(../images/hired/tit_subNavi.jpg);
	background-color:#4c7b8f;
	text-indent:-99999px;
}
/* サブメニューの現在位置 */
#subNaviArea_hired .nav__item_current > a{
	color:#6A93A8;
}
#subNaviArea_hired .nav_parent__item_current >  a{
	color:#6A93A8;
}
/* サブメニューのホバー */
#subNaviArea_hired .nav_parent__item:hover > a,
#subNaviArea_hired .nav_parent__item .nav_child__item:hover > a{
	color:#6A93A8;
}



/* セクションのタイトル */
.page_typeSlug_hired .sectionTit{
	background-image: url(../images/hired/bg_subTit.jpg);
	background-color:#94ABB9;
	color: #246380;
}

/* セクションのサブタイトル */
.page_typeSlug_hired .sectionSubTit {
	color:#626B6D ;
}

/* メインコンテンツにある「nextContents」のタイトル */
.page_typeSlug_hired .nextContents__list__item__tit {
	color:#246380 ;
}

/* メインコンテンツにある「nextContents」の2columnの場合のシャドウ */
.page_typeSlug_hired .nextContents__list img {
	box-shadow:rgba(15, 72, 98, 0.65098) 10px 10px 0px 0px;
	-webkit-box-shadow:rgba(15, 72, 98, 108, 0.65098) 10px 10px 0px 0px;
	-moz-box-shadow:rgba(15, 72, 98, 0.65098) 10px 10px 0px 0px;
}
/* メインコンテンツにある「nextContents」の1columnの場合のアイコン */
.page_typeSlug_hired .nextContents__list__item_1column a{
	background-image:  url(../images/hired/icon_hired_delta.png);
}

/* 各エリアの背景画像 */
.page_typeSlug_hired #nextContents_service{
	background:url(../images/hired/bg_service.jpg) no-repeat;
	background-position: 50% 860px;
}
.page_typeSlug_hired #nextContents_carselect{
	background:url(../images/hired/bg_carselect.jpg) no-repeat;
	background-position: 50% 0px;
}
.page_typeSlug_hired #nextContents_contres{
	background:url(../images/hired/bg_contres.jpg) no-repeat;
	background-position: 50% 90px;
}
.page_typeSlug_hired #nextContents_outsource{
	background:url(../images/hired/bg_outsource.jpg) no-repeat;
	background-position: 50% 120px;
}
