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

*{
	padding:0;
	margin:0;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	background:#fff;
	height:100%;
}
h1,h2,h3,h4,h5,h6,p,span,strong,b,em,dt,dd{
	font-weight:normal;
	line-height:1.5em;
}
ul li{
	line-height:1.5em;
	list-style-type:none;
}
ol li{
	line-height:1.5em;
}
table{
	border-collapse:collapse;
}
table td{
	line-height:1.5em;
}
address{
	font-style:normal;
}
a img{
	border:none;
}
a{
	color:#333;
	text-decoration:none;
}
a:link{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:active{
	color:#333;
	text-decoration:none;
}
/*a:hover{
	text-decoration:underline;
}
*/

/** clear fix */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/** hack for IE \*/
* html body .clearfix{
	height:1%;
}
.clearfix {
	display:block;
}
/* hack end */


/*-------------------------リセット＆基本設定▲-----------------------------*/












/*-------------------------（ヘッダー、コンテナベース、サイドバー、フッター）共通▼▼▼-----------------------------*/

/*--------------------------------ヘッダー▼▼---------------------------------*/
header{
	width:100%;
	height:225px;
	overflow: hidden;
}
header h1.title{
	width:1154px;
	height:150px;
	background: url(../images/title.jpg) no-repeat 0 0;
	margin:0 auto;
}
header h1.title a{
	width:1154px;
	height:150px;
	display:block;
	text-indent:-9999px;
}





/*-------------Ｇナビ▼--------------*/
#gnav{
	width:900px;
	height:40px;
	margin:-80px auto 0;
}

#gnav ul {
  overflow: hidden;
}

#gnav ul li{
	width:141px;
	height:40px;
	float:left;
	margin-right:10px;
}

#gnav ul li.last{
	margin-right:0;
}





/*-----------------ヘッドコンテンツ▼----------------*/
.head_content{
	width:100%;
	height:105px;
	background:#030;
	padding:10px 0 0 0;
}
.head_content .kensaku{
	width:800px;
	height:20px;
	margin:0 auto 10px auto;
}
.head_content .rep{
	width:100%;
	height:70px;
	background:url(../images/sale_bn_back.gif) repeat-x;
}
.head_content .rep h2.midashi{
	width:1000px;
	height:70px;
	margin:10px auto 0 auto;
}



/*検索フォーム▼*/
.search{
	width:594px;
	height:24px;
	margin:0 auto;
}

.search dl {
	overflow: hidden;
}

.search dt{/*商品検索*/
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:24px;
	background:#690;
	float:left;
	width:70px;
	border-radius: 6px 0 0 6px;
}

#keyword{/*入力欄*/
	background:#f1f1f1;
	float:left;
	width:280px;
	height:18px;
	padding:2px;
	margin-right: 4px;
	border:1px solid #fff;
	border-radius: 0 6px 6px 0;
}

#category {
	float:left;
	height: 24px;
	margin-right: 4px;
	border:1px solid #fff;
	border-radius: 6px;
}

#searchBt{/*検索ボタン*/
	float:right;
}
/*--------------------------------ヘッダー▲▲---------------------------------*/




/*-------------------------メインコンテンツベース▼-------------------------*/
.wrap{
	background: #003300;
	background: -moz-linear-gradient(top,  #003300 0%, #99cc00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003300), color-stop(100%,#99cc00));
	background: -webkit-linear-gradient(top,  #003300 0%,#99cc00 100%);
	background: -o-linear-gradient(top,  #003300 0%,#99cc00 100%);
	background: -ms-linear-gradient(top,  #003300 0%,#99cc00 100%);
	background: linear-gradient(to bottom,  #003300 0%,#99cc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003300', endColorstr='#99cc00',GradientType=0 );
	width:100%;
	height:100%;
	padding-bottom:20px;
}
.container{
	width:1000px;
	height:100%;
	padding-top:10px;
	margin:0 auto;
}





/*--------------------------サイドバー▼-------------------------------*/
.sidebar{
	float:left;
	width:180px;
}


/*初のご利用の方はこちら（会員登録）▼*/
.sidebar h2.member ul li.first a{
	width:180px;
	height:120px;
	display:block;
	text-indent:-9999px;
}
.sidebar h2.member ul li.first a{
	background: url(../images/members_bt.jpg) no-repeat 0 0;
}
.sidebar h2.member ul li.first a:hover{
	background: url(../images/members_bt.jpg) no-repeat 0 -120px;
}
	


/*既に会員の方はコチラ！▼*/
.sidebar h2.member ul li.login a{
	width:180px;
	height:84px;
	display:block;
	text-indent:-9999px;
	margin-top:-2px;
}
.sidebar h2.member ul li.login a{
	background: url(../images/login_bt.jpg) no-repeat 0 0;
}
.sidebar h2.member ul li.login a:hover{
	background: url(../images/login_bt.jpg) no-repeat 0 -84px;
}



/*ログイン中の表示<logged_in.php>▼*/
h2.logged_in{
	width:166px;
	height:186px;
	padding:5px;
	border:2px solid #FC0;
	background:#fff;
}
h2.logged_in ul li.user_name{
	text-align:center;
	font-size:14px;
}
h2.logged_in ul li.user_info a{
	text-align:center;
	height:25px;
	font-size:14px;
	line-height:25px;
	background:#f1f1f1;
	display:block;
	margin:0 auto 7px auto;
}
h2.logged_in ul li.user_info a:hover{
	text-decoration:underline;
}
h2.logged_in ul li.cart a:hover{
	width:166px;
	height:60px;
	opacity:0.8;
}
h2.logged_in ul li.logout a{
	width:166px;
	height:46px;
	margin-top:-2px;
	display:block;
	text-indent:-9999px;
	background:url(../images/logout_bt.jpg) no-repeat 0 0;
}
h2.logged_in ul li.logout a:hover{
	width:166px;
	background:url(../images/logout_bt.jpg) no-repeat 0 -46px;
}



/*ショッピングカテゴリー▼*/

h2.shopping{/*タイトル*/
	width:180px;
	height:35px;
	line-height:37px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	margin:10px auto 1px auto;
	color:#030;
	text-shadow:2px 2px 2px #CCC;
	background: rgb(204,204,204);
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
}
ul.shop_nav li a{
	width:180px;
	height:50px;
	background:#690;
	display:block;
	border-bottom:#330 1px solid;
	border-top:#9C6 1px solid;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:50px;
	font-weight: bold;
	text-shadow:#360 2px -2px 2px;
}
ul.shop_nav li a:hover{
	background: #a4b357;
	background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c));
	background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%);
	background: -o-linear-gradient(top,  #a4b357 0%,#75890c 100%);
	background: -ms-linear-gradient(top,  #a4b357 0%,#75890c 100%);
	background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 );
}



/*ランキングカテゴリー▼*/

h2.ranking{/*タイトル*/
	width:180px;
	height:35px;
	line-height:37px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	margin:5px auto 1px auto;
	height:35px;	
	color:#C00;
	text-shadow:2px 2px 2px #CC9;
	background: #aaa655;
	background: -moz-linear-gradient(top,  #aaa655 1%, #ffffcc 50%, #aaa655 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aaa655), color-stop(50%,#ffffcc), color-stop(100%,#aaa655));
	background: -webkit-linear-gradient(top,  #aaa655 1%,#ffffcc 50%,#aaa655 100%);
	background: -o-linear-gradient(top,  #aaa655 1%,#ffffcc 50%,#aaa655 100%);
	background: -ms-linear-gradient(top,  #aaa655 1%,#ffffcc 50%,#aaa655 100%);
	background: linear-gradient(to bottom,  #aaa655 1%,#ffffcc 50%,#aaa655 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa655', endColorstr='#aaa655',GradientType=0 );
}
h2.ranking span{
	font-size:20px;
	font-weight:bold;
}
ul.ranking_nav li a{
	width:180px;
	height:50px;
	background:#690;
	display:block;
	border-bottom:#330 1px solid;
	border-top:#9C6 1px solid;
	font-size:16px;
	color:#FF9;
	text-align:center;
	line-height:50px;
	font-weight: bold;
	text-shadow:#360 2px -2px 2px;
}
ul.ranking_nav li a:hover{
	background: #a4b357;
	background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c));
	background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%);
	background: -o-linear-gradient(top,  #a4b357 0%,#75890c 100%);
	background: -ms-linear-gradient(top,  #a4b357 0%,#75890c 100%);
	background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 );
}



.request{/*購入リクエスト*/
	margin-top:10px;
}

/*--------------------------サイドバー▲-------------------------------*/







/* ページのトップへ！フェードスムーススクロール▼ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:14px;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}



/*------------------------フッター▼-----------------------------*/
footer{
	width:100%;
}


/*ショッピングコンテンツ▼*/

footer .ft_content01{
	width:100%;
	height:140px;
	background:#f1f1f1;
	padding:10px 0 10px 0;
}
footer section.shopping{/*ショッピングコンテンツエリア*/
	width:1000px;
	margin:0 auto;
}
section.shopping dl{/*各カテゴリーエリアｘ4*/
	width:210px;
	height:140px;
	float:left;
	padding:0 10px 0 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
}
section.shopping dl.none_left{
	padding:0 10px 0 0;
	border-left:none;
}
section.shopping dl.none_right{
	padding:0 0 0 10px;
	border-right:none;
}
section.shopping dl dt{/*各カテゴリータイトルｘ4*/
	width:210px;
	height:25px;
	margin:0 auto 5px auto;
	color:#030;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	letter-spacing:0.1em;
	text-align:center;
	text-shadow:2px 2px 2px #CCC;
	border-radius:5px;
	background: #fcfff4;
	background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead));
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	background: -o-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	background: -ms-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	background: linear-gradient(to bottom,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}
section.shopping dl dd a:hover{/*各カテゴリー詳細リンク*/
	text-decoration:underline;
	color:#C00;
}



/*企業情報コンテンツ▼*/

footer .ft_content02{
	width:100%;
	height:70px;
	background:#030;
	padding:10px 0 10px 0;
}
section.corporat{/*企業情報エリア*/
	width:1000px;
	margin:0 auto;
}
section.corporat ul{
	width:630px;
	margin:0 auto;
}
section.corporat ul li{/*企業情報各カテゴリー詳細*/
	float:left;
	border-right:1px solid #fff;
	padding: 0 10px 0 10px;
}
section.corporat ul li.none_left{
	padding:0 10px 0 0;
}
section.corporat ul li.none_right{
	padding:0 0 0 10px;
	border-right:none;
}
section.corporat ul li a{/*企業情報各カテゴリー詳細リンク*/
	color:#fff;
}
section.corporat ul li a:hover{
	text-decoration:underline;
}


/*コピーライト▼*/

p.copy{
	color:#fff;
	text-align:center;
	margin-top:30px;
	font-size:10px;
	letter-spacing:0.1em;
}




/*　岩隈追加　*/
.err_msg {
	color: #F00;
}
.error {
	background-color: #FCC;
}



















