@charset "utf-8";
/*----------------------------------------------------
	                 home
------------------------------------------------------*/
#home #mainVisual{
	width: 100%;
	background: url(../img/common/bg_orange.png) #ffb43c;
}
#home .slider_prev,
#home .slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
#home .slider_prev {background: url(../img/home/arrow_slide_left.png) no-repeat right center;}
#home .slider_next {background: url(../img/home/arrow_slide_right.png) no-repeat left center;}
#home .pagination {
    width: 100%;
    height: 15px;
    text-align: center;
    z-index: 200;
}
#home .pagination a {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
    background: #ce3f00;
    border-radius: 6px;
}
#home .pagination a.active {
    background: #e5926e;
}
#home .wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#home .wideslider ul {
    display: inline-block;
    overflow: hidden;
}

#home #blogArea .subTit,
#home #snsArea .subTit,
#home #booksArea .subTit{
	text-align: center;
}
#home #profArea #profPh img{
	width: 100%;
}
#home #recipeArea .areaLead{
	font-family: 'あんず文字';
	font-size: 20px;
	background: url(../img/home/bg_recipe_lead.png) no-repeat 0 0 /cover;
}
#home #recipeArea{
	background: url(../img/home/bg_recipe_area.png) no-repeat 0 0 /cover;
}
#home #recipePh{
	background: url(../img/home/bg_recipe.png) no-repeat 0 0 /cover;
	display: block;
	position: relative;
}
#home #recipeArea #recipePh img{
	position: absolute;
}
#home #recipeArea #recipePh:after{
	content: "";
	display: block;
	background: url(../img/home/clip.png) no-repeat 0 0 /cover;
	position: absolute;
}
#home #recipeArea #recipeName{
	padding: 0 50px;
	text-align: center;
	font-weight: normal;
	font-size: 110%;
	overflow:hidden;
    text-overflow:ellipsis;
    height: 1.5em;
    white-space: nowrap;
}
#home #newsArea .subTit{
	font-size: 200%;
}
#home #newsArea #newsLists dd{
	background: url(../img/common/line_news_list.png) repeat-x 0 100% /290px 3px;
}
#home .areaLead{
	text-align: center;
}
#home .bookList{
	width: 234px;
	display: block;
	text-align: center;
}
#home .bookList .thum{
	width: 234px;
	height: 192px;
	display: block;
	background: url(../img/common/bg_books.png) no-repeat 0 0 /cover;
	position: relative;
	margin-bottom: 10px;
}
#home .bookList .thum img{
	position: absolute;
	width: auto;
	height: 130px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#home .bookList.bookListNew .thum:before{
	content: "新刊";
	font-size: 12px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	background-color: #ce3f00;
	line-height: 40px;
	position: absolute;
	top: 20px;
	left: 50px;
	z-index: 1000;
}
/*----------------------------------------------------
	                 recipe
------------------------------------------------------*/
#recipe #recipeLead{
	text-align: center;
	margin: 0 auto;
}
#recipe #searchform{
	position: relative;
}
#recipe #searchform #s{
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	font-size: 100%;
	color: #cacaca;
	padding: 10px;
	position: absolute;
}
#recipe #searchform #searchsubmit{
	background-color: transparent;
	background-image: url(../img/common/ico_search.png);
	background-repeat: no-repeat;
	background-size: cover;
	outline: none;
	border: none;
	position: absolute;
}
input.gsc-search-button{
	background-color: #ffb43c!important;
}
input.gsc-search-button:hover{
	background-color: #ffc25f!important;
}
input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus{
	border-color:#ffb43c!important;
	outline: none!important;
}
#recipe .recipeList .thumArea{
	background: url(../img/recipe/bg_recipe.png) no-repeat 0 0 /cover;
	display: block;
	position: relative;
}
#recipe .recipeList a:hover{
	text-decoration: none;
}
#recipe .recipeList a{
	display: block;
}
#recipe .recipeList .thumArea img{
	position: absolute;
}
#recipe .recipeList.new .thumArea:after{
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/common/ico_new.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#recipe .recipeList .date,
#recipe .recipeList .blogTit{
	display: block;
	text-align: center;
}
#recipe .recipeList .date{
	font-size: 90%;
}
#recipe .recipeList .blogTit{
	font-weight: normal;
	font-size: 110%;
}
#recipe .recipeName{
    font-weight: normal;
    border-bottom: 2px dotted #d14100;
}
#recipe #recipeImgArea{
	background: url(../img/recipe/bg_recipe_main.png) no-repeat 0 0;
	position: relative;
}
#recipe #recipeImgArea img{
	position: absolute;
}
#recipe #recipeImgArea.new:after{
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/common/ico_new.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#recipe .recipeCateTit{
	color: #ce3f02;
	font-weight: normal;
}
#recipe .numLists{
	border-top: 1px solid #ededed;
}
#recipe .mtLists li{
	display: block;
	border-top: 1px solid #ededed;
}
#recipe .mtLists{
	border-bottom: 1px solid #ededed;
}
#recipe .mtLists li li{
	counter-increment : chapter;
}
#recipe .numLists{
	counter-reset: sample;
}
#recipe .numLists li:before{
    counter-increment: sample;
    content: counter(sample);
	text-align: center;
	padding: 10px 4px;
	line-height: 0.8em;
	display: block;
	background: #ce3f02;
	border-radius: 50%;
	color: #fff;
	box-sizing: border-box;
}
#recipe #recipeYoutube{
	margin-bottom: 30px;
}
#recipe .youtubeBox{
	margin: 0 auto;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
#recipe .youtubeFrame{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#recipe #bannerAreaYoutbe{
	text-align: center;
	margin-bottom: 30px;
}
/*----------------------------------------------------
	                 products
------------------------------------------------------*/
#products .pointList{
	background-color: #f9f8f3;
	display: block;
}
#products .pointTit{
	font-family: 'あんず文字';
	font-weight: normal;
	color: #f5a626;
}
#products .cookList{
	background-color: #f9f8f3;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#products .cookTit{
	display: block;
	text-align: center;
	border-bottom: 2px solid #ce3f00;
}
#products .pointBox{
	background: #f9f8f3;
}
#products .pointBox strong{
	background: #f9e1bc;
}
#products .pointList{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#products .pointImg{
	float: right;
}
#products .pointTxt{
	font-size: 90%;
}
#products .prdctsDtl th,
#products .prdctsDtl td{
	border: 1px solid #dbdbdb;
	padding: 3px 5px;
	text-align: center;
}
#products .prdctsDtl th{
	background: #fff1db;
}
#products .prdctsDtl thead th{
	border: none;
	background: #f8b551;
	border: 1px solid #f8b551;
}
#products .flowList{
	border: 4px solid #ce3f00;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 90%;
	line-height: 1.6em;
	position: relative;
}
#products .flowList:last-child:after,
#products .flowList:last-child:before {
	content: none;
}
#products .flowList .num{
	text-align: center;
}
#products .bookName{
	font-weight: bold;
	font-size: 120%;
}
#products .returned{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #eee;
}
#products #formArea{
    background: url(../img/common/line_contents.png) no-repeat 0 100%;	
}
#products #required{
	background: #f9f8f3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#products #txtFax{
	color: #ce3f00;
	font-size: 110%;	
}
#products #txtFax img{
	padding-top: 10px;
}
/*----------------------------------------------------
	                 blog
------------------------------------------------------*/
#blog .postMainImg{
	text-align: center;
	margin-bottom: 30px;
}
#blog.single #tagArea{
	margin-bottom: 20px;
}
#blog.single #contents a{
	text-decoration: underline;
}
#blog.single #contents a:hover{
	text-decoration: none;
}
/*----------------------------------------------------
	                 commnet
------------------------------------------------------*/
#respond{
	background-color: #f9f8f3;
	box-sizing: border-box;
}
#respond .required{
	color: #ce3f03;
}
#respond label{
	display: block;
}
#respond input,
#respond textarea{
	padding: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 110%;
}
#respond #comment{
	width: 100%;
}
#respond #author,
#respond #email{
	width: 98%;
}
#respond #submit{
	background-color: #ce3f03;
	color: #fff;
	outline: none;
	font-size: 110%;
	border: none;
	cursor: pointer;
	display: block;
}
#comments #commentList{
	display: block;
}
#comments .comment-body{
	background: url(../img/common/line_news_list.png) repeat-x 0 100%;
	display: block;
	width: 100%;
}
#comments .children{
	padding-left: 10%;
}
#comments .logged-in-as a,
#comments .comment-reply-link{
	color: #ce3f03;
	text-decoration: underline;
}
#respond #submit{
	margin: 0 auto;
}
.comment-awaiting-moderation{
	color: #ce3f03;
}
/*----------------------------------------------------
	                 profile
------------------------------------------------------*/
#profile .profSec{
	background: url(../img/common/line_news_list.png) repeat-x 0 100%;
}
#profile .btnMoreOpen.on{
	display: none;
}
#profile #goalArea{
	text-align: center;
}
#profile #lectureSec p{
	margin-bottom: 10px;
}
.ico_lecture,
.ico_event{
	display: inline-block;
	width: 80px;
	color: #fff;
	margin-right: 10px;
	padding: 0 5px;
	font-size: 12px;
	height: 25px;
	line-height: 23px;
}
.ico_lecture{
	background-color: #ffb43b;
}
.ico_event{
	background-color: #ce3f00;
}
.ico_lecture:before,
.ico_event:before{
	content: '';
	display: inline-block;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.ico_lecture:before{
	width: 12px;
	height: 18px;
	background-image: url(../img/profile/ico_lecture.png);
	margin-right: 10px;
}
.ico_event:before{
	width: 16px;
	height: 16px;
	background-image: url(../img/profile/ico_event.png);
	margin-right: 5px;
}
.ico_lecture:after{
	content: '講演会';
	margin-top: -10px;
}
.ico_event:after{
	content: 'イベント';
}
/*----------------------------------------------------
	                 book
------------------------------------------------------*/
#book.everyday #bookEveryday,
#book.dryfood #bookDryfood,
#book.health #bookHealth,
#book.popularity #bookPopularity,
#book.series #bookSeries,
#book.child #bookChild,
#book.bread_sweets #bookBread_sweets,
#book.lunchbox #bookLunchbox,
#book.essay #bookEssay
{ display: none; }
#book #newbookLists{
	margin-bottom: 40px;
}
#book #newbookLists:after{
	content: "";
	display: block;
	clear: both;
}
#book .newbookList{
	display: block;
	width: 234px;
	float: left;
	margin-right: 21px;
}
#book .newbookList:last-child{
	margin-right: 0;
}
#book .newbookList .thum{
	width: 234px;
	height: 192px;
	display: block;
	background: url(../img/common/bg_books.png) no-repeat 0 0 /cover;
	position: relative;
	margin-bottom: 10px;
}
#book .newbookList .thum img {
    position: absolute;
    width: auto;
    height: 130px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#book .newbookList.bookListNew .thum:before {
    content: "新刊";
    font-size: 12px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background-color: #ce3f00;
    line-height: 40px;
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 1000;
}
.btnAmazon{
	width: 100%;
	display: block;
	background-color: #ce3e02;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 8px 0;
	margin-bottom: 15px;
}
.btnAmazon:hover{
	background-color: #e24500;
	text-decoration: none;
}
.newbookTit{
	color: #e36f1e;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#book #bookTbl{
	width: 100%;
}
#book #bookTbl td,
#book #bookTbl th{
	border: 1px solid #dcdcdc;
	padding: 5px;
}
#book #bookTbl tr:nth-child(odd) td{
	background-color: #f6f6f6;
}
#book tr.bookTblTits th{
	background-color: #d14100;
	color: #fff;
}
#book #bookTbl .year,
#book #bookTbl .price{
	text-align: center;
}
#book .bookList{
	display: block;
	text-align: center;
	font-size: 120%;
}
#book .bookList a{
	display: block;
	
}
#book .bookList a:hover{
	text-decoration: none;
}
#book .bookList .thum{
	background-image: url(../img/book/book_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
}
#book .bookList .thum img{
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
}
#book .cateList a{
	outline: none;
}
#book .cateList{
	width: 110px;
	display: block;
	text-align: center;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
#book .cateList .thum{
	width: 96%;
	margin-right: 4%;
	border: 1px solid #d8d8d8;
	height: 80px;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
#book .cateList img{
	height: 60px;
	width: auto;
	padding-top: 10px;
	margin: 0 auto;
}
#book #cateLists:after{content: ""; display: block; clear: both;}
#book .bookBox .booktit{
	color: #e36f1e;
	font-weight: bold;
}
#book .bookBox .thum{
	background-image: url(../img/book/book_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
}
#book .bookBox .thum img{
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: 160px;
}
#book .bookBox{
	background: url(../img/common/line_news_list.png) repeat-x 0 100%;
}
#book .bookBox .amazon_btn a{
	color: #fff;
	display: block;
}
#book .bookBox .amazon_btn a:hover{
	text-decoration: none;
}
#book .bookBox .txtArea p{
	margin-bottom: 10px;
}
/*----------------------------------------------------
	                 404err
------------------------------------------------------*/
#errContents{
	margin: 60px auto;
}
