@charset "utf-8";
/*----------------------------------------------------
	                 Home
------------------------------------------------------*/
#home #slides li{
	width: 946px;
	text-align: center;
	display: block;
}
#home #mainVisual{
	height: 540px;
	padding: 25px 0 0 0;
}
/*slider*/
#home .wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#home .wideslider ul,
#home .wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
#home .wideslider ul li .img_area {
    width: 100%;
	height: 448px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: none;
}
#home .wideslider_base {
    top: 0;
    position: absolute;
}
#home .wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}
#home .pagination {
    margin: 25px auto 0 0;
}
#home #contents{
	margin-top: 10px;
}
#home .secBox{
	margin-bottom: 40px;
}
#home #profArea{
	margin-bottom: 70px;
}
#home #profArea #profTit{
	margin: 45px 20px 40px 0;
}
#home #profArea .btnDetail{
	margin: 70px 0 40px 0;
}
#home #profTit img{
	width: 159px;
}
#home #profArea #profPh{
	width: 358px;
	height: 288px;
	float: right;
	margin-top: -140px;
}
#home #profArea .txtArea{
	width: 560px;
}
#home #profArea #profTit,
#home #profArea .txtArea{
	float: left;
}
#home #profArea:after{
	content: "";
	display: block;
	clear: both;
}
#home #recipeArea{
	width: 360px;
	height: 320px;
	float: left;
	margin-right: 40px;
}
#home #recipeArea #recipeTit{
	text-align: center;
	margin-bottom: 10px;
}
#home #recipeArea #recipeTit img{
	width: 260px;
	height: 62px;
	margin-top: -30px;
}
#home #recipeArea .areaLead{
	width: 192px;
	height: 19px;
	margin: 0 auto 20px auto;
}
#home #recipePh{
	width: 230px;
	height: 180px;
	margin: 0 auto 15px auto;
}
#home #recipeArea #recipePh img{
	width: 220px;
	height: auto;
	top: 8px;
	left: 11px;
}
#home #recipeArea #recipePh:after{
	width: 54px;
	height: 37px;
	top: 10px;
	left: -23px;
}
#home #newsArea{
	width: 600px;
	float: left;
}
#home #newsArea .subTit{
	font-size: 200%;
	width: 130px;
	display: inline-block;
	margin-bottom: 20px;
}
#home #newsArea .btn{
	display: inline-block;
	margin-bottom: 20px;
}
#home #newsArea p{
	display: inline-block;
	margin-bottom: 10px;
}
#home #newsArea #newsLists dt{
	width: 6em;
	float: left;
	margin: 0;
	padding-top: 10px;
}
#home #newsArea #newsLists dd{
	padding: 10px 5px 10px 8em;
}
#home #recipeNewsArea:after{content: "";display: block;clear: both;}
#home #blogArea .subTit,
#home #snsArea .subTit,
#home #booksArea .subTit{
	font-size: 200%;
	margin-bottom: 30px;
	background: url(../img/home/pc/line01.png) no-repeat 50% 50% ;
}
#home #snsArea{
	margin-bottom: 40px;
}
#home #snsArea .areaLead{
	margin-bottom: 30px;
}
#home #blogArea .txtCenter,
#home #booksArea .txtCenter{
	margin-bottom: 30px;
}
#home #bookLists:after{content: "";display: block;clear: both;}
#home .bookList{
	float: left;
}
#home .bookList a:hover{
	text-decoration: none;
}
#home .bookList:last-child{
	margin-right: 0;
}
#home #bnLists{
	text-align: center;
}
#home .bnList{
	display: inline-block;
	margin-right: 35px;
}
#home .bnList:last-child{
	margin-right: none;
}
#home .bnList img{
	width: 340px;
}
#home #facebookArea,
#home #twitterArea{
	float: left;
	height: 400px;
	width: 480px;
}
#home #facebookArea{
	margin-right: 40px;
}
#home #snsArea:after{content: "";display: block;clear: both;}
/*----------------------------------------------------
	                 recipe
------------------------------------------------------*/
#recipe #recipeLead{
	width: 652px;
	height: 19px;
	background: url(../img/recipe/pc/bg_lead.png) no-repeat 0 0;
	font-size: 20px;
	margin-bottom: 50px;
}
#recipe #searchform,
#recipe #searchform #s{
	width: 250px;
	box-sizing: border-box;
}
#recipe #searchform #searchsubmit{
	width: 26px;
	height: 26px;
	top: 6px;
	right: 10px;
}
#recipe #searchBox{
	width:330px;
}
#recipe #searchArea,
#recipe #keywordArea{
	width: 100%;
	height: 65px;
	position: relative;
	margin-bottom: 30px;
}
#recipe #searchBox{
	position: absolute;
	top: -10px;
	right: 0;
}
#recipe.index #tagArea{
	width: 80%;
	position: absolute;
	top: 10px;
	left: 200px;
}
#recipe #recipeLists{
	padding-top: 30px;
}
#recipe .recipeList{
	width: 278px;
	position: relative;
	float: left;
	margin:0 70px 30px 0;
}
#recipe .recipeList .thumArea{
	width: 278px;
	height: 216px;
	margin-bottom: 10px;
}
#recipe .recipeList.new .thumArea:after{
	width: 60px;
	height: 60px;
	top: 18px;
	right: 0;
}
#recipe .recipeList .thumArea img{
	width: 264px;
	height: auto;
	top: 18px;
	left: 14px;
}
#recipe .recipeList:nth-child(3n){
	margin-right: 0;
}
#recipe #recipeLists:after{
	content: "";
	display: block;
	clear: both;
}
#recipe .recipeName {
    font-size: 20px;
    padding: 15px 0 20px;
    margin-bottom: 10px;
}
#recipe.single #tagArea{
	margin-bottom: 40px;
}
#recipe #recipeTxtArea{
	width: 498px;
	float: left;
	margin-right: 56px;
	margin-bottom: 50px;
}
#recipe #recipeImgArea{
	width: 442px;
	height: 316px;
	float: left;
	margin-bottom: 50px;
}
#recipe #recipeImgArea.new:after {
    width: 60px;
    height: 60px;
    top: 0;
    right: 22px;
}
#recipe #recipeImgArea img{
	width: 420px;
	height: auto;
	top: 0;
	left: 0;
}
#recipe .recipeCateTit{
	font-size: 20px;
	padding-bottom: 15px;
}
#recipe .recipeCateTit span{
	font-size: 15px;
}
#recipe #recipeMt{
	width: 420px;
	margin-right: 80px;
	float: left;
	margin-bottom: 40px;
}
#recipe #recipeMake{
	width: 500px;
	float: left;
	margin-bottom: 40px;
}
#recipe .numLists{
	padding-top: 20px;
}
#recipe .mtLists li{
	padding: 8px 0;
}
#recipe .mtLists li li{
	padding-left: 30px;
}
#recipe .mtLists ul{
	margin:8px 0 0;
}
#recipe .mtLists ul ul{
	margin-bottom: -8px;
}
#recipe .numLists li{
	margin-bottom: 20px;
}
#recipe .numLists li:before{
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
#recipe .numLists li:before {
    float: left;
}
#recipe #recipePoint{
	clear: both;
}
#recipe .recipePointBx{
	padding-bottom: 50px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
#recipe .recipePointBx .txtArea{
	min-width: 665px;
}
#recipe .recipePointBx .imgArea{
	margin-left: 20px;
}
#recipe .recipePointBx .imgArea img{
	width: 315px;
	height: auto;
}
#recipe #recipeYoutube{
	clear: both;
	margin-bottom: 30px;
}
/*----------------------------------------------------
	                 newsletter
------------------------------------------------------*/
#newsletter .secBox{
	margin-bottom: 50px;
}
#newsletter .txtArea p{
	margin-bottom: 20px;
}
#newsletter #aboutSec .txtArea{
	float: left;
	width: 500px;
}
#newsletter #aboutSec .img01{
	width: 440px;
	float: right;
	margin:0 0 0 60px;
}
#newsletter #aboutSec:after{
	content: "";
	display: block;
	clear: both;
}
/*----------------------------------------------------
	                 products
------------------------------------------------------*/
#products #mainVisual{
	margin-bottom: 40px;
}
#products .accordionBoxContents{
	width: 940px;
	margin: 40px auto 0;
}
#products .secBox p{
	margin-bottom: 20px;
}
.accordionSec{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#products .accordionSecTit{
	font-size: 25px;
	margin-bottom: 30px;
}
#products #img01,
#products #img01 img{
	width: 594px;
	margin: 0 auto;	
}
#products #sec02 .txtArea{
	width: 680px;
	float: left;
}
#products #sec02 #img02{
	width: 260px;
	float: right;
}
#products #sec02:after{content: ""; display: block; clear: both;}
#products .acImgTit{
	margin: 20px auto 30px;
}
#products #pointLists:after{content: ""; display: block; clear: both;}
#products .pointList{
	width: 460px;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
#products .pointList:nth-child(even){
	margin-right: 0;
}
#products .pointTit{
	font-size: 25px;
	margin-bottom: 10px;
}
#products .pointImg{
	margin-left: 20px;
}
#products .cookList{
	width: 300px;
	padding: 15px;
	margin-right: 18px;
	margin-bottom: 20px;
	float: left;
}
#products .cookList:nth-child(3n){
	margin-right: 0;
}
#products .cookTit{
	padding-bottom: 15px;
}
#products .secBox .cookTxt{
	font-size: 85%;
	margin-top: 15px;
	margin-bottom: 0;
}
#products #cookLists{
	margin-bottom: 20px;
}
#products #cookLists:after{content: ""; display: block; clear: both;}
#products .pointBox{
	padding: 20px;
}
#products #detailArea{
	margin-top: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#products #detailArea .prdctsDtlimg{
	margin-right: 10px;
}
#products #detailArea .prdctsDtl{
	margin-right: 10px;
}
#products .bookBox{
	margin-bottom: 30px;
}
#products .bookBox .bookThum{
	width: 187px;
	margin-right: 30px;
	float: left;
}
#products .bookName{
	margin-bottom: 20px;
}
#products .bookBox:after{content: ""; display: block; clear: both;}
#products .paymentContents dt,
#products .bookContents dt{
	font-size: 110%;
	font-weight: bold;
	color: #faa606;
}
#products .paymentContents dd,
#products .bookContents dd{
	margin-bottom: 20px;
}
#products .bookBtn{
	width: 270px;
}
#products .postageTbl th{
	width: 60%;
}
#products .postageTbl td{
	width: 40%;
}
#products .flowList .num img{
	width: 40px;
}
#products #flowLists:after{content: ""; display: block; clear: both;}
#products .flowList{
	width: 220px;
	height: 160px;
	padding:10px 20px 20px 20px;
	float: left;
	margin-right: 20px;
}
#products .flowList:last-child{
	margin-right: 0;
}
#products .flowList:after,
#products .flowList:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#products .flowList:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ce3f00;
	border-width: 7px;
	margin-top: -7px;
}
#products .flowList:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #ce3f00;
	border-width: 13px;
	margin-top: -13px;
}
#products #flowLists{
	margin-bottom: 30px;
}
#products .returned{
	padding: 30px;
	margin-bottom: 40px;
}
#products .requiredTit,
#products .returnedTit{
	font-size: 140%;
	margin-bottom: 30px;
}
#products .basicTbl.formTbl{
	margin-bottom: 25px;
}
#products #formArea{
    padding-bottom: 50px;
    margin-bottom: 50px;
}
#products #required{
	width: 470px;
	padding: 20px;
	float: right;
}
#products #txtFax,
#products #txtFax img{
	width: 430px;
}
#products #txtFax{
	float: left;
}
#products #faxArea:after{content: ""; display: block; clear: both;}
/*----------------------------------------------------
	                 contact
------------------------------------------------------*/
.contactLead{
	margin-bottom: 30px;
}
#contactForm{
	margin-bottom: 30px;
}
.wpcf7-submit{
	outline: none;
    width: 320px;
    margin: 0 auto;
    display: block;
    font-size: 120%;
    padding: 15px 0;
    background-color: #ce3e02;
    border-radius: 5px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    transition:background-color 0.3s linear;
}
.wpcf7-submit:hover{
	text-decoration: none;
	background-color: #cf9400;
}
/*----------------------------------------------------
	                 news
------------------------------------------------------*/
#newsPost{
	margin-bottom: 50px;
}
#newsLists #tagArea,
#newsPost #tagArea{
	margin:0 0 20px;
}
/*----------------------------------------------------
	                 blog
------------------------------------------------------*/
#blog .thumArea{
	width: 220px;
	height: 164px;
}
#blog .blogList{
	width: 220px;
}

/*----------------------------------------------------
	                 commnet
------------------------------------------------------*/
#respond{
	padding: 30px;
	border-radius: 10px;
}
#respond .comment-form-email,
#respond .comment-form-author{
	display: inline-block;
	margin-bottom: 10px;
}
#respond .comment-form-comment{
	margin-bottom: 10px;
}
#respond .comment-notes,
#respond .form-allowed-tags{
	margin-bottom: 20px;
}
#respond .comment-form-email{
	width: 49%;
}
#respond .comment-form-author{
	width: 50%;
}
#respond #submit{
	width: 330px;
	margin: 0 auto;
	padding: 15px 0;
}
#respond #submit:hover{
	text-decoration: none;
	background-color: #cf9400;
}
#comments #commentList{
	margin-bottom: 20px;
}
#comments .comment-body{
	margin-bottom: 30px;
	padding-bottom: 30px;
}
/*----------------------------------------------------
	                 profile
------------------------------------------------------*/
#profile .thumArea{
	width: 300px;
	text-align: center;
	float: left;
}
#profile .thumArea img{
	margin-bottom: 20px;
}
#profile .txtArea{
	width: 650px;
	margin-left: 50px;
	float: left;
}
#profile .txtArea p{
	margin-bottom: 20px;
}
#profile #profMainArea:after{content: ""; display: block; clear: both;}
#profile .btnMoreOpen{
	margin-top:30px; 
}
#profile .profSec{
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#profile #goalArea{
	margin: 50px auto 30px;
}
#profile #goalArea .btn{
	width: 280px;
}
/*----------------------------------------------------
	                 book
------------------------------------------------------*/
#book .bookList{
	width: 306px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
#book .bookList .thum{
	width: 306px;
	height: 249px;
}
#book .bookList:nth-child(3n){
	margin-right: 0;
}
#book #bookLists:after{content: ""; display: block; clear: both;}

#book .cateList{
	margin-right: 17px;
	width: 110px!important;
}
#book .cateList:last-child{
	margin-right: 0;
}
#book #cateLists{
	margin-bottom: 60px;
}
#book #cateLists:after{content: ""; display: block; clear: both;}
#book .bookBox .booktit{
	font-size: 20px;
	margin-bottom: 15px;
}
#book .bookBox .thum{
	width: 306px;
	height: 249px;
	margin-bottom: 20px;
}
#book .bookBox .txtArea{
	width: 650px;
	float: left;
}
#book .bookBox .thumArea{
	width: 306px;
	float: left;
	margin-right: 44px;
}
#book .bookBox div:after{content: ""; display: block; clear: both;}
#book .bookBox .amazon_btn{
	width: 270px;
}
#book .bookBox .publisher{
	margin-bottom: 10px;
}
#book .bookBox{
	padding-bottom: 50px;
	margin-bottom: 40px;
}