@charset "UTF-8";
/* ==========================================================================
HTML5 display definitions
========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */ 
}

svg:not(:root) {
    overflow: hidden
}

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
 * Known issue:no IE 6 support.
 */
[hidden] {
    display: none
}

/* ==========================================================================
Base
========================================================================== */

/* 基本スタイル
---------------------------------------------- */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    height: 100%;
}

html, body {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1.6;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 0.9em;
    color: #222;
    overflow:visible;
    background-color: #F5F2EB;
    background-repeat: repeat-x;
    background-position: left top;
}

body a:hover img {
    /* footerにあるsnsは例外 */
    opacity: 0.8;
    filter: alpha(opacity=80);
}

p {
    font-size:0.8em;
    line-height:1.4
}

img {
    border:none;
}

/* ハック
---------------------------------------------- */
/* letter-spacing hack */
@media screen {
  body {
    letter-spacing: 0.5px;
  }

  br {
    letter-spacing: 0;
  }
}
/* height100% hack */
body > #container {
  height: auto;
}

/* リンク
---------------------------------------------- */

a {text-decoration:underline; overflow:hidden; color:#555555;}

a:hover {
  color: #F60;
  text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

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

a img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* 見出し
---------------------------------------------- */
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}
h3 {
    margin: 1em 0;
    font-size: 1.17em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}


/* リスト
---------------------------------------------- */
menu, ol, ul {
    padding: 0
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

li {
	list-style-type: none;
	margin:2px 0px 2px 0px;
	padding:0;
	font-size:0.8em;
	line-height:1.5;
}

/* フォーム
---------------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  margin-bottom: 2px;
  padding: 6px;
  letter-spacing: 1px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  width:70%;
}

input.long {
  width: 400px;
}

input.middle {
  width: 250px;
}

input.short {
  width: 140px;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
}

input[type="text"],input[type="number"],input[type="tel"],input[type="email"],input[type="password"] {
  padding: 8px 10px;
  border: 3px solid #ebebe5;
}

textarea {
  width: 92%;
  border: 3px solid #ebebe5;
  font-family: sans-serif;
}

.stuff-text{
/* width:260px;*/
width:205px;
}


/* original
---------------------------------------------- */
.container {
	margin:0 auto;
	text-align:left;
	position: relative;
	height: auto;
    overflow: hidden;
}

.clear {clear:both; margin:5px 0; padding:0; height:0; width:0;}

.clear hr {clear:both; display:none; border:none; height:0px;}

.pointer {
    cursor:pointer;
}

.block {
    margin: 0 auto;
}

.inner {
    margin: 0 auto;
}

.mobile {
    display:none;
}

#fb-page {
    margin-top:20px;
}

/*============================================================

// header

//==========================================================*/

header {
    width: 100%;
    height:115px;
    background:url(../images/header-bg.png);
    z-index: 999999;
}

header .lead {
    margin: -8px 0 0 78px;
    color: #fff;
    font-size: 12px;
}

.header{
	margin:15px auto 10px auto;
	background-repeat: no-repeat;
	height: 68px;
	padding-top: 15px;
}

header .logo {
    margin: 19px auto 0;
}

header .logo a {
    text-decoration:none;
    padding:0;
}

header i {
    margin-left: 5px
}
.header h1 {
    margin: 0 auto;
    font-weight: 300;
    font-size: 45px;
}
.header h1 span {
    display: inline-block;
    color: #a1a9b0;
}
.header {
    width: 100%;
    height: 100%;
}
.header .h-tel {
    width: 260px;
    padding-top: 15px;
}

.header .h-tel dl dd {
    padding-left: 50px;
    font-size: 12px;
}
.header .h-logo {
    padding-top: 25px;
    text-align: center;
}


/* navigation
---------------------------------------------- */
.nav-toggle {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 45px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
    overflow:inherit !important;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    left:-1px;
    top: -15px;
}
.nav-toggle span:after {
    left:-1px;
    bottom: -15px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #000;
}
.nav-toggle.active span {
    background-color: transparent;
    border: 0;
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: fixed;
    height: 26px;
    right: 3%;
    top: 20px;
    z-index:9999999;
}
.navicon p {
    margin: 1px 50px 0 0
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

.menu {
    display:none;
}

.menu-open {
    overflow-y:hidden;
    height: 100%;
}

.side-nav {
    overflow-y: scroll;
    display: block !important;
    position: fixed !important;
    top: 120px !important;
    left: 100%;
    width: 90% !important;
    float: none !important;
    margin-top: 0px;
    height: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #B64B21;
    position: relative;
    padding-left: 3px;
}

/*============================================================

// footer

//==========================================================*/

/* footer
---------------------------------------------- */
footer {
  margin-top: 10px;
  background: repeating-linear-gradient(0deg, #201008, #201008 6px, #382616 0px, #382616 7px);
}
footer .f-inner {
  margin: 0 auto;
}
footer .f-inner .nav-area {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e9e8e2;
}
footer .f-inner .nav-area ul {
  float: left;
  width: 25%;
}
footer .f-inner .nav-area ul li {
  margin-bottom: 15px;
}
footer .f-inner .nav-area ul li a {
  color: #222;
}
footer .f-inner .nav-area ul li a:before {
  display: inline-block;
  margin-right: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  color: #e6423d;
}
footer .f-inner .info-area {
  overflow: hidden;
  margin-bottom: 25px;
}
footer .f-inner .info-area .left {
  float: left;
  padding-top: 15px;
}
footer .f-inner .info-area .left .logo {
  float: left;
  width: 167px;
  padding-top: 10px;
}
footer .f-inner .info-area .left dl {
  overflow: hidden;
  float: right;
  width: 544px;
  padding-left:20px;
}
footer .f-inner .info-area .left dl dt {
  font-weight: bold;
  font-size: 14px;
}
footer .f-inner .info-area .right {
  float: right;
  width: 249px;
  padding-top: 30px;
}
footer .f-inner .read {
  overflow: hidden;
  margin-bottom: 20px;
}
footer .f-inner .read .left {
  float: left;
  width: 958px;
  padding-top: 22px;
  font-size: 12px;
}
footer .f-inner .read .fb {
  float: right;
  width: 42px;
}
footer .f-inner .read .fb img {
  vertical-align: bottom;
}
footer .container ul{
    display: none;
}
footer .container ul li a{
    color: #fff
}
footer .copyright {
  padding: 45px 0;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.copyright{
    height:20px;
    padding-left:25px;
    font-size: 0.7em;
    margin: 0 auto;
    text-align: center;
    color:#330000;
}
footer .copyright span {
    display: block;
    margin-top: -15px;
}
/* footer -> sns area */
footer .sns{
    max-width: 280px;
    margin: 0 auto;
    padding: 20px 0;
}
footer .sns h4{
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
footer .sns > div{
    display: flex;
    justify-content: space-between;
}
footer .sns > div img{
    display: block;
}
footer .sns > div img:hover{
    opacity: 1;
}

#footer{
	background-color: #330000;
	padding: 0px 0px 15px 0;
}



#foot_bg {
	background: transparent;
	border-bottom: none;
	width: 100%;
	margin: 0;
}

.foot_box{border-top:1px solid #fff;
	width:100%;
	margin:0 auto;
	padding:10px 0;

}





/*============================================================

//  main
//==========================================================*/

#page {
    -webkit-overflow-scrolling: touch;
}

.page-index {
	width:900px;
	margin:10px auto;
	padding:15px 0 0 0;
	position: static;
}

.page-index-top {
	width:900px;
	margin:10px auto;
	/*padding:15px 0 0 0;*/
    padding:0;
	position: static;
}

.content {
	width:70%;
	float:left;
	position: relative;
	height: auto;
}
.content h3.title {
    background-color: #AD4922;
    height: 35px;
    margin: 5px 0;
    padding: 3px 5px 0px 5px;
}
.content .search {
    margin-bottom:10px;
}
.content .search:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.content .search h3 img {
    width:180px;
    height:30px;
}
.content .search input.q {
    width:83%;
    float:left;
    background: #fff;
    border: 1px solid #ccc;
}
.content .search input.button {
    width:15%;
    float:right;
    background: #eee;
    border: 1px solid #ccc;
}
.content .new_recipe {
    margin-top:20px;
    clear:both;
}
.content .new_recipe .recipe {
	padding:0 0 0px 5px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	width: 100%;
	/* background-image: url(../images/top/manth_recipe_bg.gif); */
	background-repeat: repeat-y;
	background-position: right;
	position:relative;
	height: 225px;
	margin-top: 5px;
}
.content .new_recipe .recipe ul {
	padding:0px;
	margin-top: 5px;
	list-style:none;
}
.content .new_recipe .recipe li {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 2px;
    display:block;
    border:1px solid #888;
    width:24%;
    height:215px;
    margin-top:1%;
    margin-right:1%;
    text-align:center;
    background:#fff;
    position:relative;
}
.content .new_recipe .recipe li a {
    display:block;
    margin:0 auto;
    color:#ff6600;
    cursor:pointer;
    clear:both;
}
.content .new_recipe .recipe li a:link {
    color:#ff6600;
}
.content .new_recipe .recipe li a:active {
    color:#ff6600;
}
.content .new_recipe .recipe li img {
    margin:0 auto;
}
.content .new_recipe .recipe li span {
    font-size:11px;
    display:block;
    color:#ff6600;
    text-align:left;
    display:block;
}
.content .new_recipe .recipe li span:first-child {
   /*　 height:30px;*/
}
.content .new_recipe .recipe li span.title {
    font-size:13px;
    font-weight: bold;
    display: block;
    height: 42px;
}
.new{
    position: absolute;
    left: 0;
    z-index: 10;
}
.content .new_recipe .recipe li .info {
    float:left;
}
.content .new_recipe .recipe li .info span {
    color:#4c0604;
    font-weight:bold;
}


.content .season_recipe {
    margin-top:20px;
    clear:both;
}
.content .season_recipe .foodstuff {
    background:#fff;
}
.content .season_recipe .foodstuff:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.content .season_recipe .foodstuff ul li {
    float:left;
    padding:8px;
    font-size:14px;
}

.content .cooking_recipe {
    margin-top:20px;
    clear:both;
}
.content .cooking_recipe .cooking {
    background:#fff;
}
.content .cooking_recipe .cooking:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.content .cooking_recipe .cooking ul li {
    float:left;
    padding:8px;
    font-size:14px;
}


.contents-top {
    clear:both;
}
.contents-top h2 {
	width:100%;
	background-color: #311408;
	color: #FFFFFF;
	height:35px;
	padding-top:3px;
    padding-left:5px;
    margin:0;
	font-size: 1.4em;
}

#pr{
	position:absolute;
	top:10px;
	left:10px;
	width:334px;
	height:81px;
	padding:5px;
	background-image: url(../images/top/pr.png);
	background-repeat: no-repeat;
}

.adsense_mobile {
    position:fixed;
    bottom:0;
    width:100%;
    height:80px;
    background:#ccc;
}

.contents-top h3 {
	background-color:#AD4922;
	height:32px;
	margin: 5px 0;
	clear: both;
}


.contents-top-syokuzai {
	width:620px;
	float:left;
	margin-top: 5px;
	padding-right: 5px;
	position: relative;
	height: auto;
}

.contents-top-syokuzai h3 {
	background-color:#AD4922;
	width:610px;
	height:30px;
	margin: 5px 0;
	padding: 0px 5px 0px 5px;
}

.com_bottom{
	margin:10px 0 0 10px;
	position:absolute;
	top:-5px;
	left:324px;
	width: 280px;
	}

.com_bottom2{
	margin:15px 0 10px 0;
	float:right;
	clear:both;
	}
	
.com_txt{
	margin-bottom:10px;
	color:#900;
	}
	
#ad_banner{ /*google adsence用*/
	height:auto;
	margin:10px auto 5px auto;
	}	

/*============================================================

// top-main

//==========================================================*/

.top-main {background:url(../../images/main.jpg) no-repeat; padding:0 0 20px 0;}

.top-main a {display:block; text-indent:-6666px; height:338px;}


.simply-scroll, .simply-scroll .simply-scroll-clip {
    width: 100% !important;
}

#scroll{
	margin: 0px 0;
	width: 100%;
	height: auto;
}

#scroll .content h2 {
	line-height:150%;
	font-weight: bold;
}

#menu {
	list-style-type: none;
	margin: 0.1em 0em 0em 0em;
	padding: 0;
	width:620px;
	height:101px;
}
#menu li {
display: inline;

}

#menu li a img {
	border: 0px none;
	margin-right:3px;
	width:160px;
	height:101px;
}

#comingsoon{
	padding:5px 0 0px 5px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	width: 615px;
	position:relative;
	height: 168px;
	margin-top: 5px;
	background-image: url(../images/top/comingsoon_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.li_1{
	position:absolute;
	left: 537px;
	top: 130px;
}

.top-st01 {
	display:block;
	height:30px;
	padding-top: 3px;
}

.top-item {
	padding:5px 0 8px 2px;
	margin:0 0 5px 0;
	height: 100px;
	width: 100%;
    overflow:hidden;
}


/*============================================================

// side

//==========================================================*/

.side {
	width:28%;
	float:right;
	margin-top: 0px;
	height: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B64B21;
	position: relative;
	padding-left: 3px;
}

.side .side-ad, .side .side-twitter {
    text-align:center;
}

.side h3 {
	height:32px;
	clear:both;
	margin-bottom:10px;
	width:100%;
	background-color:#AD4922;
	margin-top: 0px;
}

.side h4 {
	height:49px;
	text-indent:-6666px;
	background-repeat: no-repeat;
}

.side .select {
	padding:0px 6px 3px 6px;
	height: auto;
	margin-bottom: 3px;
}

.side .nav-tabs {
    
}

.side .nav-tabs li {
    position: relative;
    margin: 0px 2px 0px 0px;
    top: 1px;
    float: left;
    background-color: #F9E9CE;
    list-style: none;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    text-align: center;
    height: 32px;
    width: 20%;
}

.side .nav-tabs li.active {
    border-bottom: 1px solid #eee;
    background-color: #BBE8E8;
}

.side .nav-tabs li.active a {
    background-color: #BBE8E8;
}

.side .nav-tabs li a {
    background: transparent;
    font: bold 0.95em sans-serif;
    text-decoration: none;
    height: 85%;
    width: 100%;
    padding-top: 15%;
    display: block;
}

.side .tab-content {
    margin-top:-1px;
}

.side .tab-content .tab-pane {
    clear: both;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    background-color: #FFFFFF;
    background-image: url(../images/side/tab_bg.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.side .tab-content .tab-pane:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.side .tab-content .tab-pane ul {
    width: 92%;
    height: 100%;
    margin-top: 1%;
    margin-left: 8%;
    display: block;
}

.side .tab-content .tab-pane ul:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.side .tab-content .tab-pane ul li {
    width:50%;
    float:left;
    margin: 1% 0 0 0;
    padding: 1px;
   /* list-style-type: square; */
    line-height: 1.4;
}

.side .box {
    margin-bottom:10px;
}

.tab_left_box{
	width:118px;
	height: auto;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 15px;
}

.tab_left_box ul{
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

.tab_left_box li{
	margin:0px;
	padding:0px;
	list-style-type: square;
	line-height:1.4;
}

.tab_right_box{
	width:100px;
	float: right;
	padding-left: 15px;
	height: auto;
	font-size: 15px;
}

.tab_right_box ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.tab_right_box li{
	list-style-type:square;
	margin:0px;
	padding:0px;
	line-height:1.4;
}

.side #recipe{
	width:100%;
	background-image: url(../images/side/recipe_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 35px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	margin-bottom: 10px;
}

#recipe li{
	list-style-type:square;
}

 p{
	text-align: left;
}

.banner{
	margin: 3px 0;
	height: auto;
	padding: 5px;

}

.banner dl{
	font-size:0.8em;
	margin: 3px 0 0 5px;

}

.banner dt{
     /*margin-bottom:10px;*/
font-weight:600;
}

.banner dd{
     margin-bottom:10px;
}

#qrcord{
	padding:5px;
	margin-bottom:5px;
}

#qrcord p{
    margin-bottom:5px;
	font-size:0.8em;
} 


/*============================================================

// side

//==========================================================*/

.side2 {
	width:257px;
	float:right;
	margin-top: 0px;
	height: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: B64B21;
	padding-top: 5px;
	position: relative;
	padding-left: 3px;
}


/*============================================================

//  
//==========================================================*/


#monthly_menu{
	width:133px;
	position: absolute;
	top: 112px;
	left: 15px;
	z-index: 2;
	background-color: #ECE9D8;
}

#monthly_menu ul{
	width:130px;
	left: 206px;
	top: 13px;
	margin:0px 5px 0px 0px;
	padding:0px 5px 0px 10px;
	boder-left:2px dotted #7aa;
}

#monthly_menu li{
     boder-left:2px dotted #7aa;
     margin:0px;
	 padding:0px 0px 2px 5px;
	 line-height:1.4;
	 list-style-type:square;
	 left: 35px;
	 top: 180px;
	}

.content p {

/* line-height:150%; */
    font-size:13px;
	padding-left: 6px;
/* padding-bottom:10px; */
margin-bottom:10px;

}

.content ul {
	line-height:150%;
	padding: 5px 0px 20px 15px;

}

#lank{
    width:280px;
}

#lank h3{
    width:280px;
}

#lank ol li{
    list-style-type:decimal;
}


/*============================================================

//under 下層ページ用 

//==========================================================*/

div.clear {
	margin: 0;
	padding: 0;
	clear: both;

}


.style2 {color: #333333}

#review_edit {
	color:#000000;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #333300;
    position:relative;
}

#review_edit img {
    display:block;
    width:100%;
    height:100%;
}

#review_edit .review_title {
margin-bottom:10px; 
background-color:#FF0000;
}

#review_edit .layer { 
    position: absolute;
    bottom: 2%;
    left: 2%;
    background: #FF9900;
    width: 75%;
    height: 18%;
    opacity: 0.8;
}
   
#review_edit .layer p { 
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 材料 */
#stuff {
	padding:5px 00px 15px 5px;
	height: auto;
	clear: both;
	position: relative;
}

#stuff:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

#stuff p {
    font-size:13px;
}

#stuff1 {
	height: 330px;
	clear: both;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#stuff2{
	height: 150px;
	clear: both;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
}




#stuff ul{
	margin:0px 0px 0px 0px;
	float:left;
	width:360px;
	list-style-type: square;
}

#stuff li{
	margin:0px 0px 3px 15px;
	padding:0px;
	line-height:1.4;
}

#stuff2 ul{
	margin:0px 0px 0px 0px;
	float:left;
	width:360px;
	list-style-type: square;
}

#stuff2 li{
	margin:0px 0px 3px 15px;
	padding:0px;
	line-height:1.4;
}

.stuff_photo {
	width:300px;
	float:right;
	margin-right: 0;
	margin-bottom: 10px;
	clear:both;
}

.stuff_photo2 {
	width:200px;
	float:right;
	height:133px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* 越のルビーソース対応用 */
/*
.stuff_photo img {
	width:200px;
	height:133px;
}
*/

.stuff_photo img {
	width:100%;
}

.stuff_photo2 img{　/* 越のルビーソース対応用 */
	width:200px;
	height:294px;
}

#stuff .p1{　/* 越のルビーソース対応用 */
	clear:both;
	position:static;
	left: 17px;
	top: 50px;
	}

#box2{
	clear:both;
	position:absolute;
	left: 5px;
	top: 132px;
	width: 365px;
	}
	
.ul1{　/* 越のルビーソース対応用 */
	clear:both;
	margin-top:5px;
	width:370px;
	}	

.ul2{　/* 越のルビーソース対応用 */
	clear:both;
	margin-top:15px;
	}


/* 作り方 */

#howto_box{
    background-color:#FFCC00;
	width:100%;
	min-height:1px;　/* IE 7対策 */
}


.howto {
	height:auto;
	margin-top: 5px;
	padding-bottom: 5px;
	margin:0 2px 0 2px;
	display: block;
	clear: both;
}

.howto dl{
clear:both;
}


.howto dt{
width:330px;
	float:left;
	height:auto;
	margin:5px 7px 0px 12px;
	padding-left: 5px;

}

.howto dd{
 	width:200px;
	height:113px;
	float:right;
	padding-left:1.0em;
	padding-bottom:3px;
	padding-top: 5px;

}

#howto dt{
	width:340px;
	float:left;
	margin:5px 7px 0px 12px;
	padding-left: 5px;
}

#howto dd{

	width:auto;
	padding-left:1.0em;
	padding-bottom:3px;
	padding-top: 5px;
}



.howto ul {
	padding:0px;
	list-style:none;
}

.howto {
    counter-increment:number;
}
.howto:before {
    content: counter(number);
    background: #FF9966;
    color: #fff;
    margin: 0;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 2px;
    font-size: 18px;
}


.howto ul li {
	margin:0px 0px 0px 0px;
	padding:0px 1px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF9966;
	border-right-color: #FF9966;
	border-bottom-color: #FF9966;
	border-left-color: #FF9966;
}

.howto ul li:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


.howto li span {
    font-size:14px;
    margin-top:5px;
    display:block;
}

.howto img{
	float:right;
	width:300px;
	margin-left:5px;
	margin-top: 5px;
}

.point {
    clear:both;
    margin-top:30px;
}

.point h3 {
    width:100%;
    height:30px;
    background:#ff9966;
}

.free_area {
    clear:both;
}

#recipe_time {
    width: 150px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background-repeat: no-repeat;
    height: auto;
    background-color: #FF9900;
    color: #333333;
    padding-bottom: 5px;
    padding: 5px;
    font-size: 14px;
}

#recipe_time ul {
    padding:3px;
}

#point{
	width: 610px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AD4922;
	padding-top: 10px;
	margin-top:10px;
}

#point2{ /* 越のルビーソース対応用 */
	width: 610px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AD4922;
	padding-top: 10px;
	margin-top:10px;
}


#point h4{
	color:#FFFFFF;
	margin:5px 0;
	background-color: #633319;
	padding: 3px;
}

#point ul{
   margin:0px 0px 0px 10px;
   padding:0px;
}


#point li{ 
   margin:0px 0px 0px 10px;
   padding:0px;
   list-style-type:square;
   }
   
#f_desc{
	line-height: 1.3;
	width: 615px;
	float: left;
}


#photo_syokuzai{
 display:none;
}

/*============================================================

// 春・夏・秋・冬用

//==========================================================*/

.new_recipe_foodstuff h3 {
    background-color: #AD4922;
    height: 35px;
    margin: 5px 0;
    padding: 3px 5px 0px 5px;
}

.new_recipe_foodstuff .box1 {
	width:100%;
	min-height:100px;
	margin-top:7px;
margin-bottom:20px;
	clear:both;
	border-bottom: 1px dotted #666666;
	padding-bottom:15px;
	font-size:0.9em;
}

.new_recipe_foodstuff .box1:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.new_recipe_foodstuff .box1 .photo_s {
    width:20%;
    float:left;
}

.new_recipe_foodstuff .photo_s img {
	float:left;
	margin-left: 5px;
}
.new_recipe_foodstuff h4 {
    margin-top:0px;
	margin-left:2%;
	color:#FF6600;
    font-weight:bold;
    float:left;
}
.new_recipe_foodstuff .box1-text {
	float:right;
	margin-bottom:5px;
    margin-left:1%;
	width:79%;
}

.new_recipe_foodstuff .box1-text p {
    margin: 12px 0px 0px 0px;
	line-height:1.3;
	font-size:0.9em;
}


/*============================================================

// 食材から探す用

//==========================================================*/

.recipies {
	color:#000000;
	background-repeat: no-repeat;
	background-position: center;
    height:auto;
	clear:both;
}

.recipies h2 {
    color: #fff;
    background-color: #311408;
    font-size: 16px;
    /*height: 35px;*/
    padding: 6px;
    margin: 0;
}

.recipies h3 {
    background-color: #AD4922;
    /*height: 30px;*/
    margin: 5px 0;
    padding: 0px 5px 0px 5px;
}

.recipies .desc {
    padding:4px;
    border: 1px solid #333300;
}

.recipies .desc h4 {
    margin:0;
    padding-left:4px;
    font-weight:bold;
}

.recipies .box1 {
	width:100%;
	min-height:100px;
	margin-top:7px;
	clear:both;
	border-bottom: 1px dotted #666666;
	padding-bottom:15px;
	font-size:0.9em;
}

.recipies .box1:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.recipies .box1 .photo_s {
    width:20%;
    float:left;
    position:relative;
}

.recipies .photo_s img {
	float:left;
	margin-left: 5px;
}
.recipies .box1-text {
	float:right;
	margin-bottom:5px;
	width:80%;
}
.recipies .box1-text h4 {
    margin-top:0px;
	margin-bottom:5px;
    padding-left:2%;
    font-weight:bold;
}
.recipies .box1-text h4 a {
	color:#FF6600;
    font-size:15px;
    cursor:pointer;
}
.recipies .box1-text h4 a:link {
    color:#FF6600;
}
.recipies .box1-text p {
    margin:0 1px 0px 5px;
	line-height:1.3;
	font-size:0.9em;
    color:#4c0604;
    font-size:13px;
}
.recipies .box1-text p.time {
    margin-top:6px;
}

.recipies #txt {
    margin-bottom:15px;
    margin-top:10px;
}

.recipies #txt p {
    padding:0;
    font-size:14px;
}

/*============================================================

// 調理方法から探す用

//==========================================================*/

.box_recipe{
padding:5px 8px 5px 20px;

}

.box_recipe li{
float:left;   
}

.box_recipe img{
margin:5px 5px 0 5px;   
}



/*============================================================

// コンセプト

//==========================================================*/

#concept_bottom {
    position: absolute;
    right: 50px;
    top: 30px;
	}

#concept_bottom a {
    display:block;
    margin-bottom: 1px;
}

#concept_bottom img {
	margin-bottom:5px;
	}

#concept{
	padding:40px 10px 10px 10px;
	clear: both;
	}

#concept img{
     margin:20px 0;
	}

#concept p{
	margin:10px 10px 20px 5px;
	line-height:1.6;
	}


#concept img{
	margin:0px;
	}
	
	
.p_staff{
	text-align:right;
	
	}	
	
/*============================================================

// メリット

//==========================================================*/
	
#concept{
	padding:40px 10px 10px 10px;
	clear: both;
	}
	
	
#concept dt{
	margin:10px 10px 20px 5px;
	line-height:1.6;
	float:left;
	}

#concept dd{
	margin:10px 10px 10px 20px;
	line-height:1.5;
	padding-top: 15px;
	padding-left:6em;
	font-size:0.9em;
	color:#630;
	}	
#concept .d1{
	color:#000;	
	padding-left:105px;
	font-size:0.8em;
	}


/*============================================================

// 動画

//==========================================================*/


#st_bottom{
	position:absolute;
	left:205px;
	top:0px;
	width:auto;
	}

#st_bottom2{
	position:absolute;
	left:19px;
	top:105px;
	width:auto;
	}

.name{
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	color: #900;
	font-size: 14px;
	}
	
table{
	font-size: small;
	/*border: 1px #000000 solid;
	border-collapse: collapse; */
	}

.text_box{
	margin-top:15px;
	margin-bottom: 20px;
	}

.box_left{
	float:left;
	width:298px;
	}

.box_right{
	float:right;
	width:298px;
	}

.box1_st{
	width:100%;
	height:130px;
	margin-top:5px;
	clear:both;
	padding-bottom:5px;
	position:relative;
}

.box1_st1{ /* 新しい動画用 */
	width:100%;
	height:auto;
	margin-top:5px;
	clear:both;
	padding-bottom:5px;
	position:relative;
}

.box_left li{
	margin:3px 0px 0px 5px;
	padding-left:55px;
	font-size:small;
	background-image:url(../streaming/icon_movie.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	line-height:1.6;
	}
	
.box_right li{
	margin:3px 0px 0px 5px;
	padding-left:55px;
	font-size:small;
	background-image:url(../streaming/icon_movie.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;

	}	


.st1{
	position:absolute;
	left:118px;
	top: 12px;
	width: 164px;
	}

.st2{
	position:absolute;
	left:430px;
	top: 13px;
	width: 164px;
	}
@media print{

body {
_zoom: 65%; /*WinIE only */
}
}
