﻿@charset 'UTF-8';
a {
	text-decoration: none;
	color: #add8e6;
}
/* デザインに影響が出るので削除


a:hover {
	text-decoration: underline;
	color: #dd0000;
}

h1 {	font-size: 170%;
	margin: 1em;
} */

p{margin: 0px;padding: 0px;}

/* HOMEボタン */
div.home {
	width: 3.5em;
	text-align: center;
	padding: 4px;
	background: #b5b5b5;
}
div.home a {
	color: #000;
	font-size: 85%;
}

/* 寄せ */
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right !important;
}
.ta-l {
	text-align: left;
}

/* ショップタイトル */
div.top-ttl {
	width: 1200px;
	background: #fff;
	padding: 5px;
	margin: 0 auto 8px auto;
	vertical-align: middle;
/* background-image:  url(kabe.gif);*/

}

/* ショップ大枠(ホームページに合わせるときは使わない) */
div.main-sc {
	width: 1200px;
	background: #fff;
	margin: 0 auto;
	padding: 3px;
}
/* ■横幅を可変にした */
div.side-menu {background: #f88f24;
	float: left;
	width: 268px;
	text-align: left;
	padding: 5px;margin-left:7px;
position: relative;/* これがないとリンクが無効になる */
z-index: 1;  /* これがないとリンクが無効になる */
	border-radius: 8px;	/*角丸のサイズ*/
	border:2px solid #fcd9bc;
}

div.main-sc-menu {
float: right;margin-right:1%;
  width: 98%;
  margin-left: -300px;/* 左ブロックの幅 */
  padding-left: 300px;
  box-sizing: border-box;
}

/* 初期
div.side-menu {
	float: left;
	width: 25%;
	text-align: left;
	padding: 5px;
}
div.main-sc-menu {
	float: right;
	width: 72%;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
}
*/


div.clear {
	clear: both;
}

/* サブメニューのタイトル */
strong.ttl {
	text-align: left;
	display: block;
	padding: 2px 5px;
	border-bottom: solid 4px #eee;
}

/* 状況表記 */
div.menu-ttl {/* ■修正 */
	clear: both;
	margin-bottom: 15px;
	color: #FFF;		/*文字色*/
	background: #a50601;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#ca0701, #a50601);	/*グラデーション*/
	background: linear-gradient(#ca0701, #a50601);			/*同上*/
	padding: 5px 15px;	/*左から上下、左右への余白*/
	border-radius: 8px;	/*角丸のサイズ*/
	text-align: left;
	font-size: 140%;
}
div.menu-ttl span {
	color: #ccc;
}

div.cart {/* 商品一覧のレイアウト */
/* 	width: 47%; 二列の場合*/
width: 97%;
	float: left;
	border-bottom: 2px dotted #fff;
	margin: 3px;
	padding: 5px;
}
div.cart img {
	border: none;
	margin-bottom: 2px;
}

/* 個別詳細画面 */
div.cart-detail {
	width: 98%;
	margin: 3px 3px 8px 3px;
	padding: 5px;
}
/*
div.cart-detail img {
	border: none;
	margin: 0 5px 5px 5px;
	vertical-align: top;
}
*/

.bxslider img {
	margin: 0 auto;
	display: block;
}

.cart-item {
	text-align: left;
}
.cart-item b {
	color: #640000;
}
.cart-item h3 {
	font-size: 150%;
	color: #666;
}
div.dot {
	border-bottom: 1px dotted #b6b6b6;
	padding: 16px 0px;
}
.price {
	font-size: 130%;
	color: #fff;
}


/* ■追加 */

input[type="submit"] {
	width: 240px;	/*ボタン幅*/margin:0;}


/* 詳細画面用スピナー */
input.spinner {
	padding: 3px;
	width: 40px;
	margin-right: 6px;
}

/* 一覧用スピナー */
input.spin {
	width: 35px;
	margin-right: 6px;
}

/* 詳細画面用カート入れボタン */
input.cart-in {
	width: 170px;
	height: 32px;
	margin: 5px 0 5px 8px;
	line-height:1;padding:0;/* ■修正 */
}

/* カート用テーブル */
table.cart-tbl {width : 98%;
	border: 1px solid #B2B2B2;
	border-collapse: collapse;
	margin: 0 auto;
}
table.cart-tbl th, table.cart-tbl td {
	text-align: left;
	border: 1px solid #B2B2B2;
	padding: 5px;
}
table.cart-tbl th {
	background: #EBE5E1;
}
table.cart-tbl td {
	background: #fff;
}
input.cart-num {
	width: 26px;
	ime-mode: none;
	border: 1px solid gray;
}

/* カート中身確認用テーブル */
table.cart-tbl_n {width : 98%;
	border: 1px solid #B2B2B2;
	border-collapse: collapse;
	margin: 0 auto;
}
table.cart-tbl_n th, table.cart-tbl_n td {
	text-align: left;
	border: 1px solid #B2B2B2;
	padding: 5px;
}
table.cart-tbl_n th {
	background: #EBE5E1;
}
table.cart-tbl_n td {
	background: #fff;
}

/* 入力必須 */
div.req {
	background-image: url(red.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

/* 入力任意 */
div.opt {
	padding-left: 16px;
}

/* テーブル項目[タイトル] */
th.tbl-key {
	width: 20%;
	text-align: left;
}

/* テーブル項目[入力内容] */
td.tbl-val {
	width: 75%;
}

/* 進行ボタン */
input.cart-btn {
	height: 30px;
	width: 200px;
	margin: 1em;
	line-height:1;padding:0;/* ■修正 */
}
/* ■カゴの中身 */
div.cart-now {
	background: #f3dfcb;
padding:7px;font-weight:bold;/* ■追加 */
width : 90%;margin:0px auto;border-radius: 2px;/* ■追加 */
}
div.total {
	text-align: center;font-weight:bold;
	border-top: 1px dashed #9f6522;
	padding: 5px;
}
div.total span {
	font-family: Verdana,Helvetica,Arial;
}
td.nums {
	white-space: nowrap;
}
.cart-tbl_n input {/* ■追加:テーブル内のボタン */
	width:auto;
	padding: 3px;	/*ボタン内の余白*/
	margin-bottom: 5px;
	border-radius: 5px;	/*角丸のサイズ*/
}

/* 備考欄の横幅調整 */
textarea.memo {
	width: 50%;
}
th.tbl-key span, div.addr-ttl span {
	border-left: 2px solid #dd0000;
	padding-left: 3px;
}
div.addr-ttl {
/* 	width: 640px; */
	width: 98%;
	margin: 1em auto;
	text-align: left;
	color: #600000;
	font-weight: bold;
}
table.addr-cart {
/* 	width: 620px; */
	width: 97%;
	margin: 1em auto;
}

/* 住所入力フォーム */
input.w-s, input.picker {/* 配達日、郵便番号 */
	width: 40%;
	padding: 4px;
	border: 1px solid gray;
}
input.w-m {
	width: 55%;
	padding: 4px;
	border: 1px solid gray;
}
input.w-l {
	width: 55%;
	padding: 4px;
	border: 1px solid gray;
}
textarea.w-t {/* 備考 */
	width: 60%;
	height: 3em;
	padding: 4px;
	border: 1px solid gray;
}

ul.cat-list {
	margin: 0 20px 0 0;
	padding-left: 20px;
}
/* ■メニューのデザイン追加 */

ul.cat-list li{display:block;text-align:center;
	border:2px solid #fc0;margin-bottom:10px;border-radius: 15px;
	padding:6px 0;background-color:#f60;}

ul.cat-list li a{font-weight:bold;color: #550000;}
ul.cat-list li a:hover{color: #fff;}

.msg{color: #a00;
background-color:#fff;margin-bottom:15px;padding-top:15px !important;/* ■追加 */
}

/* エラー */
div.err-ttl {
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	background: #725a36;
	border: 1px solid #997948;
	font-family: Verdana,Helvetica,Arial;
}
div.err-box {
	width: 70%;
	margin: 3em auto;
	color: red;
	background: #fff;
	border: 1px solid #9f6522;
}
div.err-msg {
	padding: 1.5em;
}

p.cate-name {
	font-size: 120%;	/*文字サイズ*/
	width: 100%;
	text-align: left;
	font-weight: bold;
	margin: 5px auto;
}
p.cate-name span {
	color: #ffff99;/* ■修正 */
}

p.red-msg {
	color: #dd0000;
background-color:#fff;margin-bottom:15px;padding-top:15px !important;/* ■追加 */}

table.law-tbl {
	border: 1px solid #9f6522;
	border-collapse: collapse;
	margin: 1em auto;
}
table.law-tbl th, table.law-tbl td {
	text-align: left;
	border: 1px solid #9f6522;
	padding: 4px;
	background: #edcfad;
}
table.law-tbl th {
	width: 20%;
	font-weight: normal;
}
table.law-tbl td {
	background: #fff;
}
.eiji {
	font-family: Verdana,Helvetica,Arial !important;
	font-size: 90%;
}

/* アイコン */
img.icon {
	vertical-align: middle;
	border: none;
}

/* 進行パネル */
#prog-tbl {
	margin: 8px auto;
}
#prog-tbl td {
	text-align: center;
}
#prog-tbl td.act {
	background: #F2AB00;
	color: #fff;
	font-weight: bold;
	padding: 6px 20px;
}
#prog-tbl td.ina {
	background: #A8A8A8;
	color: #eee;
	padding: 6px 20px;
}

/* ページ繰越ボタン */
div.pgbtn {
	margin: 1em 0;
}
/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
}
ul.pager li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.pager li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 6px;
	background: #b16363;
	color: #fff;
	border: 1px solid #bbb;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 6px;
	background: #fff;
	color: #5b2e00;
	border: 1px solid #b16363;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #ffc488;
}


.shks input{margin-top:10px;}/* 商品検索 */
.kskm,
.kskm2{display:none;}/* 特定商取引法に基づく表示は非表示 */

/* ■フッターメニューを追加 */
footer{text-align:center;margin:0px auto;}
#f_nav {
  list-style: none;
}
 
#f_nav li {
  text-align: center;
  display: inline-block;
}

#f_nav li:first-child{color: #000;}
#f_nav li:first-child::after {content: "：";}
#f_nav li::after {content: "｜";font-weight:bold;}
#f_nav li:last-child::after{ content: "";}

#f_nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:950px){

div.top-ttl,
div.main-sc,
p.cate-name,
div.cart{
	width: 95%;
}
div.side-menu {
	float: none;
	width: auto;
	margin:5px;
}

div.main-sc-menu {
	float: none;
	width: auto;margin-right:0;
}

/* 個別詳細画面 */
div.cart-detail {
	width: auto;}


/* カート用テーブル */

table.cart-tbl th,table.cart-tbl td {
		width: 100%;
		display: block;
		border-top: none;
}



/* ■追加カテゴリリストを横並べ ------- ------- ------- ------- -------*/
ul.cat-list {
	clear:both;
	text-align:center;
	margin:0;
	}
ul.cat-list li {
	border:0;margin-bottom:0;border-radius: 0;
	border-right:1px solid #000;
	display:inline;
	zoom:1px;
	padding:0 5px;
	}

ul.cat-list li a:link,ul.cat-list li a:visited {
	text-decoration:none;
	border-bottom:1px dashed #c00;
	margin:0;
	padding:0;
	}

ul.cat-list li a:hover,ul.cat-list li a:active {
	border-bottom:1px dashed #aaa;
	}

ul.cat-list li:last-child {/* 区切ラインなし(最後)*/
	border-right:none;
	} 


html {
  font-size: 200% !important;
}

#contents,
#main{margin:0;padding:0;}
/* ■フッターメニューを非表示 */
#f_nav {display:none;}

}