/* ************************************************ 
 *  all
 * ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
  color: #4E3920;
  background-color: #B0BD41;
  font-size: 13px;
  font-family: 'Helvetica', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
  line-height: 1.6;
  text-align:center;
  letter-spacing:0.1em;
}

a { color: #FFFFFF; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #EE780D; text-decoration: none; }

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

img {
  border: none;
  vertical-align: middle;
}

.sold_out {
color: #EE780D;
}

/*リンクの点線消す*/
a { outline:none; }

h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size:100%;
margin:0;
padding:0;
}

#main h3 {
margin-bottom: 10px; font-family: 'Chelsea Market', cursive; font-weight:normal; letter-spacing:0.1em; font-size:16px; line-height:1;
}

/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:870px;
  margin:0px auto;
  text-align:left;
}

/*ヘッダー*/
#header {
  width:870px;
  margin:0px auto;
  border-bottom: 2px dashed #FFFFFF;
  padding: 30px 0 15px 0;
  margin-bottom:20px;
}

/*サイド*/
#side {
  float: left;
  width: 220px;
  padding:5px 20px 0 0;
}

/*メイン*/
#main {
  float: right;
  width: 620px;
  padding:0 0 20px 0;
}

/*フッター（コピーライト）*/
#footer {
  padding: 15px 0 30px 0;
  width:100%;
  clear:both;
  border-top: 2px dashed #FFFFFF;
}

/* ************************************************ 
 *  header
 * ************************************************ */
#header div.header_link {
  float: right;
  margin-bottom: 15px;
  }
    #header div.header_link ul li {
      list-style-type: none;
      float: left;
      margin-left: 10px;
      }

#header .button { letter-spacing:0.2em; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px; padding: 5px 10px; text-decoration:none; display:inline-block; font-weight:bold; color: #EE780D;
 background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F8FDFF));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #F8FDFF);
 background-image: -moz-linear-gradient(top, #FFFFFF, #F8FDFF);
 background-image: -ms-linear-gradient(top, #FFFFFF, #F8FDFF);
 background-image: -o-linear-gradient(top, #FFFFFF, #F8FDFF);
 background-image: linear-gradient(to bottom, #FFFFFF, #F8FDFF);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#F8FDFF);
}

#header .button:hover{
 background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFEFD6));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #FFEFD6);
 background-image: -moz-linear-gradient(top, #FFFFFF, #FFEFD6);
 background-image: -ms-linear-gradient(top, #FFFFFF, #FFEFD6);
 background-image: -o-linear-gradient(top, #FFFFFF, #FFEFD6);
 background-image: linear-gradient(to bottom, #FFFFFF, #FFEFD6);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#FFEFD6);
}

#header div.search {
  float: left;
  padding-top: 5px;
}

#header div.search .select,.keyword,.btn {
border:0;
padding:3px;
margin:0 3px 0 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size:12px;
color:#666;
}

input.keyword { width:250px; }

input.btn { cursor: pointer;
border:0px; font-size:12px; padding: 3px; text-decoration:none; display:inline-block; background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

input.btn:hover{
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

#header h1.logo {
  clear: both;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
  width: 100%;
}

ul#navi li { list-style-type: none; float: left; margin: 0 49px 0 0; background:url(https://img15.shop-pro.jp/PA01085/483/etc/navi_arrow.png) no-repeat 0 3px; padding-left:30px; font-weight:bold; letter-spacing:0.2em; lign-height:1; }

ul#navi li.navi-ct { margin: 0; }


/* ************************************************ 
 *  footer
 * ************************************************ */
#footer { font-size:12px; }
#footer ul.footer_menu { margin-bottom:5px; }
#footer ul.footer_menu li {
  display: inline;
  margin: 0 15px 0 0;
}
#footer div#sns { float:right; }
#footer div#sns img { height:18px; }


/* ************************************************ 
 *  side
 * ************************************************ */
#side div.box {
clear: both;
margin-bottom: 15px;
}

#side h3 {
margin-bottom: 5px; font-family: 'Chelsea Market', cursive; font-weight:normal; letter-spacing:0.1em; font-size:16px;
}

#side div#shopinfo,#ps,#rc { border-top:2px dashed #FFFFFF; padding:15px 0 20px 0; }

#side .contact { margin-top:4px; }

#side div#ps ul { margin-left:20px; }

.sideList { height:90px; overflow:hidden; font-size:12px; line-height:1.3em; margin-top: 15px; }
.sideListImg { width:90px; margin:0 10px 0 0; float:left; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

#group-list {
font-weight:bold;
font-size:14px;
list-style-type:none;
margin:0 0 15px 15px;
}

#group-list li {
background: url(https://img15.shop-pro.jp/PA01085/483/etc/side_li_arrow.png) no-repeat 0 5px; padding-left:12px; margin-bottom:3px;
}


/* ************************************************ 
 *  product_list_page
 * ************************************************ */
.list-box { margin:20px 0 30px 0; }
.itemlist {
	float:left;
	width:140px;
	font-size:12px;
	line-height:1.4em;
}
.itemlist img {
	width:140px;
	margin:0 0 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#itemlist { margin:0 20px 20px 0; }
#itemlist-last { margin:0 0 20px 0; }

.pager { font-size:12px; float:right; vertical-align:middle; }

/* ボタン・グループ */
.button-group {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.button + .button,
.button + .button-group,
.button-group + .button,
.button-group + .button-group {
    margin-left: 15px;
}

.button-group .button {
    float: left;
    margin-left: -1px;
}

.button-group > .button:not(:first-child):not(:last-child),
.button-group li:not(:first-child):not(:last-child) .button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.button-group > .button:first-child,
.button-group li:first-child .button {
    margin-left: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button-group > .button:last-child,
.button-group li:last-child > .button {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.25em 1em;
    border: 1px solid #B0BD41;
    margin: 0;
    text-decoration: none;
    font:11px/normal sans-serif;
    color:#d7882d;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    text-decoration: none;
    background-color: #ffe4c4;
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.button.pushed {
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
    color:#4E3920;
}


/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	table.table {
		border-top: 1px dotted #FFFFFF;
		border-right: 1px dotted #FFFFFF;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px dotted #FFFFFF;
			border-left: 1px dotted #FFFFFF;
			padding: 5px;
			}
		table.table td {
			border-bottom: 1px dotted #FFFFFF;
			border-left: 1px dotted #FFFFFF;
			padding: 5px;
			}


	table.table-nb {
		border:0;
		margin: 20px 0;
		}
		table.table-nb th {
			padding: 0 20px 3px 0;
			}
		table.table-nb td {
			padding: 0 0 5px 0;
			}

div.footstamp {
	font-size:11px;
	margin-bottom: 10px;
	}
	div.footstamp span {
	margin-right: 3px;
		}

div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	}

/* clearfix */
/* For modern browsers */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }