﻿@charset "UTF-8";

/* ---------------------------------------------------------------
	ヘッダ右
--------------------------------------------------------------- */
.list_header_utility_ {
	float: left;
	margin-top: 27px;
	list-style: none;
}

.list_header_utility_ li {
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background:url(../img/header/bg_list_header_utility.png) no-repeat right 45%;
	font-weight: bold;
}

.list_header_utility_ li span {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.list_header_utility_ li span.usage_over_ {
	color: red;
}

.list_header_utility_ li span.usage_warning_ {
	color: yellow;
}

.list_header_utility_ li span.usage_normal_ {
	color: #fff;
}

.list_notice_ {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/contents/icon_notice.png) no-repeat;
}

.list_user_ span {
	display: block;
	padding-left: 21px;
	background: url(../img/contents/icon_user.png) no-repeat;
}

.list_header_utility_ li.list_time_ {
	background:none;
}

.list_time_ span {
	display: block;
	padding-left: 21px;
	background: url(../img/contents/icon_time.png) no-repeat;
}


span.disp_lang_ {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.disp_lang_full2_ {
	float:left;
	position: relative;
	margin: 25px 0 0 21px;
	padding: 0;
}

.disp_lang_tab2_,
.disp_lang_search2_,
.disp_lang_wide2_ {
	font-size: 12px;
	margin-left:21px;
	padding: 0;
}

span.site_list_ {
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}

span.site_list_ a {
	color:#fff;
	text-decoration:underline;
}

span.site_list_full2_ {
}

span.site_list_tab2_,
span.site_list_search2_,
span.site_list_wide2_ {
	margin-left: 50px;
}

.list_systemnotify_ .systemnotify_bell_ {
	display: block;
	cursor: pointer;
	padding-left: 28px;
	background: url(../img/header/notify_bell_white.png) no-repeat;
	background-size: contain;
	height: 30px;
	margin-top: -12px;
	position: relative;
	top: 6px;
}

.list_systemnotify_ .systemnotify_nav_ {
	position: absolute;
	left: calc(100% - 14px);
	top: -6px;
	min-width: 16px;
	padding: 0 1px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	background-color: #C71749;
	border-radius: 10px;
	user-select: none;
}

.systemnotify_list_ {
	z-index: 2;
	display: none;
	position: absolute;
	background-color: #fff;
	margin-top: 5px;
	border: solid 1px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px;
}

.systemnotify_list_ .systemnotify_list_header {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #787878;
	margin-bottom: 10px;
}

.systemnotify_list_ .systemnotify_list_header > div:first-of-type {
	margin-right: auto;
}

.systemnotify_list_ .systemnotify_list_header .header_title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}

.systemnotify_list_ .systemnotify_list_header .header_link {
	margin-right: 20px;
	margin-bottom: 5px;
}

.systemnotify_list_ .systemnotify_box_ {
	height: 165px;
	width: 500px;
	overflow-y: auto;
}

.systemnotify_list_ .systemnotify_box_ li {
	display: flex;
	height: 32px;
	align-items: center;
	padding: 0;
}

.systemnotify_list_ .systemnotify_box_ .notify_info {
	margin-left: 10px;
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.systemnotify_list_ .systemnotify_box_ .notify_date {
	font-weight: normal;
}

.systemnotify_list_ .systemnotify_box_ .systemnotify_level_ {
	font-size: 16px;
}

.systemnotify_list_ .systemnotify_box_ .systemnotify_level_info_ {
	color: #87ceeb;
}

.systemnotify_list_ .systemnotify_box_ .systemnotify_level_warning_ {
	color: #ff0;
}

.systemnotify_list_ .systemnotify_box_ .systemnotify_level_severe_ {
	color: #f00;
}

.systemnotify_list_ .systemnotify_box_none_ {
	height: auto;
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------
	グローバルナビゲーション（アイコン）
--------------------------------------------------------------- */
#nav_gmenu {
	height: 71px;
	margin-left: -2px;
	margin-top: 15px;
}

#nav_gmenu li {
	display: inline-block;
	width: 60px;
	padding: 5px 6px 6px 2px;
}
#nav_gmenu li.nav_current_ {
	background: url(../img/header/bg_nav_gmenu_current.png) no-repeat 0 0;
	padding-left: 6px;
}

#nav_gmenu li.nav_current_prev_ {
	padding-right: 2px;	
}

/*アイコン版*/
#nav_gmenu li a {
	display: block;
	float: left;
	width: 62px;
	height: 0;
	padding-top: 62px;
	background-image: url(../img/header/bt_nav_gmenu.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent:-9999px;
}

#nav_gmenu  li#nav_gmenu_home {
	padding-left: 6px;
}

#nav_gmenu_home a {
	background-position: 0 0;
}
#nav_gmenu_home a:hover {
	background-position: 0 -62px;
}

#nav_gmenu_home.nav_current_ a {
	background-position: 0 -124px;
}
/* 注文 */
#nav_gmenu_1 a {
	background-position: -62px 0;
}
#nav_gmenu_1 a:hover {
	background-position: -62px -62px;
}
#nav_gmenu_1.nav_current_ a {
	background-position: -62px -124px;
}
/* 在庫/出荷 */
#nav_gmenu_2 a {
	background-position: -124px 0;
}
#nav_gmenu_2 a:hover {
	background-position: -124px -62px;
}
#nav_gmenu_2.nav_current_ a {
	background-position: -124px -124px;
}
/* 会員 */
#nav_gmenu_3 a {
	background-position: -186px 0;
}
#nav_gmenu_3 a:hover {
	background-position: -186px -62px;
}
#nav_gmenu_3.nav_current_ a {
	background-position: -186px -124px;
}
/* 商品 */
#nav_gmenu_4 a {
	background-position: -248px 0;
}
#nav_gmenu_4 a:hover {
	background-position: -248px -62px;
}
#nav_gmenu_4.nav_current_ a {
	background-position: -248px -124px;
}
/* データ管理 */
#nav_gmenu_5 a {
	background-position: -310px 0;
}
#nav_gmenu_5 a:hover {
	background-position: -310px -62px;
}
#nav_gmenu_5.nav_current_ a {
	background-position: -310px -124px;
}
/* マスタ設定 */
#nav_gmenu_6 a {
	background-position: -372px 0;
}
#nav_gmenu_6 a:hover {
	background-position: -372px -62px;
}
#nav_gmenu_6.nav_current_ a {
	background-position: -372px -124px;
}
/* CMS */
#nav_gmenu_7 a {
	background-position: -434px 0;
}
#nav_gmenu_7 a:hover {
	background-position: -434px -62px;
}
#nav_gmenu_7.nav_current_ a {
	background-position: -434px -124px;
}
/* 分析・集計 */
#nav_gmenu_8 a {
	background-position: -496px 0;
}
#nav_gmenu_8 a:hover {
	background-position: -496px -62px;
}
#nav_gmenu_8.nav_current_ a {
	background-position: -496px -124px;
}
/* メール */
#nav_gmenu_9 a {
	background-position: -558px 0;
}
#nav_gmenu_9 a:hover {
	background-position: -558px -62px;
}
#nav_gmenu_9.nav_current_ a {
	background-position: -558px -124px;
}
/* CRM+ */
#nav_gmenu_11 a {
	background-position: -620px 0;
}
#nav_gmenu_11 a:hover {
	background-position: -620px -62px;
}
#nav_gmenu_11.nav_current_ a {
	background-position: -620px -124px;
}
/* Connect+ */
#nav_gmenu_12 a {
	background-position: -806px 0;
}
#nav_gmenu_12 a:hover {
	background-position: -806px -62px;
}
#nav_gmenu_12.nav_current_ a {
	background-position: -806px -124px;
}
/* オムニチャネル＋ */
#nav_gmenu_13 a {
	background-position: -868px 0;
}
#nav_gmenu_13 a:hover {
	background-position: -868px -62px;
}
#nav_gmenu_13.nav_current_ a {
	background-position: -868px -124px;
}
/* 顧客分析 */
#nav_gmenu_14 a {
	background-position: -930px 0;
}
#nav_gmenu_14 a:hover {
	background-position: -930px -62px;
}
#nav_gmenu_14.nav_current_ a {
	background-position: -930px -124px;
}
/* 簡易ブログ */
#nav_gmenu_15 a {
	background-position: -992px 0;
}
#nav_gmenu_15 a:hover {
	background-position: -992px -62px;
}
#nav_gmenu_15.nav_current_ a {
	background-position: -992px -124px;
}
/* セキュリティ */
#nav_gmenu_29 a {
	background-position: -1054px 0;
}
#nav_gmenu_29 a:hover {
	background-position: -1054px -62px;
}
#nav_gmenu_29.nav_current_ a {
	background-position: -1054px -124px;
}
/* システム */
#nav_gmenu_30 a {
	background-position: -682px 0;
}
#nav_gmenu_30 a:hover {
	background-position: -682px -62px;
}
#nav_gmenu_30.nav_current_ a {
	background-position: -682px -124px;
}

#nav_gmenu li#nav_gmenu_arrow_down a {
	width: 26px;
	margin-right: 8px;
	margin-top: 34px;
	padding-top: 26px;
	background: url(../img/header/bg_arrow_down.png) no-repeat 0 0;
	overflow: hidden;
}
#nav_gmenu li#nav_gmenu_arrow_down a:hover {
	background-position: 0 -26px;
}


/*テキスト版*/
#nav_gmenu.list_gmenu_text_ li a {
	display: block;
	float: left;
	width: 62px;
	height: 42px;
	padding-top: 20px;
	background: url(../img/header/bg_nav_gmenu_text.png) no-repeat;
 color: #003d6e;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#nav_gmenu.list_gmenu_text_ li a:hover {
	background-position: 0 -62px;
}

#nav_gmenu.list_gmenu_text_ li.nav_current_ a,
#nav_gmenu.list_gmenu_text_ li.nav_current_ a:hover {
	background-position: 0 -124px;
	color: #fff;
}

#nav_gmenu.list_gmenu_text_ li#nav_gmenu_2 a,
#nav_gmenu.list_gmenu_text_ li#nav_gmenu_5 a,
#nav_gmenu.list_gmenu_text_ li#nav_gmenu_6 a,
#nav_gmenu.list_gmenu_text_ li#nav_gmenu_8 a {
	height: 48px;
	padding-top: 14px;
}

#nav_gmenu.list_gmenu_text_ li#nav_gmenu_30 a {
	letter-spacing: -0.1em;
}

#nav_gmenu.list_gmenu_text_ li#nav_gmenu_arrow_down a {
	width: 26px;
	height: 0;
	margin-right: 8px;
	margin-top: 36px;
	padding-top: 26px;
}
#nav_gmenu.list_gmenu_text_ li#nav_gmenu_arrow_down a:hover {
	background-position: 0 -26px;
}

/* ---------------------------------------------------------------
	サイトマップ
--------------------------------------------------------------- */
.footer_sitemap_content_ {
	margin: 0;
}

h3.title_sitemap_ {
	margin-left: 30px;
	padding-left: 19px;
	background: url(../img/contents/icon_open.png) no-repeat 0 45%;
	font-weight: bold;
	cursor: pointer;
}

.firefox h3.title_sitemap_,
.firefox h4.title_sitemap_category_ {
	background-position: 0 30%;
}

h3.title_sitemap_:hover,
h4.title_sitemap_category_:hover {
	color: #828282;
}

h3.title_sitemap_:hover {
	background-image: url(../img/contents/icon_open_hover.png);
}

h4.title_sitemap_category_:hover {
	background-image: url(../img/contents/icon_arrow_right_hover.png);
}

h3.title_sitemap_.opened_ {
	background-image: url(../img/contents/icon_opened.png);
}

h4.title_sitemap_category_.opened_ {
	background-image: url(../img/contents/icon_arrow_down.png);
}

h3.title_sitemap_.opened_:hover {
	background-image: url(../img/contents/icon_opened_hover.png);
}

h4.title_sitemap_category_.opened_:hover {
	background-image: url(../img/contents/icon_arrow_down_hover.png);
}

.section_sitemap_detail_ {
	display: none;
	border-top: 1px solid #ffffff;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 40px;
}

.section_sitemap_col_ {
	display: table-cell;
	width: 280px;
	padding-right: 20px;
}

h4.title_sitemap_category_ {
	margin-bottom: 20px;
	padding-left: 19px;
	background: url(../img/contents/icon_arrow_right.png) no-repeat left 45%;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.8;
}

.section_sitemap_category_content_ {
	display: none;
	position: relative;
	top: -10px;
	margin-bottom: 4px;
}

ul.list_sitemap_menu_ {
	margin-bottom: 14px;
	padding-left: 3px;
	padding-right: 20px;
}

ul.list_sitemap_menu_ li {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.8;
}

ul.list_sitemap_menu_ li.list_divide_ {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #fff;
}

ul.list_sitemap_menu_ li a {
	display: block;
	padding-left: 15px;
	background: url(../img/contents/bg_arrow_red.png) no-repeat left 6px;
	color: #505050;
	font-size: 14px;
	text-decoration: none;
}


ul.list_sitemap_menu_ li a:hover,
ul.list_sitemap_menu_ li a:active {
	color: #C71749;
	text-decoration: underline;
}