@charset "UTF-8";

/*
 * base.css
 *
 * modified: 2011-07-12 (Nakahara@MonkeyWorks)
 *
 */



/* base
============================================================ */
html {
	background: #f4f4ec;
}



/* page width
------------------------------------------------------------ */
.container {
	width: 960px;
	margin: 0 auto;
}



/* font
------------------------------------------------------------ */
body {
	color: #514034;
	line-height: 1.615; /* 4px + 13px + 4px */
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	background: url(../../img/common/background00.png) left top;
}

* html body { /* for IE6 */
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: small; /* 13px */
}

*:first-child+html body { /* for IE7 */
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: small; /* 13px */
}

head~/* */body { /* for IE8 */
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: small; /* 13px */
}

body:last-child {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
}



/* anchor
------------------------------------------------------------ */
a:link {
	color: #4c1802;
	text-decoration: underline;
}

a:visited {
	color: #620c7a;
	text-decoration: underline;
}

a:focus,
a:hover,
a:active {
	text-decoration: none;
}

/* icon */
.linkArrow,
.linkNav,
.linkUp,
.linkDown,
.linkNext,
.linkPrev {
	/* display: inline-block; */
	padding-left: 15px;
	line-height: 1.2;
}

.linkArrow {
	background: url(../../img/common/mark-link01.png) no-repeat 0 49%;
}

.linkNav {
	background: url(../../img/prototype/iconArrow01Right.gif) no-repeat 2px 49%;
}

.linkUp {
	background: url(../../img/prototype/iconArrow01Up.gif) no-repeat 1px 49%;
}

.linkDown {
	background: url(../../img/prototype/iconArrow01Down.gif) no-repeat 1px 49%;
}

.linkNext {
	background: url(../../img/prototype/iconArrow02Right.gif) no-repeat 2px 49%;
}

.linkPrev {
	background: url(../../img/prototype/iconArrow02Left.gif) no-repeat 2px 49%;
}

/* banner */
.linkBanner {
	display: block;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #999;
	box-shadow: 0px 1px 3px #ddd;
	-webkit-box-shadow: 0px 1px 3px #ddd;
	-moz-box-shadow: 0px 1px 3px #ddd;
	-opera-box-shadow: 0px 1px 3px #ddd;
}

* html .linkBanner { /* for IE6 */
	width: 100%;
	display: inline-block;
}

.linkBanner .text { /* .linkBanner a */
	display: block;
	zoom: 1; /* for IE6 */
	padding: 11px 10px 9px;
	border: 1px solid #ddd;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f6f6f6));
	text-decoration: none !important;
	text-shadow: 1px 1px 0 #fff;
}

.linkBanner a:focus,
.linkBanner a:hover,
.linkBanner a:active {
	background: #eef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddf), to(#fff));
}

/* button */
.linkButton {
	display: inline-block;
	padding: 1px;
	border: 1px solid #999;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	box-shadow: 0px 1px 3px #ddd;
	-webkit-box-shadow: 0px 1px 3px #ddd;
	-moz-box-shadow: 0px 1px 3px #ddd;
	-opera-box-shadow: 0px 1px 3px #ddd;
}

* html .linkButton { /* for IE6 */
	vertical-align: middle;
}

.linkButton .text {
	display: inline-block;
	padding: 3px 15px 2px;
	border: 1px solid #ddd;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-opera-border-radius: 11px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f6f6f6));
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}

.linkButton a:focus,
.linkButton a:hover,
.linkButton a:active {
	background: #eef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddf), to(#fff));
}



/* text
------------------------------------------------------------ */
strong {
	font-weight: bold;
}

.textLead {
	font-size: 115.4%; /* 15px */
	color: #4c1802;
	line-height: 1.3;
	font-weight: bold;
}

.textNotice {
	color: #e00;
}

.textHelp {
	font-size: 84.6%; /* 11px */
}

.textDummy {
	color: #999;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textUpper {
	text-transform: uppercase;
}

.textLower {
	text-transform: lowercase;
}



/* image=
------------------------------------------------------------ */
img {
	vertical-align: bottom;
}

/* dummy */
.imgDummy {
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}

.imgDummy span {
	display: block;
	padding: 40px 15px;
	border: 1px solid #ccc;
	background: #eee;
	color: #999;
}

.imgBorder {
	border:1px solid #C9B6AD;
}


/* table
------------------------------------------------------------ */
table {
	width: 100%;
}

td {
	vertical-align: top;
}



/* page layout
============================================================ */

/* header
------------------------------------------------------------ */
#header {
	background: url(../../img/common/background01.png) repeat-x;
}

#header .container {
	width: 968px;
}

/* logoHeader */
.logoHeader {
	float: left;
	padding: 5px 0 6px 8px;
}

/* navHeader */
.navHeader {
	float: right;
	text-align: right;
}

.navHeader li {
	display: inline;
	margin-top: 8px;
	margin-left: 10px;
}

.navHeader li img {
	position: relative;
	top: 8px;
	vertical-align: top;
}

.navHeader .shopping img {
	top: 0;
}

/* navGlobal */
.navGlobal {
	margin-bottom: 10px;
	padding: 3px 4px 5px;
	background: url(../../img/common/navGlobalBg01.png) no-repeat;
}

.navGlobal li {
	float: left;
}

/* billboard */
.billboard {
	height: 182px;
	padding-bottom: 20px;
}



/* content
------------------------------------------------------------ */
#content {
	margin-bottom: 60px;
}

/* breadCrumbs */
.breadCrumbs {
	position: relative;
	width: 960px;
	_height: 28px;
	overflow: hidden;
	margin-bottom: 25px;
	background: url(../../img/common/breadCrumbsBgRepeat.png) repeat-y;
}

.breadCrumbs .wrap {
	padding-top: 8px;
	background: url(../../img/common/breadCrumbsBgTop.png) no-repeat;
}

.breadCrumbs .pageTop { /* #footer .breadCrumbs .pageTop */
	position: relative;
	z-index: 10;
	float: right;
	width: 105px;
	margin-top: -8px;
	margin-bottom: 0 !important;
	padding: 8px 14px 0;
	background: url(../../img/common/breadCrumbsBgTop.png) no-repeat 100% 0;
	text-align: right;
}

.breadCrumbs .list {
	float: left;
	width: 932px;
	padding: 0 14px 7px;
	background: url(../../img/common/breadCrumbsBgBottom.png) no-repeat 0 100%;
	line-height: 1.0;
}

.breadCrumbs .listBottom { /* #footer .breadCrumbs .listBottom */
	margin-top: -12px;
}

.breadCrumbs .list li {
	display: inline;
	margin-right: 5px;
	padding-left: 20px;
	background: url(../../img/common/mark-link01.png) no-repeat 0 49%;
	white-space: nowrap;
}

.breadCrumbs a:link,
.breadCrumbs a:visited {
	color: #592812;
}



/* main
------------------------------------------------------------ */
#main {
	float: right;
	width: 720px;
}

.mainParent {
	background: url(../../img/common/background-main-bottom.png) no-repeat 0 100%;
	padding-bottom: 8px;
	margin-bottom: 30px !important;
}

.mainChild {
	background: url(../../img/common/background-main-middle.png) repeat-y;
}

.mainGChild {
	background: url(../../img/common/background-main-top.png) no-repeat;
	padding: 32px 24px 0;
}



/* sub
------------------------------------------------------------ */
#sub {
	float: left;
	width: 220px;
}

/* blogBanner */
.blogBanner li {
	margin-bottom: 18px;
}

/* navLocal */
.navLocal {
	margin-bottom: 20px;
	padding-bottom: 7px;
	background: url(../../img/common/localnav-header-bottom.png) no-repeat 0 bottom;
}



/* productSubNavi
============================================================ */
#productSubNavi {
	background: url(../../img/home/leftside-box-middle.png) repeat-y center top;
}

#productSubNavi #subNaviList02tit {
	padding-left: 12px;
}

#productSubNavi p.text {
	padding: 0.5em 20px;
}

#productSubNavi #subNaviList02 {
	background: url(../../img/home/leftside-box-bottom.png) no-repeat center bottom;
	padding: 0 0 12px 0;
}

#productSubNavi #subNaviList02 ul {
	padding: 0 18px;
}

#productSubNavi #subNaviList02 li {
	padding: 14px 0 10px;
	border-top: dashed 1px #cbb098;
}

#productSubNavi #subNaviList02 li.firstChild {
	border: none;
}

#productSubNavi #subNaviList02 li a {
	display: block;
	float: left;
	vertical-align: middle;
}

#productSubNavi #subNaviList02 li .icon {
	float: right;
	vertical-align: middle;
}

#productSubNavi #subNaviList02 .id01 {
	padding-right: 4px;
}

#productSubNavi #subNaviList02 .id02 {
	padding-right: 0;
}

#productSubNavi #subNaviList02 .id03 {
	padding-right: 7px;
}

#productSubNavi #subNaviList02 .id04 {
	padding-right: 1px;
}



/* footer
------------------------------------------------------------ */

/* navFooter */
.navFooter {
	margin-bottom: 20px;
	padding-top: 10px;
	background: url(../../img/common/border01.png) repeat-x 2px 0;
	text-align: center;
}

.navFooter ul {
	margin-bottom: 3px;
}

.navFooter li {
	display: inline;
	font-size: 76.9%;
	white-space: nowrap;
}

.navFooter a {
	padding: 0 3px 0 8px;
	border-left: 1px solid #592812;
}

.navFooter .firstChild a {
	border-left-width: 0;
}

.navFooter a:link,
.navFooter a:visited {
	color: #592812;
}

/* copyright */
.copyright {
	font-size: 76.9%; /* 10px */
	padding-left: 0.3em; /* letter-spacing */
	padding-bottom: 25px;
	color: #937364;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.3em;
	text-align: center;
	text-transform: uppercase;
}



/* navRecipe 
============================================================ */
.navRecipe .box {
	background: url(../../img/common/navRecipe-middle.png) repeat-y left top;
	zoom: 1;
}

.navRecipe .box .gChild {
	background: url(../../img/common/navRecipe-top.png) no-repeat left top;
	position: relative;
	padding: 0 0 0 32px;
	zoom: 1;
}

.navRecipe .box .gChild .wrap111 {
	width: 639px;
	margin-right: -41px;
}

.navRecipe .box .child {
	background: url(../../img/common/navRecipe-bottom.png) no-repeat left bottom;
}

.navRecipe .box h3 {
	min-height: 75px;
	height: auto !important;
	height: 75px;
	margin-bottom: 1em;
}

.navRecipe .box h3 .image {
	position: absolute;
	left: -6px;
	top: -7px;
}

.navRecipe .box h3 span.text {
	display: block;
	margin-right: 32px;
	padding: 24px 0 10px 114px;
	border-bottom: 1px #aca08d dashed;
	line-height: 1.4;
	color: #5e8f00;
	font-weight: bold;
	font-size: 138.5%;
}

#thisRecipeButton {
	display: none;
	float: right;
	margin: -4px 0 0 10px;
}

.navRecipe .wrap111 .column {
	width: 172px;
	margin-right: 41px;
}

.navRecipe dl {
	margin-bottom: 1.3em;
}

.navRecipe dd {
	margin-bottom: 7px;
}

.navRecipe dd .box {
	background: url(../../img/common/navRecipe-frame-middle.png) repeat-y left top;
	zoom: 1;
}

.navRecipe dd .box .child {
	background: url(../../img/common/navRecipe-frame-bottom.png) no-repeat left bottom;
	padding: 0 0 6px;
}

.navRecipe dd .box .gChild {
	background: url(../../img/common/navRecipe-frame-top.png) no-repeat left top;
	padding: 20px 6px 0;
}

.navRecipe dt {
	background: url(../../img/common/navRecipe-sticker.png) no-repeat right bottom;
	margin: 0 0 3px;
	padding: 8px 6px 14px 8px;
	width: 156px;
}

.navRecipe dt a {
	background: url(../../img/home/main-recipe-allow01.png) no-repeat right center;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	width: 140px;
	padding-right: 16px;
}


/* clearfix
============================================================ */
.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.wrap {
	display: inline-block;
	min-height: 1%;
}

/* hide from IE-Mac \*/
* html .wrap {
	height: 1%;
}

.wrap {
	display: block;
}
/* hide from IE-Mac */



/* end
============================================================ */

