@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Author:         Yamakiya Co.,Ltd.
 Style Info:     印刷用スタイル
----------------------------------------------------------- */

/*----------------------------------------------------
	スタイル初期化
----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

img {
	vertical-align: bottom;
	margin: 0;
}

li {
	list-style-type: none;
}


/*----------------------------------------------------
	フォント設定
----------------------------------------------------*/
body {font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/*----------------------------------------------------
	Base
----------------------------------------------------*/
body {
	width: 100%;
	color: #000;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}


/*----------------------------------------------------
	トップ、サブ共通
----------------------------------------------------*/

/*	汎用クラス
----------------------------------------------------*/
dl.top-item {
	width: 100px;
	margin: 5px 0 0;
	padding: 0 3px 2px;
	float: left;
}

dl.item {
	width: 100px;
	margin: 3px 0 0;
	padding: 0 7px 30px;
	_padding: 0 4px 30px;
	float: left;
	border-bottom: #374703 1px solid;
}

dl.top-item dt,
dl.item dt {
	padding: 24px 0 0;
}

dl.new dt {
	padding: 24px 0 0;
	background: url(new-item.gif) center top no-repeat;
}

dl.custom {
	background: url(custom-item.gif) center bottom no-repeat;
}

dl.top-item dd.item-price,
dl.item dd.item-price {
	margin: 0;
	height: 1.3em;
	width: 8em;
	overflow: hidden;
}

dl.top-item dd.item-name,
dl.top-item dd.item-number,
dl.item dd.item-name,
dl.item dd.item-number {
	margin: 0;
	height: 2.6em;
	width: 8em;
	overflow: hidden;
}

dl.item dd.item-detail {
	margin: 0;
	height: 4.2em;
	width: 8em;
	overflow: hidden;
}

dl.top-item dd.item-name,
dl.top-item dd.item-price,
dl.top-item dd.item-detail,
dl.item dd.item-name,
dl.item dd.item-price,
dl.item dd.item-detail{
	padding: 2px 0;
	border-bottom: #CCC 1px dotted;
}

.red-txt {
	color: #F00;
}


/*	ヘッダー
----------------------------------------------------*/
#header {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header-bg {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header-bg h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
}
#header-bg h1 a:link,
#header-bg h1 a:visited,
#header-bg h1 a:hover,
#header-bg h1 a:active {
	color: #000;
}

#header-bg h2 {
	width: 100%;
	margin: 0;
	padding: 2px 0 10px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 5px solid #CFDC8C;
	color: #000;
}

#header-navi {
	display: none;
}


/*	検索ボックス
----------------------------------------------------*/
#search-box {
	display: none;
}


/*	#main
----------------------------------------------------*/
#main {
	width: 100%;
	margin: 0;
	padding: 0;
}

#main a img {
	border: 1px solid #374703;
}

#main a:link,
#main a:visited,
#main a:hover,
#main a:active {
	color: #374703;
}


/*	#contents
----------------------------------------------------*/
#contents {
	width: 100%;
	float: left;
}


/*	サイドメニュー
----------------------------------------------------*/
#menu {
	float: none;
	display: none;
}


/*	パンくずリスト
----------------------------------------------------*/
ul#topicpath {
	margin: 0 0 10px -15px;
	_margin: 0 0 10px 25px;
}
*:first-child + html ul#topicpath { /* IE7 Hack */
	margin: 0 0 10px 25px;
}

ul#topicpath li {
	display: inline;
}

ul#topicpath li a {
	padding-right: 10px;
	background: url(topicpath.gif) no-repeat right center;
}

ul#topicpath li.li-last a {
	padding-right: 10px;
	background: none;
}


/*	ショッピングガイド
----------------------------------------------------*/
#guide {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
}

#guide:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #guide {
    height: 1em;
    overflow: visible;
}
/**/

#guide p {
	margin: 0;
}

#guide a img {
	border: 0;
}

#guide h3 {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #CFDC8C;
	font-size: 14px;
	font-weight: bold;
}

#guide h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 2px;
}

#payment {
	width: 250px;
	margin-bottom: 10px;
}
#payment img {
	margin: 2px;
}

#returns {
	width: 365px;
	padding-top: 10px;
	margin: 0;
}

#returns p {
	line-height: 1.4;
}

#shipping {
	float: right;
	width: 270px;
	margin-right: 30px;
	display: inline;
}

#shipping table {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
    empty-cells: show;
	width: 290px;
}
#shipping table col.shipping-area {
	width: 132px;
	white-space: nowrap;
}
#shipping table col.shipping-area,
#shipping table col.shipping-area {
	white-space: pre;
}
#shipping th {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
	background-color: #EEE;
    text-align: left;
	padding: 2px;
	font-weight: normal;
}
#shipping td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    text-align: right;
	padding: 2px;
}

#shipping p {
	font-size: 10px;
	color: #F00;
}

#discount {
	width: 570px;
	clear: both;
}

#discount p {
	width: 260px;
	display: block;
	float: left;
	line-height: 1.4;
}

#discount table {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
    empty-cells: show;
	float: right;
	width: 290px;
}
#discount th {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
	background-color: #EEE;
    text-align: center;
	padding: 2px;
	font-weight: normal;
}
#discount td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    text-align: center;
	padding: 2px;
}

#gotoguide {
	clear: both;
}


/*	フッター
----------------------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
}


/*----------------------------------------------------
	トップページスタイル
----------------------------------------------------*/
#shop-description {
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
}

#official-info {
	width: 100%;
	margin: 0;
	padding: 0;
}


/*	shop news
----------------------------------------------------*/
#news {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
    overflow: hidden;
}

#news:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #news {
    height: 1em;
    overflow: visible;
}
/**/


#news h3 {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #CFDC8C;
	font-size: 14px;
	font-weight: bold;
}


/*	おすすめ商品カテゴリ
----------------------------------------------------*/
#recommend {
	width: 100%;
	float: none;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #CFDC8C;
	display: block;
    overflow: hidden;
}

#recommend:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #recommend {
    height: 1em;
    overflow: visible;
}
/**/

#recommend h3 {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.event-description {
	width: 100%;
	margin: 0;
	padding: 0;
}


/*	完売商品リスト
----------------------------------------------------*/
#soldout {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
}

#soldout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #soldout {
    height: 1em;
    overflow: visible;
}
/**/

#soldout h3 {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #CFDC8C;
	font-size: 14px;
	font-weight: bold;
}

#soldout ul {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	white-space: nowrap;
}

/*	特注商品（新着）、商品詳細（新着）
----------------------------------------------------*/
#custum-new,
#itemlist-new {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
}

#custum-new:after,
#itemlist-new:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #custum-new,
* html #itemlist-new {
    height: 1em;
    overflow: visible;
}
/**/

#custum-new h3,
#itemlist-new h3 {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #CFDC8C;
	font-size: 14px;
	font-weight: bold;
}

#custum-new dl,
#itemlist-new dl {
	margin: 0;
	padding: 0 5px;
}

#custum-new dt,
#itemlist-new dt {
	clear: left;
	margin: 0;
	padding: 2px 0;
	float: left;
}

#custum-new dd,
#itemlist-new dd {
	margin: 0;
	padding: 7px 0 7px 8px;
	width: 624px;
	overflow: hidden;
	white-space: nowrap;
}

#custum-new p,
#itemlist-new p {
	display: none;
}


/*----------------------------------------------------
	下層ページスタイル
----------------------------------------------------*/

/*	カテゴリページ
----------------------------------------------------*/
.category {
	width: 100%;
	margin: 0;
}

.category h3 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.category p {
	width: 100%;
	margin: 0;
	padding: 0;
}

#print-catalog a {
	display: none;
}

#print-catalog em {
	display: none;
}


/*	商品詳細ページ
----------------------------------------------------*/
.sub {
	width: 100%;
	margin: 0;
	clear: both;
}

.sub h3 {
	width: 100%;
	margin: 20px 0 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #CFDC8C;
}

.sub p {
	width: 100%;
	margin: 0;
	padding: 0;
}

#pickup {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

#shop-comment {
	width: 100%;
	padding: 20px 0 0;
}

#pickup a img#gotoblog {
	display: none;
}

#item-image {
	width: 352px;
	margin: 0 0 0 25px;
	_margin: 0 0 0 12px;
	padding: 0;
	float: left;
}

ul.navi-item {
	margin: 0 0 4px;
	padding: 0;
}
ul.navi-item .next {
	margin-top: -1.4em;
	float: right;
}

.main-image {
	margin: 0;
	border: 1px solid #CCC;
	clear: both;
}

.sub-image {
	margin: 6px 2px 2px;
	border: 1px solid #CCC;
	float: left;
}

.btn-gotoblog {
	display: none;
}

#item-information {
	width: 210px;
	margin: 22px 25px 5px 0;
	padding: 5px;
	background: #C5DA8C;
	border: 1px solid #88985E;
	float: right;
	display: inline;
}

#item-information p {
	margin: 0;
	padding: 0;
}
#item-information form {
	margin: 4px 0;
	padding: 0;
}

#item-information table {
    border-top: 1px solid #374703;
    border-left: 1px solid #374703;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
    empty-cells: show;
}

#item-information th {
    border-right: 1px solid #374703;
    border-bottom: 1px solid #374703;
    text-align: center;
	padding: 4px 10px;
	font-weight: normal;
}
#item-information td {
    border-right: 1px solid #374703;
    border-bottom: 1px solid #374703;
	padding: 4px 10px;
}

table#discount-table th,
table#discount-table td {
	padding: 2px 3px;
}

#cart {
	padding: 8px 0 0;
}

#btn-cart-in {
	display: none;
}

#btn-custom-order,#btn-custom-order_text {
	display: none;
}

#estimate {
	margin: 12px 0 0;
}

#estimate p {
	clear: right;
}

#estimate a:link,
#estimate a:visited,
#estimate a:hover,
#estimate a:active {
	color: #F00;
}

#btn-estimate {
	display: none;
}

p.item-price {
	color: #F00;
	font-weight: bold;
}


#maker-comment {
	width: auto;
	margin: 0;
	padding: 10px;
	clear: both;
	border: none;
}

#attention {
	margin: 0 0 0.5em;
}

#availability {
	float: right;
	margin: -2em 3px 0 0;
}

dl#item-detail01 {
	display: block;
	margin: -6px 0;
	padding: 5px 0;
}

dl#item-detail01 dt {
	color: #374703;
	font-weight: bold;
	border-top: #374703 1px solid;
}

dl#item-detail01 dd {
	margin: 0;
	padding: 3px;
	line-height: 1.3;
	border-bottom: #374703 1px solid;
}

#reccomend-set {
	margin: 20px 0 0;
	border: #374703 1px solid;
	padding: 4px 0 4px 8px;
    overflow: hidden;
	float: none;
}

#reccomend-set:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #reccomend-set {
    height: 1em;
    overflow: visible;
}
/**/

#reccomend-set p {
	font-weight: bold;
	color: #374703;
	margin: 0;
	padding: 0 0 8px;
}

#id1 p a {
	display: none;
}

#id2 p {
	display: none;
}

dl.set-item {
	width: 75px;
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
}

dl.set-item dd {
	margin: 0;
	padding: 2px 0;
	height: 1.2em;
	width: 7em;
	overflow: hidden;
	font-size: 11px;
}

ul.merit {
	margin: 15px 0;
	padding: 0;
}

ul.merit li {
	padding: 0 0 0 13px;
	margin: 0;
	background: url(list_icon02.gif) no-repeat top left;
	_height: 1.1em;
	list-style-type: disc;
}


/*	商品詳細説明
----------------------------------------------------*/
#btn-more-info01 a,
#btn-more-info02 a {
	display: none;
}

#btn-more-info01 em,
#btn-more-info02 em {
	display: none;
}

#more-info {
	width: 100%;
	margin: 0;
}

#more-info dl {
	clear: both;
	margin-bottom: 10px;
    overflow: hidden;
}

#more-info dl:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #more-info dl {
    height: 1em;
    overflow: visible;
}
/**/

#more-info dl dt,
#more-info dl dd {
	margin: 0;
	padding: 0;
}

#more-info dl.img-left img {
	float: left;
	margin: 0 15px 15px 0;
}

#more-info dl.img-right img {
	float: right;
	margin: 0 0 15px 15px;
}


/*	イベントカテゴリ01～10トップページ
----------------------------------------------------*/
#event01, #event02, #event03, #event04, #event05,
#event06, #event07, #event08, #event09, #event10 {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
}

#event01:after, #event02:after, #event03:after, #event04:after, #event05:after,
#event06:after, #event07:after, #event08:after, #event09:after, #event10:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #event01, * html #event02, * html #event03, * html #event04, * html #event05,
* html #event06, * html #event07, * html #event08, * html #event09, * html #event10 {
    height: 1em;
    overflow: visible;
}
/**/

#event01 h3,#event02 h3,#event03 h3,#event04 h3,#event05 h3,
#event06 h3,#event07 h3,#event08 h3,#event09 h3,#event10 h3 {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #CFDC8C;
	font-size: 14px;
	font-weight: bold;
}


/*	イベントカテゴリ01～10サブページ
----------------------------------------------------*/
.event01-sub,.event02-sub,.event03-sub,.event04-sub,.event05-sub,
.event06-sub,.event07-sub,.event08-sub,.event09-sub,.event10-sub {
	width: 100%;
	margin: 0;
	clear: both;
}

.event01-sub h3,.event02-sub h3,.event03-sub h3,.event04-sub h3,.event05-sub h3,
.event06-sub h3,.event07-sub h3,.event08-sub h3,.event09-sub h3,.event10-sub h3 {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
}

.event01-sub p,.event02-sub p,.event03-sub p,.event04-sub p,.event05-sub p,
.event06-sub p,.event07-sub p,.event08-sub p,.event09-sub p,.event10-sub p {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header-bg #title{
	color: #000000;
	text-decoration: none;
	font-size: 22px;
	margin: 0;
	font-weight:bold;
}
#header-bg #subtitle{ 
	color: #000000;
	text-decoration: none;
}