img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}
ul li,ol li { list-style:none; } 
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
a img{border:none;}


    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
    }
	
	
body{
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	-webkit-text-size-adjust: none;
	font-family:Lato, Meiryo, "メイリオ", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	text-align:justify;
	text-justify: inter-ideograph;
	background-image: url(image/image_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #352B24;
}
td{
}

th{
}


dt,dl,dd,p,form {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #666699;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}

.header_nav td {
	position: relative;
}

.header_nav td:hover > a {/*layer-1*/
	opacity: 0.8;
}

.header_nav li:hover > a {/*layer-2*/
	color: #fff;
	background-color: rgba(162,143,128,0.8);
}

.header_nav td ul {
	margin-top: 0;
	padding-left: 0;
	top: 36px;
	left: 0;
	position: absolute;
	color: #fff;
	background-color: rgba(133,107,92,0.9);
	z-index: 1000;
}

.header_nav td ul li {
	overflow: hidden;
	width: 185px;
	height: 0;
	z-index: 1000;
	transition: 0.2s;
}

.header_nav td ul li a {
	color: #fff;
	background-color: rgba(133,107,92,0.9);
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 36px;
	text-indent: 13px;
	border-bottom: 1px solid #a28f80;
}

.header_nav td ul li:last-child a {
	border-bottom: none;
}

.header_nav td ul li  a:hover {
	color: #fff;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 36px;
	text-indent: 13px;
}
.header_nav td:hover > ul > li {
	overflow: visible;
	height: 36px;
}
.header_nav a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.nav {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	z-index: 1000;
}

.nav li {
	position: relative;
}

.nav li img {
	width: 145px;
	height: 48px;
}

.nav li a {
	display: block;
	width: 145px;
	height: 48px;
	transition: 0.5s;
	text-decoration: none;
}

.nav > li:hover > a {/*layer-1*/
	opacity: 0.8;
}

.nav > li li:hover > a {/*layer-2*/
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}

.nav li ul {
	top: 48px;
	left: 0;
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
}

.nav li ul li {
	overflow: hidden;
	height: 0;
	z-index: 1000;
	transition: 0.2s;
}

.nav li ul li a {
	color: #fff;
	background-color: rgba(33,33,33,0.9);
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 48px;
	text-indent: 13px;
	background-image: url(https://miea.or.jp/image/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0px 0px;
	border-bottom: 1px solid #333;
}

.nav li ul li:last-child a {
	border-bottom: none;
}

.nav li ul li a:hover {
	color: #fff;
	background-color: rgba(66,66,66,0.9);
	padding: 0;
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 48px;
	text-indent: 13px;
	background-image: url(https://syokunokura.com/image/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9px 9px;
}

.nav li:first-child ul li a:hover {
	background-color: rgba(0,109,217,0.9);
}

.nav li:nth-child(2) ul li a:hover {
	background-color: rgba(255,147,38,0.9);
}

.nav li:nth-child(3) ul li a:hover {
	background-color: rgba(255,0,0,0.9);
}

.nav li:nth-child(4) ul li a:hover {
	background-color: rgba(105,0,144,0.9);
}

.nav li:hover > ul > li {
	overflow: visible;
	height: 48px;
}

/*smooth shop*/
.page{
	border: solid 0px #666666;
	padding:0px;
	margin: 0 auto;
}
.index_left{
	width: 250px;
}
.main{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.index_right{
	width: 0px;
}
.navi{
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-top: dotted 0px #FF6666;
	border-bottom: dotted 0px #FF6666;
	margin-bottom:5px;
	text-align: right;
}
.next_navi{
	text-align:right;
}
.page_count_view{
	text-align: right;
	margin-right:0px;
}
.page_title h1{
	font-size:0px;
	border: solid 0px #cccccc;
	width:100%;
	padding:0px;
	text-align: center;
	line-height: 0em;
	color: #FFF;
	margin: 0px;
}
.error{
	color:#ff6666;
}
.page_top{
	text-align: center;
	padding: 0px;
	border: solid 0px #666699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.main_top,.main_bottom{
	text-align: center;
	padding: 0px;
	border: solid 0px #666699;
	margin: 0px;
}
.page_bottom{
	text-align: center;
	padding: 0px;
	border: solid 0px #666699;
	background-color: #846B5C;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.page_bottom a:link,.page_bottom a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page_bottom a:hover {
	text-decoration: none;
	color: #f2f2f2;
}
.index_top{
    margin:0px;
	padding:0px;
	border:0px;
}
.index_middle,.index_bottom,.index_r_top,.index_r_bottom{
    margin:0px;
	padding:0px;
	border:0px;
}
.login_view,.search_view,.cart_view{
	margin:0px;
	padding:0px;
	border:0px;
}
.cart_view_each{
	margin-top:10px;
	margin-bottom:0px;
}
.sales_view{
	margin:0px;
	padding: 0px;
	border: solid 0px #FF6666;
}
.sales_view_each{
	margin-top:10px;
	margin-bottom:0px;
}
.sales_view_each img{
	width:90px;
}
.recommend_view{
	margin:0px;
	padding: 0px;
	border: solid 0px #FF6666;
}
.recommend_view_each{
	margin-top:10px;
	margin-bottom:0px;
}
.recommend_view_each img{
	width:90px;
}
.page_index_view{
	margin:0px;
	padding: 0px;
	border: solid 0px #FF6666;
}
.category_all{
	margin:0px;
	padding: 0px;
	border: solid 0px #FF6666;
}
.category1{
	margin-bottom: 20px;
}
.category_name1{
	margin-top:0px;
	padding-left:0px;
	border-bottom: solid 0px #666699;
	border-left: solid 10px #666699;

}
.category_name2{
	padding-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	border-bottom: dotted 0px #666699;
	background-image: url(/list.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.category_name3{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	padding-left:10px;
	border-bottom: dotted 0px #FF6666;
	background-image: url(/list.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.category_name4{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	padding-left:10px;
	border-bottom: dotted 0px #666666;
	background-image: url(/list.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.category_name5{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	padding-left:10px;
	border-bottom: dotted 0px #CCCCCC;
	background-image: url(/list.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.each_item_name{
	color: #552B00;
	background-color: #DBDBDB;
	padding:0px;
	padding-left:0px;
}
.each_item_img_subtitle img{
	float: left;
	width: 70px;
	margin-right:10px;
}
.each_item_button{
	text-align: right;
	padding-right: 0px;
}
.item_caption{
	line-height: 130%;
}
.item_caption h1{
	font-size: 12px;
	width: 100%;	
	background-color: #FFD5AA;
	padding-left: 0px;
	margin-bottom: 0px;
}
.item_caption img{
	float: right;
	width: 150px;
	border: solid 0px #666666;
}
.clear {
clear: both;
}
.item_view{
	padding:0px;
	border-bottom: dotted 0px #666666;
	margin-bottom: 10px;
}
.item_page_item_code{
	padding: 0px;
}
.item_view_detail h1{
	font-size: 14px;
	width: 100%;	
	background-color: #FFD5AA;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.item_page_img_navi,
.item_page_sub_title,
.item_page_caption{
	padding: 0px;
}
.cart_login_view,.cart_nologin_view{
	border: solid 0px #CCCCCC;
	padding: 10px;
	margin-bottom: 20px;
}
.cart table{
	background-color: #CCCCCC;
}
.cart th{
	background-color: #FFD5AA;
}

.cart td{
	background-color: #FFFFFF;
}
.senddata_koumoku{
	width: 100px;
}
.select_value{
	font-weight: bold;
}
.select_caption{
	padding: 10px;
	padding-left: 20px;
}
.page_index_name1,
.page_index_name2,
.page_index_name3,
.page_index_name4,
.page_index_name5{
	margin:0px;
	padding-left:10px;
	background-image: url(/list.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.page_index_name2{
    margin-left:10px;
}
.page_index_name3{
	margin-left:20px;
}
.page_index_name4{
	margin-left:30px;
}
.page_index_name5{
	margin-left:40px;
}
.page .main .cart .senddatatable th,.page .main .cart .anqtable th{
	font-weight: normal;
	background-color: #f2f2f2;
	line-height: 1.4em;
	padding-top: 4px;
	height: 20px;
}

/*width*/
.wid1em{width:1em;}
.wid2em{width:2em;}
.wid3em{width:3em;}
.wid4em{width:4em;}
.wid5em{width:5em;}
.wid6em{width:6em;}
.wid7em{width:7em;}
.wid8em{width:8em;}
.wid9em{width:9em;}
.wid10em{width:10em;}

/*height*/
.hit1{height:1px;}
.hei2{height:2px;}
.hei3{height:3px;}
.hei4{height:4px;}
.hei5{height:5px;}
.hei10{height:10px;}
.hei12{height:12px;}
.hei15{height:15px;}
.hei20{height:20px;}
.hei24{height:24px;}
.hei25{height:25px;}
.hei30{height:30px;}
.hei40{height:40px;}
.hei1em{height:1em;}
.hei2em{height:2em;}
.hei3em{height:3em;}

/*margin*/
.mag-btm-0em{margin-bottom:0em;}
.mag-btm-05em{margin-bottom:0.5em;}
.mag-btm-1em{margin-bottom:1em;}
.mag-btm-2em{margin-bottom:2em;}
.mag-btm-3em{margin-bottom:3em;}
.mag-top-1em{margin-top:1em;}
.mag-left-1em{margin-left:1em;}
.mag-left-2em{margin-left:2em;}
.mag-left-3em{margin-left:3em;}

/* txt size */
.txt11{
	font-size: 11px;
}
.lh-240 {
	line-height: 180%;
}

.txt10 {
	font-size: 10px;
}

.txt12{font-size: 12px;}
.txt13{font-size: 13px;}
.txt14{font-size: 14px;}
.txt15{
	font-size: 15px;
}
.txt16{font-size: 16px;}
.txt17{font-size: 17px;}
.txt18{font-size: 18px;}
.txt19{font-size: 19px;}
.txt20{font-size: 20px;}
.txt21{font-size: 21px;}
.txt22{font-size: 22px;}
.txt23{font-size: 23px;}
.txt24{font-size: 24px;}
.txt25{font-size: 25px;}
.txt26{font-size: 26px;}
.txt27{font-size: 27px;}
.txt28{font-size: 28px;}

/*txt style*/
.txt-red{color: #F00;}
.txt-white{color: #fff;}
.txt-blue{color: #0059B2;}
.txt-grey9{color: #999;}
.txt-grey6{color: #666;}
.txt-grey3{color: #333;}
.txt-pink {
	color: #FF778B;
}


.txt-ind1 {
	text-indent: 1em;
}

.caution p{
	padding-left:1em;
	text-indent:-1em;
}

/*img float*/
.img-float-right {
	float: right;
	margin-bottom: 2px;
	margin-left: 3px;
}
.img-float-right0 {
	float: right;
	margin-bottom: 2px;
	margin-left: 0px;
}
.img-float-left {
	float: right; margin-bottom: 1em;
	 margin-left: 1em;}
	 
	 
.caution p{
	padding-left:1em;
	text-indent:-1em;
}

/*img rollover alpha*/
.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*pagetop float*/
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#pagetop a:hover {
	  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*youtube sp*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*micro clearfix*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*強調タグ前後に半角スペース*/
strong:before, em:before, b:before { content:" "; } 
strong:after, em:after, b:after { content:" "; }


/*side accordion*/
#acMenu dt{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:left;
	border:1px solid #B99379;
	cursor:pointer;
	background-color: #E8DDD2;
	background-image: url(image/ya.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 2px;
	text-indent: 10px;
	color: #6D503A;
    }
#acMenu dt a {
	color: #6D503A;
	text-decoration: none;
}
#acMenu dt a:hover {
	background-color: #FFCC00;
}

#acMenu dd{
	width:100%;
	height:auto;
	text-align:left;
	border:1px solid #B99379;
	display:none;
	background-color: #FFFFFF;
	padding: 5px;
	color: #EFEFEF;
	line-height: 220%;
	margin-bottom: 2px;
    }
.cc {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B99379;
	text-indent: 1.5em;
	line-height: 220%;
}
#acMenu dd .cc a {
	color: #6D503A;
}

#acMenu dd .cc a:hover {
	color: #FF6600;
}
.sr1 {
	background-image: url(image/sr1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 12px;
}
.sr2 {
	background-image: url(image/sr2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 12px;
}
.sr3 {
	background-image: url(image/sr3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 12px;
}
.side-r-subtitle{
	font-size:10px;
	display:inline-block;
	margin-bottom:6px;
	text-align:left;
}
.headtop a:link,.headtop a:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.headtop a:hover {
	color: #666;
	text-decoration: none;
}

.txtlink a:link,.txtlink a:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.txtlink a:hover {
	color: #666;
	text-decoration: none;
}
.cart #cart table td,.cart #cart table th {
	padding: 10px;
}
.cart #cart table th,.cart form .senddatatable th{
	background-color: #B89379;
	color: #FFF;
}
.cart form .senddatatable td,.cart form .senddatatable th {
	padding: 10px;
}


.gm115 {
	background-image: url(image/gm115.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
}

input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
	font-size: 13px;
	padding: 3px 3px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border-color: #339933;
}

.title15 {
	font-size: 15px;
	font-weight: bold;
	color: #72523D;
	padding: 10px;
}

.title16 {
	font-size: 16px;
	font-weight: bold;
	color: #72523D;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.title17 {
	font-size: 17px;
	font-weight: bold;
	color: #72523D;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.title18 {
	font-size: 18px;
	font-weight: bold;
	color: #72523D;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.pad10{
	padding:0px 10px;
}
.w359b {
	background-image: url(imgnew/w359b.png);
	background-repeat: repeat-y;
	width: 359px;
}
.w355a {
	background-image: url(imgnew/w355a.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 355px;
	background-position: left top;
}

.w355b {
	background-image: url(imgnew/w355b.png);
	background-repeat: repeat-y;
	width: 355px;
}

.w355c {
	background-image: url(imgnew/w355c.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 355px;
	background-position: left top;
}
.box1 {
	padding: 6px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #E8DDD2;
	background-color:#F0E9E1;
}
.box2 {
	padding: 15px;
}
.box3 {
	padding:15px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #E8DDD2;
}
.box4{
	padding:15px;
	background-color:#F0E9E1;
	
}
.box5{
	padding:15px;
	
}

.photo1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.readtxt1 {
}

.topTopics {
	width: 100%; margin: 0 auto 40px;
}

.topTopicsRead {
	width: 100%; margin: 0 0 10px; padding: 15px; font-size:12px; text-align:left; text-align: justify; text-justify: inter-ideograph; background-color: #F2FFFF; color: #00A7A7;
}

.topTopicsBox {
	border: 4px solid #E8DDD2; border-radius:5px; width:100%;; padding: 15px; margin-bottom: 10px;
}

.btnToRecipe {
	width: 205px; margin:10px 0 0 auto; text-align:center;
}

.btnToRecipe a {
	display:block; background-color: #EC8600; color: #fff; font-size: 13px; line-height:1; padding: 0.6em 0; border-radius: 5px; font-weight: bold;
}

.btnToRecipe a:hover {
	background-color: #EF9826;
	text-decoration: none;
}

.topTopicsTitle {
	font-size: 16px; background-color: #FFFFBF; padding: 0.6em 1em; margin-bottom:1em; color: #EC8600; font-weight: bold;
}

.indent11 {
	margin:0 0 0.4em; padding:0 0 0 1em; text-indent:-1em; font-size: 11px; text-align: justify; text-justify: inter-ideograph;
}

.btnS {
		width: 80%;
		margin:1em auto;
		text-align:center;
}

.btnS a {
	display:block; background-color: #EC8600; color: #fff; font-size: 11px; line-height:1; padding: 0.6em 0; border-radius: 5px; font-weight: bold;
}

.btnS a:hover {
	background-color: #EF9826;
	text-decoration: none;
}

.rightText {
	width:100%;
	background-color: #EEE9DD;
	padding:10px;
}

.rightTitle {
	font-size:12px;
	font-weight: bold;
	color: #EC8600;
	margin-bottom:0.6em;
}

.rightDetail {
	font-size: 10px;
}

.sideRightBox {
	width:180px;
	margin-bottom:10px;
}