@charset "UTF-8";

/* Languages List */
.popupmenu-languages {
	padding: 0 2px;
	margin: 0;
	margin-bottom: 20px;
}
.popupmenu-languages > li {
	display: inline-block;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	background: transparent;
	cursor: pointer;
	width: 70px;
	text-align: center;
	font-size: 11px;
	vertical-align: top;
}
.popupmenu-languages > li:nth-child(3n),
.popupmenu-languages > li:nth-child(3n-1) {
	border-left: 0px;
	width: 71px;
}
.popupmenu-languages > li:nth-child(n + 4) {
	border-top: 0px;
}
.popupmenu-languages > li:hover {
	background: #666666;
}
.popupmenu-languages > li.popupmenu-language-selected {
	background: #CCCCCC;
	color: black;
	cursor: default;
	font-weight: bold;
}

/*
.popupmenu-languages-title {
	display:inline-block;
	color:#CCCCCC;
	margin-right:5px;
}

.popupmenu-language {
	position: relative;
	display:inline-block;
	width:100px;
	border:1px solid #CCCCCC;
	text-align:center;
	cursor:pointer;
}
.popupmenu-language:hover {
	border-color:#FFFFFF;
	background-color: #555555;
}
.popupmenu-language-focus {
	border:0;
	padding:1px;
	background:url(image/menuitem-focus-bg.png) center center no-repeat;
}

.popupmenu-language-name {
	color:#CCCCCC;
	font-weight:bold;
}
.popupmenu-language:hover > .popupmenu-language-name {
	color:#FFFFFF;
}
.popupmenu-language-focus:hover >  .popupmenu-language-name {
	color:#000000;
}

.popupmenu-language > ul {
	top:-2px !important;
	left:80px !important;
	display:none;
	width:150px !important;
	padding: 0 !important;
	z-index:1
}
.popupmenu-language > ul > li {
	text-align: left;
	border-bottom:1px solid #606060;
}
.popupmenu-language > ul > li:last-child {
	border-bottom:0px;
}
*/




/* List Container */
.popupmenu-container,
.popupmenu-items-container {
	position:relative;
	margin:0px;
	padding:0px;
}

.popupmenu-items-container,
.popupmenu-language > ul {
	position:absolute;
	top:0px;
	left:210px;
	width:220px;
	background-color:#303030;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
}

*:first-child + html .popupmenu-items-container {
	left:220px;
}

/* Item, Items, Spacer */
.popupmenu-item,
.popupmenu-items,
.popupmenu-spacer {
	position:relative;
	width:185px;
	font-weight:normal;
	font-family: 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', Meiryo UI, sans-serif;
	margin:0px;
	padding-right:35px;
	list-style-type:none;
	border-bottom:1px solid #606060;
}

.popupmenu-item:last-child,
.popupmenu-items:last-child,
.popupmenu-spacer:last-child {
	border-bottom:0px;
}

.popupmenu-item > a, .popupmenu-item > .popupmenu-item-text, .popupmenu-item > .popupmenu-items-text,
.popupmenu-items > a,
.popupmenu-items > .popupmenu-item-text,
.popupmenu-items > .popupmenu-items-text,
.popupmenu-spacer > a,
.popupmenu-spacer > .popupmenu-item-text,
.popupmenu-spacer > .popupmenu-items-text,
.popupmenu-language > ul > li {
	display:block;
	cursor:pointer;
	padding:10px;
	vertical-align:middle;
	color:#CCCCCC;
	text-decoration:none;
}

.popupmenu-item-focus,
.popupmenu-items-focus,
.popupmenu-language > ul > li:hover {
	background-color:#000000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.popupmenu-item-focus > a, .popupmenu-item-focus > .popupmenu-items-text,
.popupmenu-items-focus > a,
.popupmenu-items-focus > .popupmenu-items-text,
.popupmenu-language > ul > li:hover {
	color:#FFFFFF;
}

.popupmenu-item-nourl,
.popupmenu-item-nolangurl {
	background-color:transparent;
}

.popupmenu-item-nourl > a, .popupmenu-item-nourl > .popupmenu-item-text,
.popupmenu-item-nolangurl > a,
.popupmenu-item-nolangurl > .popupmenu-item-text {
	color:#606060;
	text-decoration:none;
}

.popupmenu-item-nourl > .popupmenu-item-text {
	cursor:auto;
}

.popupmenu-spacer {
	display:block;
	height:25px;
}

/* Layer-1 */
.popupmenu-layer-1 > .popupmenu-item,
.popupmenu-layer-1 > .popupmenu-items {
	height:40px;
	background-image:url(image/menuitem-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:0px;
	font-weight:bold;
	font-family: 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', Meiryo UI, sans-serif;
}

.popupmenu-layer-1 > .popupmenu-item > .popupmenu-item > a, .popupmenu-layer-1 > .popupmenu-item > .popupmenu-items-text,
.popupmenu-layer-1 > .popupmenu-items > .popupmenu-item > a,
.popupmenu-layer-1 > .popupmenu-items > .popupmenu-items-text {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:11px 10px;
	line-height:18px;
	width:150px;
	overflow:hidden;
}

.popupmenu-layer-1 > .popupmenu-item-focus,
.popupmenu-layer-1 > .popupmenu-items-focus {
	background-color:transparent;
	background-image:url(image/menuitem-focus-bg.png);
}
.popupmenu-layer-1 > .popupmenu-item-focus > a,
.popupmenu-layer-1 > .popupmenu-items-focus > .popupmenu-items-text {
	color: black;
}

.popupmenu-layer-1 > .popupmenu-item-nourl,
.popupmenu-layer-1 > .popupmenu-item-nolangurl {
	background-color:transparent;
	background-image:url(image/menuitem-bg.png);
}

.popupmenu-layer-1 > .popupmenu-spacer {
	border-bottom:0px;
}

/* Icons */
.popupmenu-icons {
	position:absolute;
	right:10px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:16px;
	text-align:right;
}

.popupmenu-icon-arrow {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:16px;
	height:16px;
	background-image:url(image/menuitems-arrow.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.popupmenu-icon-freshness {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:16px;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
}

.popupmenu-freshness-4 > .popupmenu-icons > .popupmenu-icon-freshness {
	background-image:url(image/icon-freshness-4.png);
}

.popupmenu-freshness-3 > .popupmenu-icons > .popupmenu-icon-freshness {
	background-image:url(image/icon-freshness-3.png);
}

.popupmenu-freshness-2 > .popupmenu-icons > .popupmenu-icon-freshness {
	background-image:url(image/icon-freshness-2.png);
}

.popupmenu-freshness-1 > .popupmenu-icons > .popupmenu-icon-freshness {
	background-image:url(image/icon-freshness-1.png);
}
