@charset "utf-8";

	/*----------------------------------------------------
	 header
	----------------------------------------------------*/

	header#global {
		height: 40px;
		width: 100%;
		position: relative;
	}


	/*** headContents ***/
	header#globalHeader #headContents {
		height: 40px;
	}

	/** logoContents **/
	header#globalHeader #headContents #logoContents {
		height: 40px;
	}

	header#globalHeader #headContents #logoContents p#logo {
		position: absolute;
		top: 9px;
		left: 9px;
	}

	header#globalHeader #headContents #logoContents #category {
		position: absolute;
		top: 11px;
		left: 64px;
	}

	/* header カテゴリ名 表示設定 */
	body#store header#globalHeader #headContents #logoContents #category ul li:not(.store) {
		display: none;
	}

	body#clubkai header#globalHeader #headContents #logoContents #category ul li:not(.clubkai) {
		display: none;
	}

	body#products header#globalHeader #headContents #logoContents #category ul li:not(.products) {
		display: none;
	}

	body#enjoy header#globalHeader #headContents #logoContents #category ul li:not(.enjoy) {
		display: none;
	}

	body#support header#globalHeader #headContents #logoContents #category ul li:not(.support) {
		display: none;
	}

	body#company header#globalHeader #headContents #logoContents #category ul li:not(.company) {
		display: none;
	}


	/** menu button **/
	header#globalHeader p#menu {
		width: 90px;
		height: 30px;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	header#globalHeader p#menu a {
		display: block;
		background-image: url('/contents_file/s/common/img/menu.png');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
		width: 90px;
		height: 30px;
		overflow: hidden;
	}

	header#globalHeader p#menu.menuOpen a {
		background-position: left bottom;
	}



	/*** global navigation ***/


	header#globalHeader #globalMenu {
		/* for Animation */
		display: none;
		-webkit-transition: height 0.4s ease-out;
		-moz-transition: height 0.4s ease-out;
		-o-transition: height 0.4s ease-out;
		transition: height 0.4s ease-out;
	}

	header#globalHeader nav {
		background-image: url('/contents_file/s/common/img/menu_bg.gif');
		background-repeat: repeat;
		background-position: left top;
		background-size: 320px auto;
		padding: 5px;
	}

	header#globalHeader nav ul {
		background-color: #FFF;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding-bottom: 10px;
	}

	header#globalHeader nav ul li {
		margin: auto 10px;
	}

	header#globalHeader nav ul li#store {
		border-bottom: 2.5px solid #b82f00;
	}

	header#globalHeader nav ul li#products {
		border-bottom: 2.5px solid #2c82b8;
	}

	header#globalHeader nav ul li#clubkai {
		border-bottom: 2.5px solid #e2712b;
	}

	header#globalHeader nav ul li#enjoy {
		border-bottom: 2.5px solid #e2b323;
	}

	header#globalHeader nav ul li#support {
		border-bottom: 2.5px solid #467d57;
	}

	header#globalHeader nav ul li#company {
		border-bottom: 2.5px solid #666666;
	}

	header#globalHeader nav ul li a {
		display: block;
		height: 30px;
		background-image: url('/contents_file/s/common/img/arrow_next.png');
		background-position: right 11px;
		background-repeat: no-repeat;
		background-size: 6.5px auto;
		line-height: 31px;
		margin-right: 5px;
	}