@charset "utf-8";

/* リンクの色 */
.page_typeSlug_faq #mainContent a{
	color:#28575E;
}

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

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

/* サブメニューのタイトル */
#subNaviArea__title__faq a{
	background-image:url(../images/faq/tit_subNavi.jpg);
	background-color:#315A60;
	text-indent:-99999px;
}
/* サブメニューの現在位置 */
#subNaviArea_faq .nav__item_current > a{
	color:#47939E;
}
#subNaviArea_faq .nav_parent__item_current >  a{
	color:#47939E;
}
/* サブメニューのホバー */
#subNaviArea_faq .nav_parent__item:hover > a,
#subNaviArea_faq .nav_parent__item .nav_child__item:hover > a{
	color:#47939E;
}



/* セクションのタイトル */
.page_typeSlug_faq .sectionTit{
	background-image: url(../images/faq/bg_subTit.jpg);
	background-color: #638285;
	color: #153E44;
}

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

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

/* メインコンテンツにある「nextContents」の2columnの場合のシャドウ */
.page_typeSlug_faq .nextContents__list img {
	box-shadow: rgba(127, 171, 176, 1) 10px 10px 0px 0px;
	-webkit-box-shadow: rgba(127, 171, 176, 1) 10px 10px 0px 0px
	-moz-box-shadow:rgba(127, 171, 176, 1) 10px 10px 0px 0px;
}
/* メインコンテンツにある「nextContents」の1columnの場合のアイコン */
.page_typeSlug_faq .nextContents__list__item_1column a{
	background-image:  url(../images/faq/icon_faq_delta.png);
}


/* 各エリアの背景画像 */
.page_typeSlug_faq #nextContents_XXX {
	/* background:url(../images/faq/bg_faq.jpg) no-repeat  ;
	background-position:left 350px ; */
}