@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    color: #000; /* 標準文字色 */
	background-color: #000000;
	background-image : url(headerBg_2Ub_01.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */
	
img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
}

#hpb-header{
	width: 940px;
	height: 115px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	color: #FFF;
}

#hpb-header::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


#hpb-footer{
	clear: both;
	width: 940px;
	padding-top: 0px;
	z-index: 1;
	position: relative;
	padding-bottom: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#hpb-footerExtra1{
	width: 925px;
	margin-top: 0px;
	background-color: #242424;
	border-radius: 0px 0px 8px 8px;
	padding-left: 15px;
}

#hpb-inner{
	position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	background-color: #FFF;
	margin-top: 51px;
}
#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.hpb-layoutset-02 #hpb-wrapper{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.hpb-layoutset-01 #hpb-title {

}
.hpb-layoutset-02 #hpb-title{
	background-image : url(DSC00267.jpg);
	background-repeat: no-repeat;
}
.hpb-layoutset-01 #hpb-main{
	width: 620px;
	float: left;
	margin-left: 20px;
}
.hpb-layoutset-02 #hpb-main{
	width: 620px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}

#hpb-aside{
	width: 260px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.hpb-layoutset-02 #hpb-aside{
	width: 260px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}




/* ナビゲーション */

#hpb-nav{
	position: absolute;
	left: 0px;
	top: -51px;
	width: 940px;
	height: 51px;
	background-image : url(mainmenu_2Ub.png);
	background-repeat: no-repeat;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */

.hpb-layoutset-01 #hpb-title h2{
	width: 940px;
	height: 460px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-image : url(top_mainimg_2Ub_01.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */

#hpb-nav ul{
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 51px;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
	float: left;
	display: inline;
	line-height: 51px;
	overflow: hidden;
	text-transform: uppercase;
	background-image : url(mainmenuItem_2Ub.png);
	background-repeat: no-repeat;
	background-position: right;
}

#hpb-nav li a{
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

#hpb-nav li span.ja{
    display: none;
}

#hpb-nav a:link{
	color: #fff;
}
#hpb-nav a:visited{
	color: #fff;
}
#hpb-nav a:hover{
	color: #FC0;
}
#hpb-nav a:active{
	color: #FC0;
}


/* 先頭に戻るボタン */

#pagetop{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-align: left;
	right:0px;
	bottom:5px;
}

#pagetop a{
	/* 先頭に戻るボタンの左右設定 */
	display: block;
	width: 112px;
	height: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	background-image : url(returnTop_2Ub.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
/* 商品紹介ページ デザイン定義 */

#item .itemlist{
    width: 600px;
}
#item .itemlist .item{
	width: 200px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	
	body{
		background-image: none;
	}
	
	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-header{
		width: 100%;
		height: auto;
		margin-top: 0px;
		background-color: #000000;
		padding-bottom: 10px;
	}
	
	#hpb-footer{
		width: 100%;
	}
	
	#hpb-footerExtra1{
		width: 100%;
		padding-left: 0px;
	}
	
	#hpb-inner{
		width: 100%;
		margin-top: 0px;
	}
	
	#hpb-wrapper{
		width: 100%;
	}
	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
	}
	
	.hpb-layoutset-02 #hpb-title{
		background-image: none;
	}
	
	.hpb-layoutset-01 #hpb-main{
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{
		width: 96%;
		float: none;
		padding-bottom: 20px;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#hpb-aside{
		width: 96%;
		float: none;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-aside{
		width: 96%;
		float: none;
		margin-top: 0px;
		margin-right: auto;
	}
	
	/* ナビゲーション */
	
	#hpb-nav{
		position: relative;
		top: 0px;
		width: 100%;
		height: auto;
		background-image : none;
		background-color: #393939;
		border-bottom-color: #171717;
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}
	
	/*--------------------------------------------------------
		デザイン設定
	--------------------------------------------------------*/
	/* コンテンツ配置領域 */
	/* トップページメインイメージ */
	
	.hpb-layoutset-01 #hpb-title h2{
		width: 100%;
		height: 275px;
		background-size: contain;
	}
	
	/*--------------------------------------------------------
		共通パーツデザイン設定
	--------------------------------------------------------*/
	
	/* ナビゲーション */
	
	#hpb-nav ul{
		height: auto;
		display: none;
	}
	
	#hpb-nav ul.toggled-on{
		display: block;
	}
	
	#hpb-nav li{
		float: none;
		display: block;
		line-height: 1.4;
		background-image: none;
		border-top-color: #333333;
		border-top-style: solid;
		border-top-width: 1px;
	}
	
	#hpb-nav li a{
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	
	/* 商品紹介ページ デザイン定義 */

	#item .itemlist{
		width: 100%;
	}
	
}