<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Font-size list
 85% = 11px	125% = 16px	166% = 21px
 92% = 12px	133% = 17px	175% = 22px
100% = 13px	142% = 18px	183% = 23px
108% = 14px	150% = 19px	192% = 24px
116% = 15px	158% = 20px	200% = 25px
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #333333;
	font-size: 13px;
	*font-size: 81%;
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	background: url(../image/bg_body_01.gif) repeat-x 0 0;
}

a:link {
	color: #36250a;
	text-decoration: underline;
}
a:visited {
	color: #36250a;
	text-decoration: underline;
}
a:hover,
a:active  {
	color: #b3473e;
	text-decoration: underline;
}


/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}


/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}


.tbl-base {
	border: 1px #cccccc solid;
}

.tbl-base th {
	padding: 10px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	border: 1px #cccccc solid;
	background: #f8f4cb;
}

.tbl-base td {
	padding: 10px;
	border: 1px #cccccc solid;
	background: #ffffff;
}

.tbl-base .date {
	text-align: right;
}

.tbl-base .size-s {
	font-size: 77%;
}

span.pref {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 70px;
	padding:5px 0;
	color: #ffffff;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
	background: #367dc5 !important;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
	border: none;
}

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }

textarea { overflow: auto; }


/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

hr { display: none; }


/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

h1, h2, h3, h4, h5, h6, p, address, blockquote,
ol, ul, li, dl, dt, dd,
table, th, td, form, div {
	zoom: 1; /* hasLayout True */
}



/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
}


/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#top {
}

#header {
	position:relative;
	width:  940px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px;
}

#header .site-logo {
	width: 240px;
	margin: 11px 0 0 2px;
	float: left;
}

#header .header-nav {
	width: 120px;
	_width: 250px;
	margin: 27px 0 0 0;
	float: right;
	*zoom: 1;
}

#header .header-nav li {
	float: left;
	margin: 0 0 0 10px;
	*zoom: 1;
}

#header .box-search {
	position: absolute;
	width: 300px;
	height: 50px;
	top: 29px;
	left: 525px;
}

#header .box-search label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px 0 0;
	padding: 5px 0 0;
	vertical-align: middle;
	font-size: 85%;
}

#header .box-search .txt {
	width: 215px;
	height: 27px;
	line-height: 27px;
	padding: 0px 5px;
}

#header .box-search .powered {
	text-align: right;
	font-size: 85%;
	padding-right: 10px;
}

/* --------------------------------------------------
	2. Nav
-------------------------------------------------- */
#nav {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
}

#nav:after { content: ""; display: block; clear: both; }


#nav li {
	float: left;
}
/* --------------------------------------------------
	3. Contents
-------------------------------------------------- */
#contents {
	width: 940px;
	margin:0 auto;
	padding: 0 5px;
}

#contents {
	padding: 10px 0 0 0;
}

#contents:after { content: ""; display: block; clear: both; }


/* --------------------------------------------------
	4. Main
-------------------------------------------------- */
#main {
	width: 640px;
	margin: 0 0 30px;
	padding: 20px 10px;
	float: left;
}

/* --------------------------------------------------
	5. Sub
-------------------------------------------------- */
#sub {
	width: 280px;
	float: right;
}

.nav-sub-contents {
	padding: 10px 0 0;
	background: url(../image/bg_sub_nav_top_01.png) no-repeat 0 0;
}

.nav-sub-contents .inner-nav-sub-contents {
	padding: 0 0 15px 0;
	background: #3eb370 url(../image/bg_sub_nav_btm_01.png) no-repeat 0 100%;
}

.nav-sub-contents .inner-nav-sub-contents h3 {
	width: auto;
	word-wrap: break-word;
	text-align: center;
	color: #ffffff;
	font-size: 115%;
	font-weight: bold;
	padding: 15px 0;
	background: url(../image/bg_sub_nav_ttl_01.gif) no-repeat 50% 100%;
}

.nav-sub-contents .inner-nav-sub-contents ul {
	margin: 5px 0 0 0;
	border-left: 1px #3eb370 solid;
	border-right: 1px #3eb370 solid;
	line-height: 100%;
}

.nav-sub-contents .inner-nav-sub-contents li {
	width: auto;
	word-wrap: break-word;
	background: #f2eda7 url(../image/bg_sub_nav_line_01.gif) repeat-x 0 0;
}

.nav-sub-contents .inner-nav-sub-contents li:first-child {
	border-top: 1px #cccccc solid;
	background-image: none;
}

.nav-sub-contents .inner-nav-sub-contents li.current {
	background-color: #e9df67;
}

.nav-sub-contents .inner-nav-sub-contents a {
	display: block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 10px 10px 7px 20px;
	background: url(../image/ico_arrow_01.png) no-repeat 5px 0.9em;
	list-style-type: none !important;
	color: #333333;
	text-decoration: none;
	line-height: 120%;
}

.nav-sub-contents .inner-nav-sub-contents a:hover {
	color: #666666;
}

/* --------------------------------------------------
	6. Footer
-------------------------------------------------- */
#footer {
	position: relative;
	padding: 15px 0;
	background: #3eb370;
	border-bottom: 4px #19663a solid;
}

#footer .inner-footer {
	width: 940px;
	margin:0 auto;
	padding: 0 5px;
	text-align: center;
}

#footer .nav-footer {
	margin: 0 0 10px;
}

#footer .nav-footer li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 10px;
}

#footer .nav-footer li:first-child {
	margin: 0;
}

#footer .nav-footer li a {
}

#footer .policy {
	color: #ffffff;
	font-size: 85%;
}


/* //////////////////////////////////////////////////
[Main Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */
/* heading
----------------------------------- */
.ttl-a {
	margin: 0;
	padding: 8px 0 8px 50px;
	background: url(../image/ico_ttl_second_01.png) no-repeat 10px 0;
	font-size: 154%;
}

.ttl-b {
	margin: 0 0 10px;
	padding: 12px 20px;
	background: url(../image/bg_ttl_01.gif) no-repeat 0 0;
	color: #35250a;
	font-size: 115%;
}

.ttl-b a {
	color: #35250a;
	text-decoration: underline;
}

.ttl-b a:hover {
	color: #3eb370;
}

.ttl-c {
}

/* list
----------------------------------- */
.list-common li {
	margin: 0 0 5px;
	padding-left: 20px;
	background: url(../image/ico_arrow_01.png) no-repeat 5px 0.4em;
}

.list-circle li {
	margin: 0 0 5px;
	padding-left: 20px;
	background: url(../image/ico_circle_01.gif) no-repeat 5px 0.6em;
	list-style-type: none !important;
}

li .list-circle {
	margin: 5px 0 0;
}

.list-common a {
	color: #19663a;
	text-decoration: underline;
}

.list-common a:hover {
	color: #3eb370;
}

.list-number {
	padding-left: 30px;
	*zoom: normal;
}

.list-number li {
	margin: 0 0 3px;
	list-style-type: decimal;
	*zoom: normal;
}

/* link
----------------------------------- */
p.link-common {
}

.link-arrow {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.link-arrow li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 10px;
	padding: 0;
	background: none;
}

.link-arrow a {
	padding-left: 10px;
	background: url(../image/ico_arrow_02.gif) no-repeat 0 0.4em;
	color: #36250a;
	text-decoration: underline;
}

.link-arrow a:hover {
	color: #b3473e;
}

/* --------------------------------------------------
	2. topic-path
-------------------------------------------------- */
#topic-path {
	width: 940px;
	margin: 0 auto;
	padding: 10px 2px 0 2px;
}

#topic-path li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 10px;
	padding-left: 17px;
	background: url(../image/ico_topicpath_01.gif) no-repeat 0 50%;
	font-size: 85%;
}

#topic-path .topic-path-home {
	background: none;
	margin: 0 0 0 0;
	padding-left: 0;
}

#topic-path li a {
	color: #34250a;
	text-decoration: underline;
}

#topic-path li a:hover {
	color: #b3473e;
}

/* --------------------------------------------------
	3. block-ttl-main
-------------------------------------------------- */
.block-ttl-main {
	background: url(../image/bg_line_01.gif) repeat-x 0 100%;
	margin: 0 0 20px;
}

.block-ttl-main .sub-ttl {
	padding: 0 0 5px;
	font-size: 55%;
	color: #666666;
}

/* --------------------------------------------------
	4. article
-------------------------------------------------- */
#article {
}

/* paragraph
----------------------------------- */
#article p {
}

.lead {
	margin: 0 0 25px;
	padding-left: 10px;
/*
	padding-left: 50px;
*/
	padding-bottom: 10px;
	font-size: 85%;
	
}

/* pageTop
----------------------------------- */
#article p.pageTop {
}


/* --------------------------------------------------
	5. Section
-------------------------------------------------- */
.section {
}

/* section-bnr
----------------------------------- */
.section-bnr {
	width: 1240px;
	margin: 0 auto;
	padding: 20px 0;
}

.section-bnr ul {
	text-align: center;
}

.section-bnr ul li {
	margin: 0 0 0 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.section-bnr ul li:first-child {
	margin: 0;
}

/* --------------------------------------------------
	8. localNav
-------------------------------------------------- */
#localNav {
}


/* --------------------------------------------------
	90. Other
-------------------------------------------------- */
.btn {
}

.alert {
	color: #ff0000;
}


/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group:after { content: ""; display: block; clear: both; }


/* //////////////////////////////////////////////////
[CONTENTS] 
////////////////////////////////////////////////// */

.cont-second {}

/* --------------------------------------------------
	Main
-------------------------------------------------- */
.cont-second #main {
	width: 680px;
	background: #ffffff url(../image/bg_second_main_01.png) no-repeat 0 0;
}

.block-common {
	margin: 0 0 15px;
}

.cont-second .block-ttl-link {
	margin: 0 0 15px;
}

.cont-second .block-ttl-link p {
	margin: 0 0 0 15px;
}

/* --------------------------------------------------
	Sub
-------------------------------------------------- */
.cont-second #sub {
	width: 220px;
}

/* //////////////////////////////////////////////////
[Recipe] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	nav-recipe-menu
-------------------------------------------------- */
.nav-recipe-menu {
	margin: 0 0 20px;
}

.nav-recipe-menu li {
}

/* --------------------------------------------------
	block-recipe-list
-------------------------------------------------- */
.block-recipe-list {
	text-align: center;
	padding: 0 0 0 8px;
}

.unit-recipe-list {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 138px;
	margin: 0 8px 8px 0;
	padding: 10px;
	border : 1px #cccccc solid;
	float: left;
	text-align: center;
	height: 148px;
	*height: 158px;
}

.unit-recipe-list h3 {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	width: 138px;
	height: 4.5em;
	*height: 5em;
	vertical-align: middle;
	overflow: hidden;
}

.unit-recipe-list h3 a {
	*display: inline;
	*zoom: 1;
	text-align: center;
	line-height: 1.5;
}

.unit-recipe-list .photo {
}

/* --------------------------------------------------
	block-recipe-detail
-------------------------------------------------- */
.block-recipe-detail {}

.block-recipe-detail .recipe-info {
	text-align: right;
	margin: 0 0 20px;
}

.block-recipe-detail .recipe-info ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.block-recipe-detail .recipe-info li {
	text-align: left;
}

.block-recipe-detail .photo-main {
	margin: 0 0 20px;
	text-align: center;
}

.block-recipe-detail .ttl-c {
	font-size: 125%;
	margin: 0 0 10px;
}

.unit-recipe-detail {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px #cccccc solid;
}

.unit-recipe-detail .material {
	float: left;
	width: 255px;
}

.unit-recipe-detail .material h4 {
	margin: 0 0 10px;
	padding: 5px;
	background: #f2eda7;
}

.unit-recipe-detail .material table {
	width: 100%;
}

.unit-recipe-detail .material th {
	width: 70%;
	padding: 0 5px;
}

.unit-recipe-detail .material td {
	width: 30%;
	padding: 0 5px;
}

.unit-recipe-detail .recipe {
	float: right;
	width: 420px;
}

.unit-recipe-detail .recipe h4 {
	margin: 0 0 10px;
	padding: 5px;
	background: #f2eda7;
}

.unit-recipe-detail .recipe ol {
	padding: 0 10px 0 30px;
}

.unit-recipe-detail .recipe ol li {
	list-style-type: decimal;
	*zoom: normal;
	margin: 0 0 10px;
}</pre></body></html>