@charset "UTF-8";


/*
共通
layout
pgae-header
global-nav
sub-nav
contents
page-footer

media
スマホ横：480（iPhone4）
スマホ横：568（iPhone5）
タブレット：768（iPad縦）
PC：960

*/


/* 共通
--------------------------------------------------------------------------------- */
html,body {
	-webkit-text-size-adjust: none;
	height: 100%;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif;
	/*font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', "細明朝体", serif;*/
	text-align: center;
	font-size: 100%;
	line-height: 1.5;
}
/* HTML5 elements */
section,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	display: block;
	padding: 0px;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	border: none;
}
area,
img {
	border: none;
	outline: none;
}
img {
	vertical-align: bottom;
}
p,li,dt,dd,th,td {
	font-size: 16px;
	line-height: 24px;
}
p,ul,ol,dl,table {
	margin: 0px 0px 21px 0px;
}
th p,td p,td li,li li,td td,li td,li th {
	font-size: 100%;
	margin: 0px;
}
a {
	color: #8f6f0f;
}
a:hover {
	color: #6b6137;
}

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix { display:block; }
/* End hide from IE-mac */


/* layout
--------------------------------------------------------------------------------- */
#layout {
	position: relative;
	min-width: 320px;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
	text-align: left;
	overflow: hidden;
	height: 82px;
	width: 320px;
	margin: 0px auto;
}
h1 {
	margin: 5px 0px 0px 5px;
	float: left;
}
#header-nav {
	width: 80px;
	float:right;
	margin: 6px 10px 4px 0px;
}
#header-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header-nav li {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 16px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#header-nav li.jatendo,
#header-nav li.tendo,
#header-nav li.inquiry {
	display: none;
}
#header-nav li a {
	display: block;
	background-color: #faedb9;
	color: #000;
	text-decoration: none;
	padding: 7px 0px;
	text-align: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #6b6137;
}
#header-nav li.guide a {
	padding-left: 16px;
	background-image: url(../images/icon_001.png);
	background-image: url(../images/icon_001_ie.png)\9;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
#menu {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	width: 52px;
	float:right;
	clear: right;
	margin: 0px 10px 0px 0px;
	font-size: 10px;
	line-height: 16px;
	background-color: #faedb9;
	color: #000;
	text-decoration: none;
	padding: 8px 0px 8px 28px;
	text-align: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: ＃6b6137;
	background-image: url(../images/arrow_005.png);
	background-image: url(../images/arrow_005_ie.png)\9;
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
#menu.on {
	background-color: #6b6137;
	color: #FFF;
	border-width: 0px;
	border-color: ＃6b6137;
	background-image: url(../images/arrow_006.png);
	background-image: url(../images/arrow_006_ie.png)\9;
}
#header-copy {
	display: none;
}
#header-tel {
	display: none;
}
#cartbox {
	display: none;
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
	clear: both;
	text-align: left;
	background-color: #faf7e6;
	padding: 8px 0px;
	overflow: hidden;
}
#gnav {
	margin: 0px auto;
	width: 320px;
	display: none;
}
#nav01 {
	margin: 0px auto 2px auto;
	padding: 0px;
	list-style-type: none;
	width: 302px;
}
#nav01 li {
	margin: 0px 1px 2px 1px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	text-align:center;
	width: 149px;
	float: left;
}
#nav01 li a {
	display:block;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #ccb65a;
	text-decoration: none;
	color: #000;
	display: table-cell;
	vertical-align: middle;
	width: 137px;
	height: 38px;
	background-image: url(../images/arrow_001.png);
	background-image: url(../images/arrow_001_ie.png)\9;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#nav01 li a.more {
	background-image: url(../images/arrow_003.png);
	background-image: url(../images/arrow_003_ie.png)\9;
	padding-left: 16px;
}
#n001 #nav01 .n001 a,
#n002 #nav01 .n002 a,
#n003 #nav01 .n003 a,
#n004 #nav01 .n004 a,
#n005 #nav01 .n005 a,
#n006 #nav01 .n006 a,
#n007 #nav01 .n007 a,
#n008 #nav01 .n008 a,
#n009 #nav01 .n009 a,
#n010 #nav01 .n010 a,
#n011 #nav01 .n011 a{
	background-color: #6b6137;
	color: #FFF;
	background-image: url(../images/arrow_010.png);
	background-image: url(../images/arrow_010_ie.png)\9;
}
#n001 #nav01 .n001 a.more,
#n002 #nav01 .n002 a.more,
#n003 #nav01 .n003 a.more,
#n004 #nav01 .n004 a.more,
#n005 #nav01 .n005 a.more,
#n006 #nav01 .n006 a.more,
#n007 #nav01 .n007 a.more,
#n008 #nav01 .n008 a.more,
#n009 #nav01 .n009 a.more,
#n010 #nav01 .n010 a.more,
#n011 #nav01 .n011 a.more{
	background-image: url(../images/arrow_004.png);
	background-image: url(../images/arrow_004_ie.png)\9;
}
#nav01 li a.on,
#n001 #nav01 .n001 a.on,
#n002 #nav01 .n002 a.on,
#n003 #nav01 .n003 a.on,
#n004 #nav01 .n004 a.on,
#n005 #nav01 .n005 a.on,
#n006 #nav01 .n006 a.on,
#n007 #nav01 .n007 a.on,
#n008 #nav01 .n008 a.on,
#n009 #nav01 .n009 a.on,
#n010 #nav01 .n010 a.on,
#n011 #nav01 .n011 a.on{
	background-color: #6b6137;
	color: #FFF;
	background-image: url(../images/arrow_002.png);
	background-image: url(../images/arrow_002_ie.png)\9;
	height: 42px;
}
#nav01 .sub {
	margin: -3px 0px 2px -10px;
	padding: 2px 0px 0px 0px;
	list-style-type: none;
	width: 320px;
	border-style: solid;
	border-width: 3px 0px;
	border-color: #6b6137;
	overflow: hidden;
	float: left;
	display: none;
}
#nav01 .sub li {
	margin: 0px 0px 2px 11px;
	padding: 0px;
	width: 300px;
}
#nav01 .sub li a {
	display: block;
	width: auto;
	background: none;
	padding: 0px;
	height: auto;
	border: none;
}



#nav02 {
	margin: 0px auto;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
	width: 302px;
	overflow: hidden;
	clear: both;
}
#nav02 li {
	margin: 0px 1px 2px 1px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	text-align:center;
	width: 149px;
	float: left;
}
#nav02 li a {
	display:block;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #ccb65a;
	border-radius: 2px;
	text-decoration: none;
	color: #000;
	display: table-cell;
	vertical-align: middle;
	width: 147px;
	height: 38px;
}

#nav03 {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	width: 305px;
	overflow: hidden;
	clear: both;
}
#nav03 li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 12px;
	text-align:center;
	width: 60px;
	float: left;
}
#nav03 li a {
	display:block;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #ccb65a;
	text-decoration: none;
	color: #000;
	padding: 28px 0px 0px 0px;
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#nav03 li a.home {
	background-image: url(../images/nav03_001.png);
}
#nav03 li a.search {
	background-image: url(../images/nav03_002.png);
}
#nav03 li a.cart {
	background-image: url(../images/nav03_003.png);
}
#nav03 li a.login {
	background-image: url(../images/nav03_004.png);
}
#nav03 li a.inquiry {
	background-image: url(../images/nav03_005.png);
}
#nav03 li a.on {
	background-color: #6b6137;
	color: #FFF;
	padding: 28px 0px 2px 0px;
	border-width: 1px 1px 0px 1px;
}
#nav03 li a.search.on {
	background-image: url(../images/nav03_002_on.png);
}
#nav03 li a.cart.on {
	background-image: url(../images/nav03_003_on.png);
}
#nav03 li a.login.on {
	background-image: url(../images/nav03_004_on.png);
}
#nav03 li a.inquiry.on {
	background-image: url(../images/nav03_005_on.png);
}
.buy-num {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	background-color: #e60012;
	width: 22px;
	border-radius: 11px;
	position: absolute;
}
#nav03 .buy-num {
	top: 2px;
	right: 4px;
}
#close {
	background-color: #f2f2f2;
	width: 50px;
	float: right;
	text-align: center;
	margin: 5px 10px 20px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	line-height: 28px;
	border-radius: 2px;
	color: #6b6137;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #6b6137;
	background-image: url(../images/arrow_007.png);
	background-image: url(../images/arrow_007_ie.png)\9;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
#nav01 .sub li.close {
	background-color: #6b6137;
	width: 50px;
	float: right;
	text-align: center;
	margin: 0px 10px 2px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	line-height: 28px;
	border-radius: 2px;
	color: #FFF;
	border: none;
	background-image: url(../images/arrow_008.png);
	background-image: url(../images/arrow_008_ie.png)\9;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

/* search
--------------------------------------------------------------------------------- */
#search {
	clear: both;
	background-color: #faf7e6;
	overflow: hidden;
	margin: -8px 0px 2px 0px;
	z-index: 99;
	display: none;
}
#search .inner {
	width: 320px;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: #6b6137;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
}
#search p {
	margin: 0px 0px 5px 0px;
}
#search #query {
	-webkit-appearance: none;
	margin: 0px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccb65a;
	font-size: 16px;
	line-height: 22px;
	width: 212px;
	height: 22px;
}
#search #submit {
	-webkit-appearance: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 16px;
	line-height: 30px;
	width: 80px;
	background-color: #ccb65a;
	color: #FFF;
	height: 32px;
}
#price-search {
	background-color: #ccb65a;
	margin: 0px 10px 5px 10px;
	padding: 8px;
	text-align: left;
}
#price-search p {
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
	color: #FFF;
}
#price-search p span {
	font-size: 14px;
}
#price-search ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#price-search li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 28px;
}
#price-search li a {
	display: block;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	background-image: url(../images/arrow_001.png);
	background-image: url(../images/arrow_001_ie.png)\9;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 26px;
}
#search p#search-close {
	background-color: #6b6137;
	width: 50px;
	float: right;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	line-height: 28px;
	border-radius: 2px;
	color: #FFF;
	border: none;
	background-image: url(../images/arrow_008.png);
	background-image: url(../images/arrow_008_ie.png)\9;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}


/* contents
--------------------------------------------------------------------------------- */
#contents {
	text-align: left;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
	clear: both;
	background-color: #6b6137;
	color: #FFF;
	overflow: hidden;
	padding-top: 10px;
}
#page-footer h3 {
	margin: 0px 0px 10px 0px;
}
#address {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	width: 290px;
	margin: 0px auto 10px auto;
}
#copyright {
	font-size: 8px;
	line-height: 12px;
	margin: 0px 0px 10px 0px;
}
#footer-nav {
	display: none;
}


/* media
--------------------------------------------------------------------------------- */

/*
--------------------------------------------------------------------------------- スマホ横：480（iPhone4） */
@media all and (min-width:480px){
}

/*
--------------------------------------------------------------------------------- スマホ横：568（iPhone5） */
@media all and (min-width:568px){
}

/*
--------------------------------------------------------------------------------- タブレット：768 */
@media all and (min-width:768px){
/* page-header
--------------------------------------------------------------------------------- */
#page-header {
	height: 120px;
	width: 768px;
	margin: 0px auto;
}
h1 {
	margin: 16px 10px 0px 5px;
	float: left;
	width: 220px;
}
h1 img {
	width: 100%;
	height: auto;
}
.header-wrap01 {
	width: 330px;
	float: left;
	overflow: hidden;
}
.header-wrap02 {
	width: 196px;
	float: right;
	overflow: hidden;
}
#header-nav {
	float: none;
	margin: 6px 0px 4px 0px;
	width: auto;
	overflow: hidden;
}
#header-nav li {
	margin: 0px 2px 0px 0px;
	font-size: 9px;
	line-height: 16px;
	width: 80px;
	float: left;
}
#header-nav li.jatendo,
#header-nav li.tendo,
#header-nav li.inquiry {
	display: block;
}
#header-nav li.jatendo {
	width: 84px;
}
#header-nav li.tendo {
	width: 88px;
}
#header-nav li.inquiry {
	width: 70px;
	margin: 0px 0px 0px 0px;
}
#header-nav li a {
	padding: 6px 0px;
}
#menu {
	display: none;
}
#header-copy {
	color: #683f1d;
	font-size: 14px;
	line-height: 20px;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	display: block;
	clear: left;
}
#header-tel {
	display: block;
	margin: 6px 10px 0px 0px;
}
#cartbox {
	display: block;
	background-color: #faf7e6;
	margin: 2px 10px 0px 0px;
	overflow: hidden;
	position: relative;
	width: 188px;
	height: 52px;
}
#cartbox #cart-title {
	width: 83px;
	height: 28px;
	font-size: 11px;
	line-height: 28px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	position: absolute;
	left: 5px;
	top: 0px;
	background-image: url(../images/cart_icon.png);
	background-image: url(../images/cart_icon_ie.png)\9;
	background-size: 28px auto;
	background-repeat: no-repeat;
	background-position: right center;
}
#cartbox #cart-title span {
	top: 0px;
	right: -8px;
	text-align: center;
}
#cartbox #login {
	width: 84px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
}
#cartbox #login a {
	background-color: #ccb65a;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-radius: 2px;
	padding: 0px;
}
#cartbox #login a.out {
	background-color: #9c8f75;
}
#cartbox #cart {
	width: 90px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 28px;
	left: 5px;
}
#cartbox #cart a {
	background-color: #ccb65a;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-radius: 2px;
	padding: 0px;
}
#cartbox #mypage {
	width: 84px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 28px;
	right: 5px;
}
#cartbox #mypage a {
	background-color: #ccb65a;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-radius: 2px;
	padding: 0px;
}
#cartbox #login a:hover,
#cartbox #cart a:hover,
#cartbox #mypage a:hover {
	background-color: #6b6137;
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
}
#gnav {
	margin: 0px auto;
	width: 748px;
	display: block;
}
#nav01 {
	width: auto;
}
#nav01 li {
	margin: 0px 1px 2px 1px;
	font-size: 10px;
	line-height: 13px;
	width: 59px;
}
#nav01 li.n003 {
	width: 100px;
}
#nav01 li.n007 {
	width: 71px;
}
#nav01 li.n008 {
	width: 71px;
}
#nav01 li.n011 {
	width: 71px;
}
#nav01 .sub {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	width: 100%;
	float: none;
	position: absolute;
	left: 0px;
	top: 172px;
	background-color: #faf7e6;
	z-index: 999;
}
#nav01 .sub-wrap {
	width: 750px;
	margin: 0px auto;
}
#nav01 .sub li {
	margin: 0px 1px 4px 1px;
	padding: 0px;
	width: 105px;
}
#nav01 .sub#cate02 li {
	margin: 0px 1px 4px 1px;
	padding: 0px;
	width: 248px;
}
#nav01 .sub li a {
	width: auto;
	height: auto;
}
#nav01 .sub li.close,
#nav01 .sub#cate02 li.close {
	background-color: #f2f2f2;
	width: 50px;
	float: right;
	text-align: center;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	line-height: 28px;
	border-radius: 2px;
	color: #6b6137;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #6b6137;
	background-image: url(../images/arrow_007.png);
	background-image: url(../images/arrow_007_ie.png)\9;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
#nav02 {
	display: none;
}
#nav03 {
	display: none;
}
#close {
	display: none;
}

/* search
--------------------------------------------------------------------------------- */
#search {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	display: block;
}
#search .inner {
	width: 748px;
	border: none;
	margin: 0px auto;
	padding: 0px;
}
#search p {
	margin: 0px 0px 0px 0px;
}
#search #query {
	margin: 0px;
	padding: 4px;
	font-size: 11px;
	line-height: 14px;
	width: 172px;
	width: 100px;
	float: left;
	height: 14px;
}
#search #submit {
	font-size: 12px;
	line-height: 22px;
	width: 50px;
	width: 40px;
	float: left;
	height: 24px;
}
#price-search {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
#price-search p {
	font-size: 11px;
	line-height:24px;
	font-weight: normal;
	color: #6b6137;
	float: left;
	margin: 0px 0px 0px 6px;
}
#price-search p span {
	display: none;
	float: left;
}
#price-search ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:right;
}
#price-search li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 22px;
	float: left;
}
#price-search li a {
	color: #6b6137;
	padding: 0px 4px 0px 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccb65a;
}
#search p#search-close {
	display: none;
}
/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
}
#page-footer .inner {
	width: 748px;
	margin: 0px auto;
}
#page-footer h3 {
	margin: 0px 0px 10px 0px;
}
#address {
	width: auto;
	margin: 0px 0px 10px 0px;
}
#footer-nav {
	display: block;
}
.fn {
	width: 160px;
	float: left;
	margin: 0px 16px 0px 0px;
}
#footer-nav h4 {
	font-size: 16px;
	line-height: 26px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #FFF;
	text-align: left;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
#footer-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#footer-nav li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 22px;
}
#footer-nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/arrow_009.png);
	background-image: url(../images/arrow_009_ie.png)\9;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
.flogo {
	width: 220px;
	float: right;
}
#copyright {
	font-size: 10px;
	clear: both;
}
}

/*
--------------------------------------------------------------------------------- PC：1024 */
@media all and (min-width:1024px){
/* page-header
--------------------------------------------------------------------------------- */
#page-header {
	height: 156px;
	width: 1000px;
}
h1 {
	margin: 24px 10px 0px 0px;
	width: 284px;
}
.header-wrap01 {
	width: 440px;
}
.header-wrap02 {
	width: 252px;
}
#header-nav {
	margin: 10px 0px 10px 0px;
}
#header-nav li {
	margin: 0px 6px 0px 0px;
	font-size: 12px;
	width: 96px;
}
#header-nav li.jatendo {
	width: 106px;
}
#header-nav li.tendo {
	width: 130px;
}
#header-nav li.inquiry {
	width: 90px;
}
#guide #header-nav li.guide a,
#jatendo #header-nav li.jatendo a,
#tendo #header-nav li.tendo a,
#inquiry #header-nav li.inquiry a,
#guide.scate107 #header-nav li.inquiry a,
#header-nav li a:hover,
#guide.scate107 #header-nav li.guide a:hover {
	background-color: #6b6137;
	color: #FFF;
	border-width: 0px;
	margin-top: 2px;
}
#guide.scate107 #header-nav li.guide a {
	background-color: #faedb9;
	color: #000;
	border-width: 0px 0px 2px 0px;
	margin-top: 0px;
}
#header-copy {
	font-size: 14px;
	line-height: 20px;
	padding-left: 130px;
	background-image: url(../images/header_img01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header-tel {
	margin: 6px 0px 6px 0px;
}
#cartbox {
	width: 252px;
	height: 70px;
}
#cartbox #cart-title {
	width: 100px;
	height: 38px;
	font-size: 12px;
	line-height: 38px;
	left: 6px;
	top: 0px;
	background-size: 38px auto;
}
#cartbox #cart-title span {
	top: 0px;
	right: -14px;
}
#cartbox #login {
	width: 112px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	top: 6px;
	right: 5px;
}
#cartbox #cart {
	width: 120px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	top: 38px;
	left: 5px;
}
#cartbox #mypage {
	width: 112px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	top: 38px;
	right: 5px;
}
/* global-nav
--------------------------------------------------------------------------------- */
#gnav {
	margin: 0px auto;
	width: 1000px;
	display: block;
}
#nav01 li {
	margin: 0px 2px 2px 0px;
	font-size: 14px;
	line-height: 16px;
	width: 84px;
}
#nav01 li.n002 {
	width: 68px;
}
#nav01 li.n003 {
	width: 132px;
}
#nav01 li.n007 {
	width: 96px;
}
#nav01 li.n008 {
	width: 96px;
}
#nav01 li.n010 {
	width: 70px;
}
#nav01 li.n011 {
	width: 96px;
}
#nav01 li.n011 {
	margin-right: 0px;
}
#nav01 .sub {
	top: 208px;
}
#nav01 .sub-wrap {
	width: 1002px;
}
#nav01 .sub li {
	width: 141px;
}
#nav01 .sub#cate02 li {
	width: 332px;
}
#nav01 a:hover {
	background-color: #6b6137;
	color: #FFF;
	background-image: url(../images/arrow_010.png);
	background-image: url(../images/arrow_010_ie.png)\9;
}
#nav01 a.more:hover {
	background-image: url(../images/arrow_004.png);
	background-image: url(../images/arrow_004_ie.png)\9;
}
#nav01 a.on:hover {
	background-image: url(../images/arrow_002.png);
	background-image: url(../images/arrow_002_ie.png)\9;
}

/* search
--------------------------------------------------------------------------------- */
#search .inner {
	width: 1000px;
}
#search #query {
	font-size: 12px;
	line-height: 16px;
	width: 172px;
	height: 16px;
}
#search #submit {
	line-height: 24px;
	width: 50px;
	height: 26px;
}
#price-search p {
	font-size: 12px;
	background-image: url(../images/arrow_011.png);
	background-image: url(../images/arrow_011_ie.png)\9;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	margin: 0px 0px 0px 10px;
}
#price-search li {
	margin: 0px 2px 0px 0px;
	font-size: 12px;
}
#price-search li a {
	padding: 0px 6px 0px 18px;
}
#price-search li a:hover {
	background-color: #6b6137;
	color: #FFF;
	background-image: url(../images/arrow_010.png);
	background-image: url(../images/arrow_010_ie.png)\9;
}
/* page-footer
--------------------------------------------------------------------------------- */
#page-footer .inner {
	width: 1000px;
	margin: 0px auto;
}
.fn {
	width: 180px;
	margin: 0px 38px 0px 0px;
}
#footer-nav li {
	font-size: 14px;
}
#footer-nav li a:hover {
	text-decoration: underline;
}
.flogo {
	width: 290px;
}
}
