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

/* header area内の要素
-------------------------------*/
#header_inner{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: relative;
	min-height:72px;
}

/* ログイン前ヘッダーメニュー */
.before_header_menu{
	background:rgba(141,141,141,0.9);
	text-align: right;
	padding:1px 0;
	position:fixed;
	width:100%;
	z-index:91;
}
.before_header_menu_cover{
	width: 100%;
	max-width: 1280px;
	margin:0 auto;
}

/* ログイン後ヘッダーメニュー  */
#header_menu{
	position:fixed;
	width:100%;
	background:rgba(64,64,64,0.9);
	color:#fff;
	z-index:91;
}
#header_menu a{
	color:#fff;
	font-size:12px;
	display: block;
}
#header_menu_inner{
	max-width:1280px;
	margin:auto;
	position:relative;
}
.header_user_center{
	float:left;
	height:42px;
	line-height:42px;
}
.header_user_center .member_img_head {
	width: 23px;
	height: 23px;
	margin-top: 9px;
	margin-bottom: 9px;
}

/*ヘッダーメニューの高さ分*/
.padT_h_a{
	padding-top:42px;
}

/*　メニューエリア高さ確保用　*/
.global_dum{
	min-height:115px;
}

/* プレビュー用スタイル */
#switch {
    z-index: 1;
    position: relative;
	width:100%;
    left: 0;
    right: 0;
	top:0;
	margin:0;
    padding: 0;
}
#switch h1{
	border-bottom:2px solid #333;
}
#switch form{
	text-align:center;
	position:absolute;
	font-size:12px;
	top:12px;
	width:100%;
}

/* ロゴ表示要素 */
a.logo_cover1{
	position:absolute;
	display:block;
	float:left;
	z-index: 1;
	text-align:left;
	font-weight:bold;
	word-wrap: break-word;
	text-decoration:none;
	color:#333;
	max-height:50px;
	min-width:100px;
	margin-right:1em;
	top:5px;
}
.logo_cover1 img{
	max-height:60px;
}
.logo_cover1 span{
	display:none;
}

/*　フリーエリア、言語選択等を内容する要素*/
.other_menus{
}

/*　ログイン・新規登録リンク（ログイン前のみ表示）　*/
.login_head{
	float:right;
	margin: 11px 4px;
}
.login_link,.register_link{
	display:inline-block;
	margin:0 10px;
}
.register_link {
	margin-left:0;
}
.before_header_menu .login_link a:link,
.before_header_menu .login_link a:visited,
.before_header_menu .register_link a:link,
.before_header_menu .register_link a:visited{
	font-size: 11px;
	color:#fefefe;
}

/*　言語選択　*/
.select_lang{
	margin-left:10px;
}
.before_header_menu .select_lang{
	position: relative;
	top: 0;
	right:0;
	display: inline-block;
	border-right: 1px solid #A4A4A4;
	padding: 0 15px;
}
.before_header_menu .select_lang input{
	display:none;
}
.before_header_menu .select_lang label{
	margin-right:0;
	color:#fff;
	font-size:11px;
}
.before_header_menu .select_lang label:hover{
	text-decoration:underline;
}

/* プロフィールアイコン・フロートメニュー*/
.top_right_block {
	/*position:absolute;
	top:8px;
	right:0px;*/
	position:relative;
	float:right;
	margin-top:8px;
}
.settings-menu{
	z-index: 91;
	cursor: pointer;
}
.settings-menu-toggle{
	margin:0px auto;
}
.settings-menu-toggle a{
	color:#333;
	height: 24px;
	line-height: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width:120px;
	max-width:160px;
	white-space: nowrap;
}
.settings-menu-toggle a:hover{
	text-decoration:none;
}
.member_img_head{
	width:24px;
	height:24px;
	position:relative;
	margin-right:15px;
	overflow:hidden;
	float:left;
}
.settings-menu-dropdown{
	display:none;
	top:30px;
	right:0;
	position:absolute;
	z-index: 92;
	background: rgba(100,100,100,0.8);
	border-radius: 6px;
	list-style: none;
	padding: 4px 0;
	width:150px;
}
.settings-menu-dropdown-inner{}
.settings-menu-dropdown-inner li{
	list-style:none;
}
.settings-menu-links a{
	color:#fff; 
	display:block; 
	font-weight:normal; 
	padding:6px; 
	border-bottom:1px solid #ccc;
}
.settings-menu-links a:hover{
	color:#fefefe;
}
.settings-menu-logout{
	border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px;
	 -webkit-border-radius:0 0 5px 5px;
}
.settings-menu-logout a{
	border-bottom:none;
}
.settings-menu-dropdown-inner li ul{
	border-bottom:1px solid #ccc;
	margin-top:-6px;
}
.settings-menu-dropdown-inner li ul li{
	position: absolute;
	z-index: 500;
	top: 12px;
	right: 160px;
}
.settings-menu-dropdown-inner li ul li a{
	padding:2px;
	padding-left:-6px;
	border-bottom:none;
}

/*　アイコンメニュー　*/

.back_home,
.panel_icon,
.members,
.messages,
.whats-new,
.cart_icon{
	display:inline-block;
	position:relative;
	z-index:91;
	margin-right:2px;
}
.icon_list>li:last-child {
	margin-right:0;
}
.icon_list>li .hdr_menu{
	left:3px;
}
.icon_list>li .hdr_menu:before{
	text-align:left;
	left:8px;
}
.icon_list>li.hdr_stg .hdr_menu{
	right:0;
	left:inherit;
}
.icon_list>li.hdr_stg .hdr_menu:before{
	text-align:right;
	right:10px;
	left:inherit
}

.icon_list>li.hdr_msg .hdr_menu{
	width:215px;
}
.icon_list>li.hdr_whn .hdr_menu{
	width:300px;
}
ul.icon_list{
	float: left;
	border-left: 1px solid #696969;
	padding: 0 10px;
	margin: 2px 20px;
	height: 38px;
}
.icon_list>li{
	display:inline-block;
	position: relative;
	z-index: 91;
	height:100%;
	margin:0 2px;
}
.icon_list>li>a{
	background-image: url(../../../common/images/icon_wh_32.png);
    background-size: 360px;
	width: 24px;
	height: 24px;
	margin: 6px auto;
}
.icon_list>li.hdr_home>a{
	background-position: 0 -288px;
}
.icon_list>li.hdr_msg>a{
	background-position: 0 -120px;
}
.icon_list>li.hdr_whn>a{
	background-position: -96px -240px;
}
.icon_list>li.hdr_frd>a{
	background-position: -216px -336px;
}
.icon_list>li.hdr_act>a{
	background-position: -240px -336px;
}
.icon_list>li.hdr_pmt>a{
	background-position: -264px -216px;
}
.icon_list>li.hdr_ust>a{
	background-position: -240px -216px;
}
.icon_list>li.hdr_stg>a{
	background-position: -96px -288px;
}

.icon_list .separator{
	border-bottom: 1px solid #939393;
	margin: 7px 2px 8px;
	padding-top: 1px	
}
.hdr_menu{
	display: none;
	width: 200px;
	left: -88px;
	top: 36px;
	position: absolute;
	z-index: 92;
	background: rgba(100,100,100,0.9);
	border-radius: 6px;
	list-style: none;
	padding: 4px 0;
}
/*
.hdr_menu:before {
	content: "▲";
	color: #666;
	position: absolute;
	top: -16px;
	opacity: 0.8;
	width: 100%;
	text-align: center;
	height: 0px;
}
*/
.try_h{
	display:none;
	color: #666;
	position: absolute;
	bottom:-8px;
	opacity: 0.8;
	width: 100%;
	text-align: center;
	font-size:16px;
	left:0;
}
.hdr_title {
	padding: 4px 6px;
	color: #ddd;
	font-weight: bold;
}
.hdr_menu ul{
	padding: 6px 11px;
	border-top: none;
}
.hdr_menu li {
	list-style: none;
}
.hdr_menu li>a {
	display:block;
	color: #fff;
	font-size: 12px;
	padding: 5px 3px;

}
.hdr_menu li>a:hover{
	text-decoration:underline;
	background:rgba(200,200,200,0.2);
}
li.hdr_msg>.hdr_menu li:last-child,
li.hdr_whn>.hdr_menu li:last-child{
	border-bottom:none;
}
.hdr_menu li .mail_count{
	margin:3px 0;
	padding:3px;
	font-size:90%
}
.hdr_frd_alert {
	position: absolute;
	background-color: #47BDFF;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 1px #00A3FF;
	right: 4px;
	bottom: 6px;
}

/* setting icon */
.icon_list>li.hdr_stg{
	position:absolute;
	top:4px;
	right:4px;
}
.icon_list>li.hdr_stg>a>.try_h{
	top:20px;
}

/* language settings */
.hdr_lng {
	float:right;
	border-left: 1px solid #696969;
	margin: 2px;
	margin-right:40px;
	height: 38px;
}
.hdr_lng #lngFrm{
	padding:9px 0;
}
.hdr_lng select{
	float:left;
}
.hdr_menu li{
	font-size:12px;
}


/* 数字カウント */
.message_count,
.notification_count,
.icon_area .cart_count{
	padding: 2px;
	background: #C33;
	color: white;
	font-size: 10px;
	height: 9px;
	min-width: 10px;
	line-height: 9px;
	text-align: center;
	z-index: 91;
	position: absolute;
	right: -3px;
	bottom: 3px;
	cursor: pointer;
	float: none;
	margin: auto !important;
}

/* ドロップダウンメニュー */
.message-dropdown,
.whats-new-dropdown{
	display:none;
	top:30px;
	position:absolute;
	z-index: 92;
	background: rgba(100,100,100,0.9);
	border-radius: 6px;
	list-style: none;
	padding: 4px 0;
}
.settings-menu-dropdown:before,
.message-dropdown:before,
.whats-new-dropdown:before{
	content: "▲";
	color: #666;
	position: absolute;
	top: -12px;
	opacity: 0.8;
	width:100%;
	text-align:center;
}
.message-dropdown{
	width:200px;
	left:-88px;
}
.whats-new-dropdown{
	width:300px;
	left:-137px;
}
.whats-new-dropdown-title,
.whats-new-dropdown-inner{
	width:96%;
	padding:6px;
	border-top:none;
}
.whats-new-dropdown-title{
	padding:4px 6px;
	color:#fff;
	font-weight:bold;
}
.whats-new-dropdown-inner li{
	list-style:none;
	padding:3px;
	border-bottom:1px dashed #ccc;
}
.whats-new-dropdown-inner ul.m_li li{
	border-bottom:none;
}
.whats-new-dropdown-inner ul.m_li li a{
	color:#fff;
}
.whats-new-links{
	max-height:200px;
	overflow-y:scroll;
}
.whats-new-links li a{
	color:#fff;
}
.message-dropdown .whats-new-links{
	max-height:200px;
	overflow:auto;
}



/* 非CMSサイト用
-------------------------------*/
#header_inner div.link_cover1{
	float:left;
	background:rgba(255,255,255,0.8);
	border:1px solid #ccc;
	border-radius:0 0 6px 6px;
	box-shadow:1px 1px 4px 1px rgba(200,200,200,0.3);
	padding:6px 12px 0 12px;
	max-width:500px;
	height:30px;
}
.link_cover1 ul{
	height:24px;
	overflow:hidden;
}
.link_cover1 li{
	display:inline-block;
}
.link_cover1 li a{
	display:block;
	color:#999;
	font-size:90%;
	padding:3px 12px;
	max-width:8em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	position:relative;
}
.link_cover1 li:last-child a{
	padding-right:3px;
}
.link_cover1 li a:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 5px solid #999;
	border-bottom: 6px solid transparent;
	top: 4px;
	left:2px;
	text-decoration: none;
}
.link_cover1 li a:hover,
.link_cover1 li a.current{
	color:#333;
}
.link_cover1 li a:hover:before,
.link_cover1 li a.current:before{
	border-left-color:#333;
}

/*言語選択・ログインエリア非表示*/
#header_inner .top_right_block,
#header_inner .icon_area{
	display:none;
}