@charset "UTF-8";

/* --------------------------------------------------
	globalmenu
-------------------------------------------------- */

#wrap_navigation {
	position: relative;
	clear: both;
	width: 941px;
	height: 50px;
	margin: 0 9px 0 10px;
	background: none;
}

/* サブメニューにトップカテゴリーがない場合 */
#wrap_navigation .navigation_click_single_last {
	position: absolute;
	z-index: 100;
	width: 234px;
	margin-left: -56px;
	padding: 4px 4px 0 4px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #ffffff;
	font-size: 14px;
	text-align: left;
	/* 高さのことなるボックス要素を揃える */
	overflow: hidden;
}

#wrap_navigation .navigation_click_single_last p {
	margin: 4px;
	font-size: 1.1em;
}

#wrap_navigation .navigation_click_single_last p .other_site {
	display: inline-block;
	width: 21px;
	height: 19px;
	background: url("../images/base/top_blk_botan.png") no-repeat scroll 5px 4px transparent;
}

#wrap_navigation .navigation_click_single_last p a {
	padding-left: 9px;
	background: url("../images/base/arrow_global_right.png") no-repeat scroll 0 6px transparent;
	text-decoration: none;
}

#wrap_navigation .navigation_click_single_last p a:hover {
	text-decoration: underline;
}

#wrap_navigation .navigation_click_single {
	position: absolute;
	z-index: 100;
	width: 234px;
	padding: 4px 4px 0 4px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #ffffff;
	font-size: 14px;
	text-align: left;
	/* 高さのことなるボックス要素を揃える */
	overflow: hidden;
}

#wrap_navigation .navigation_click_single p {
	margin: 4px;
	font-size: 1.1em;
}

#wrap_navigation .navigation_click_single p .other_site {
	display: inline-block;
	width: 21px;
	height: 19px;
	background: url("../images/base/top_blk_botan.png") no-repeat scroll 5px 4px transparent;
}

#wrap_navigation .navigation_click_single p a {
	padding-left: 9px;
	background: url("../images/base/arrow_global_right.png") no-repeat scroll 0 6px transparent;
	text-decoration: none;
}

#wrap_navigation .navigation_click_single p a:hover {
	text-decoration: underline;
}

/* サブメニューにトップカテゴリーがある場合 */
#wrap_navigation .navigation_click {
	position: absolute;
	left: 0;
	z-index: 100;
	/*width: 940px;*/
	/*border: 1px solid #134066;*/
	background-color: #ffffff;
	/* 高さのことなるボックス要素を揃える */
	overflow: hidden;
}

#wrap_navigation .navigation_click li {
	float: left;
	width: 234px;
	/*margin: 0 3px 0 3px;*/
	/*margin: 0 4px;*/
	/* 高さのことなるボックス要素を揃える */
	margin-bottom: -32768px;
	padding-bottom: 32768px;
	/* / */
	border-left: 1px solid #999999;
	font-size: 14px;
	text-align: left;
}

#wrap_navigation .navigation_click li:last-child {
	border-right: 1px solid #999999;
}

#wrap_navigation .navigation_click li .other_site {
	display: inline-block;
	width: 21px;
	height: 19px;
	background: url("../images/base/top_blk_botan.png") no-repeat scroll 5px 4px transparent;
}

#wrap_navigation .navigation_click li h3 {
	margin: 4px;
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	/*text-decoration: underline;*/
}

#wrap_navigation .navigation_click li h3.product {
	padding-top: 10px;
	border-top: 1px solid #999999;
	font-weight: normal;
}

#wrap_navigation .navigation_click li h3.product a {
	padding-left: 9px;
	background: url("../images/base/arrow_global_right.png") no-repeat scroll 0 6px transparent;
	text-decoration: none;
}

#wrap_navigation .navigation_click li h3.product a:hover {
	text-decoration: underline;
}

#wrap_navigation .navigation_click li p {
	margin: 4px;
	font-size: 1.1em;
}

#wrap_navigation .navigation_click li p a {
	padding-left: 9px;
	background: url("../images/base/arrow_global_right.png") no-repeat scroll 0 6px transparent;
	text-decoration: none;
}

#wrap_navigation .navigation_click li p a:hover {
	text-decoration: underline;
}