/*
*
* /3min/css/style.css
*
*/

/* 共通
-----------------------------------------*/
body {
	font-size: 14px !important;
	color: #342619;
}
a {
	color: #ef6317;
	text-decoration: underline;
}
a:hover {
	opacity: 0.5;
	text-decoration: none;
}
#page-top {
	bottom: 41px;
	position: fixed;
	right: 0;
}

#wrapper {
	width: 100%;
	background: #FFEFDE;
}

/***** 共通ヘッダー *****/
#header {
	width: 100%;
	background: #FFF;
	padding: 15px 0;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
}
#header-inner {
	width: 940px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
#header h1 {
	width: 148px;
	height: 59px;
	background: url(../images/logo.png) no-repeat;
	font-size: 0;
	float: left;
	margin: 10px 0 0 0;
}
#header #header-txt {
	float: left;
	font-size: 12px;
	line-height: 1.6;
	margin: 15px 0 0 30px;
}
#header #header-txt strong {
	font-size: 14px;
}
#header h1 a {
	display: block;
	height: 59px;
}
#kewpie {
	float: right;
}
.s-txt {
	font-size:12px;
}


/***** 共通右カラム *****/
#sidemenu {
	width: 300px;
	float: left;
}
#searchArea {
	margin-bottom: 20px;
}
#searchArea .search {
	padding: 10px 15px 10px 35px;
	background: url(../images/icon-search.gif) no-repeat 8px center #FFF;
	margin-bottom: 10px;
}
#searchArea input[type=text] {
	color: #969696;
	font-size: 14px;
	border: 2px solid #342619;
	border-radius: 5px;
	width: 246px;
}
.search-btn {
	margin-bottom: 14px;
}
.search-btnopstion {}
.search-btn:hover, .search-btnopstion:hover {
	opacity: 0.5;
}
.season-txt {
	margin-bottom: 10px;
	font-weight: bold;
	background: url(../images/icon-clover.gif) no-repeat left center;
	padding-left: 20px;
}
.season-keyword {
	overflow: hidden;
	margin-right: -5px;
}
.season-keyword li {
	background: #ef6317;
	border-radius: 5px;
	margin-right: 10px;
	text-align: center;
	float: left;
	color: #FFF;
	margin-bottom: 10px;
}
.season-keyword li:hover {
	opacity: 0.5;
}
.season-keyword li:last-child {
	margin-right: 0;
}
.season-keyword a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding:6px 8px;
}
.sagasu {
	overflow: hidden;
	margin-right: -20px;
}
.sagasu li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.ranking {
	overflow: hidden;
	margin-right: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ranking li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
}
.obi {
	position: absolute;
	top: 0px;
	left: 0px;
}
#side_banner img {
	margin-bottom: 10px;
}
.social {
	/*background: url(../images/line02.gif) repeat-x left top;
	padding: 24px 0 0 0;*/
	margin: 0px 0 17px 0;
}
.social ul {
	overflow: hidden;
	margin-right: -10px;
}
.social li {
	float: left;
	margin-right: 10px;
}
#whatsnew {
	background: #FFF;
	font-size: 12px;
	padding: 10px 0;
}
#whatsnew ul {
	margin:0 10px;
	overflow: auto;
	height: 88px;
}
#whatsnew li {
	margin-bottom: 15px;
}
#whatsnew li:last-child {
	margin-bottom: 0;
}
#season-pickup {
	background: #FFF;
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 20px 0;
}
#season-pickup dl {
	overflow: hidden;
	width: 263px;
	margin:20px auto;
}
#season-pickup dt {
	float: left;
	margin-right: 10px;
}
#season-pickup dd {
	float: left;
	width: 133px;
	font-size: 14px;
	line-height: 1.6;
}
#season-pickup dd span {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 2px;
}
h4 {
	background: #342619;
	color: #FFF;
	padding: 6px 8px;
	font-size: 14px;
}

/***** 共通フッター *****/
#foot-upper {
	width: 100%;
	background:#ef6318;
	padding: 30px 0;
}
#foot-upper-inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#foot-l li {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #FFF;
	padding-left: 20px;
	margin-left: 20px;
}
#foot-l li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
#foot-l li a {
	color: #FFF;
	text-decoration: none;
}
#foot-r {
	position: absolute;
	top: 0;
	right: 0;
}
#foot-r li {
	display: inline-block;
	margin-right: 10px;
}
#foot-r li:last-child {
	margin-right: 0;
}
#footer {
	background: #FFF;
	color: #ef6318;
	text-align: center;
	padding: 10px 0;
}


/* TOPページ （※レシピページも共通）
-----------------------------------------*/
#contents {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 22px 0;
}
#main {
	width: 620px;
	margin-right: 20px;
	float: left;
}
.top_banner{ margin-bottom: 20px; }
.top_recipe {
	width: 100%;
	background: #FFF;
}
.recipe_title {
	background: #342619;
	padding: 4px 10px;
	font-size: 14px;
	position: relative;
	color: #FFF;
}
.recipe_title h2 {
	font-size: 14px;
}
.recipe_title .date {
	position: absolute;
	top: 5px;
	right: 10px;
}
#newestArea {
	width: 580px;
	margin: 17px auto;
	padding-bottom: 10px;
}
h3#newest_title {
	font-size: 24px;
	font-weight: bold;
	width: 450px;
}
#newest_sub {
	width: 440px;
}
#newestBox {
	overflow: hidden;
	padding: 18px 0 20px 0;
}
.foodimg_m {
	float: left;
	width: 320px;
}
.foodimg_m img {
	width: 100%;
}
.detail {
	float: left;
	margin-left: 19px;
	width: 241px;
}
.tag {
	margin-bottom: -10px;
}
.tag li {
	margin: 0 20px 10px 0;
	font-size: 13px;
	color: #FFF;
	position: relative;
	display: inline-block;
	padding: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .tag li { padding: 2px; }
}
.tag li:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	left: 100%;
	top: 50%;
	border:11px solid transparent;
	border-left:10px solid #fff;
	margin-top: -11px;
}
.tag li:last-child {
	margin-right: 0px;
}
.tag li a {
	color: #FFF;
	text-decoration: none;
}
.tag li a:hover {
	opacity: 0.4;
}

/* 肉タグ */
.meat {
	background: #dca442;
}
.meat:after {
	border-left:10px solid #dca442 !important;
}
/* 魚タグ */
.fish {
	background: #77b4ce;
}
.fish:after {
	border-left:10px solid #77b4ce !important;
}
/* 野菜タグ */
.vegetable {
	background: #99b05b;
}
.vegetable:after {
	border-left:10px solid #99b05b !important;
}
/* その他タグ */
.other {
	background: #857562;
}
.other:after {
	border-left:10px solid #857562 !important;
}
/*　調理法タグ */
.seasoning {
	background: #c6aa96;
}
.seasoning:after {
	border-left:10px solid #c6aa96 !important;
}
#teacher {
	margin: 20px 0 18px 0;
}
#teacher a {
	color: #372413;
}
#teacher a:hover {
	text-decoration: none;
}
#teacher img {
	vertical-align: middle;
	margin-right: 10px;
}
.nutrition {
	margin-bottom: 20px;
}
.nutrition .newest_nutrition {
	font-weight: bold;
}
.nutrition li:first-child {
	font-weight: bold;
}
.recipeBtn {
	overflow: hidden;
}
.recipeBtn a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 11px 0;
}
.recipeBtn li {
	background: #ef6317;
	border-radius: 5px;
	margin-right: 12px;
	width: 114px;
	text-align: center;
	float: left;
	color: #FFF;
}
.recipeBtn li:hover {
	opacity: 0.5;
}
.recipeBtn li:last-child {
	margin-right: 0;
}
#other-txt p {
	background: url(../images/line.gif) repeat-x top, url(../images/line.gif) repeat-x bottom;
	padding: 10px 0;
	font-weight: bold;
	font-size: 12px;
	color: #ef6317;
	margin-bottom: 20px;
}

/*　スライダー　*/
#slider {
	width: 532px;
}
#slider ul{
	overflow: hidden;
	padding-left: 5px;
}
#slider li {
	float: left;
	width: 122px;
	margin-right: 15px;
}
#slider li:last-child {
	margin-right: 0;
}
#slider a {
	color: #342619;
}
#slider span {
	display: inline-block;
	font-size: 12px;
	margin: 5px 0;
	line-height: 1.5;
}
.bx-wrapper{
	position: relative;
}
.bx-viewport {
	margin: 0 20px;
	width: 540px !important;
	height: auto !important;
}
.bx-prev {
	position: absolute;
	top: 30%;
	left: 0;
	color: #ef6317;
	font-size: 21px;
	text-decoration: none;
}
.bx-next {
	position: absolute;
	top: 30%;
	right: 0;
	color: #ef6317;
	font-size: 21px;
	text-decoration: none;
}
.subArea {
	overflow: hidden;
}
.inner {
	margin:0 20px;
}

/* ３分クッキングの本 */

.textArea {
	float: left;
	background: #FFF;
	width: 580px;
	padding: 20px;
}
.textArea .text-title {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}
.textArea .icon-book {
	background: url(../images/icon-book.gif) no-repeat left center;
	padding-left: 40px;
}
.textArea .box {
	padding-left: 170px;
}
.textArea .text-img {
	float: left;
	width: 150px;
	margin-right: 20px;
}
.textArea .links {
	display: table;
	border-collapse:separate;
    border-spacing:10px 0;
    margin-left: -10px;
 }
.textArea .links a{
	display: table-cell;
	width: 190px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	vertical-align:middle;
}
.textArea .links a:hover { opacity: 0.5; }
.textArea .new-text { background: #ef6317; }
.textArea .koudoku-text { background: #9c8b7b; }
.textArea .s-txt{ font-size: 14px; margin-top: 20px; }

.yasashii {
	float: left;
	background: #FFF;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.yasashii-title {
	margin-bottom: 5px;
	position: relative;
}
.yasashii-title img {
	margin-left: 10px;
}
.yasashii-title p {
	font-size: 20px;
	font-weight: bold;
	color: #5da34e;
	position: absolute;
	top: 10px;
	right: 0px;
	display: inline-block;
}
.yasashii-title span {
	font-size: 20px;
	letter-spacing: -1px;
}
.yasashii ul {
	margin-top: 10px;
}
.yasashii li {
	color: #342619;
}
.yasashii li a:hover {
	text-decoration: none;
}

/* 下バナー */
#banner {
	width: 100%;
	background: #FFF;
	padding: 30px 0;
}
#banner-inner {
	width: 940px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#banner ul {
	overflow: hidden;
	margin:0 -20px -20px 0;
	text-align:center;
	font-size:0;
}
#banner li {
	margin: 0 20px 20px 0;
	display: inline-block;
}
/* クリスマスプレゼント */
#xmas {
	width: 940px;
	margin: 0 auto 25px auto;
}
#xmas p {
	margin-bottom: 10px;
}

/* 緊急告知エリア（通常は非表示） */
#urgency {
	width: 940px;
	margin: 0 auto 25px auto;
}
/*#urgency-inner {
	width: 940px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
}*/
#urgency-inner p {
	margin-bottom: 10px;
}
/*#urgency ul {
	overflow: hidden;
	margin:0 -40px -20px 0;
}
#urgency li {
	float: left;
	margin:0 20px 20px 0;
}*/

/*　カレンダー　*/
#calendar_table {
	width: 940px;
	margin: 40px auto;
}
div#calendar .calendar-header {
	padding: 5px 0px;
	width: 100%;
	background: #342619;
	text-align: center;
	position: relative;
	color: #FFF;
}
div#calendar .back a {
	display: block;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 18px;
	padding: 0 10px;
}
div#calendar .next a {
	display: block;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 18px;
	padding: 0 10px;
}
div#calendar table {
	background: #FFF;
	display: table;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 100%;
	border-right: 1px dotted #9c8b7b;
}
div#calendar th {
	margin: 0px;
	padding: 3px 0;
	height: 25px;
	text-align: center;
	background: #f0f0f0;
	border-left: 1px dotted #9c8b7b;
}
div#calendar .sat {
	color: #3c9ed7;
}
div#calendar .sun {
	color: #ef6317;
}
div#calendar td {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 134px;
	border-bottom: 1px dotted #342619;
	border-left: 1px dotted #9c8b7b;
	border-right-style: none;
	border-top-style: none;
	vertical-align: top;
	text-align: center;
}
div#calendar .waku {
	position: relative;
}
div#calendar td a {
	margin: 0px;
	padding: 10px 0;
	height: auto;
	width: auto;
	background: #FFFFFF;
	display: block;
	text-decoration: none;
	color: #342619;
}
div#calendar td a:hover {
	opacity: 0.5;
}
div#calendar .d_sun {
	color: #CC0000 !important;
	width: auto;
	vertical-align: top;
}
div#calendar .day {
	font-size: 12px;
	text-align: left;
	display: block;
	padding: 5px;
	background: #342619;
	width: 26px;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
div#calendar .d_mon {
	background: none !important;
	color:#342619 !important;
}
div#calendar .d_sat .day {
	color: #aadeff;
}
div#calendar .d_sun .day {
	background: none !important;
	color: #ef6317;
}
div#calendar .release .day {
	background: url(../images/icon-fuki.gif) no-repeat 1px center !important;
	padding: 0;
	height: 25px;
	line-height: 25px;
}
div#calendar .photo {
	height: 93px;
}
div#calendar .cooking {
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	display: block;
	margin: 0px auto;
	padding:10px 5px 0px 5px;
	height: auto;
	width: auto;
}
div#calendar .book_sale {
	background: url(../images/icon-fuki.gif) no-repeat left center;
	text-align: left;
	margin: 15px 0px;
	padding-left: 35px;
	height: 25px;
	width: auto;
	font-size: 14px;
	line-height: 1.8;
}
div#calendar td.doyoubi ,div#calendar td.doyoubi a { background-color: #d6efff; }


/* レシピページ（bodyにID(id="recipe")指定）
-----------------------------------------*/
#recipe #newestBox {
	padding-bottom: 0;
	padding-top: 18px;
}
#recipe #newestArea {
	position: relative;
}
#recipe .nutrition {
	margin-bottom: 0;
}
#recipe .tag {
	border-bottom: 1px dotted #cfc3b3;
	margin: 8px 0;
}
#recipe #teacher {
	margin: 12px 0 10px 0;
}
#recipe #recipe-social {
}
#recipe #recipe-social li {
	display: inline-block;
	margin: 10px 0 0 0;
}
#recipe #movie-print {
	position: absolute;
	top: -7px;
	right: 0;
	margin-right: -5px;
}
#recipe #movie-print li {
	display: inline-block;
	margin-right: 5px;
}
#recipe #other-recipe {
	background: #f8f3ec;
	padding: 14px 12px;
	margin:10px 0 15px 0;
	font-weight: bold;
}
#recipe #other-recipe a {
	text-decoration: none;
	font-weight: normal;
}
#recipe #recipe-detail {
	overflow: hidden;
	background: #FFF;
	margin: 0 0 20px 0;
}
#recipe .ingredient {
	width: 260px;
	float: left;
	margin-right: 10px;
}
#recipe .ingredient .ingredient-inner {
	background: #f8f3ec;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#recipe .ingredient .ingredient-table {
	margin: 0 5px;
	width: 250px;
	background: #FFF;
}
#recipe .ingredient .ingredient-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #cfc3b3;
	vertical-align: top;
}
#recipe .ingredient .ingredient-table tr:last-child td {
	border-bottom: none;
}
#recipe .ingredient .ingredient-table td:nth-child(2) {
	width: 95px;
}
#recipe .ingredient .ingredient-table .sub1 {
	color: #342619;
}
#recipe .ingredient .ingredient-table .sub2 {
	color: #09729e;
}
#recipe .ingredient .ingredient-table .sub3 {
	color: #046f54;
}
#recipe .ingredient .ingredient-table .l-element {
	background: #f8f3ec; /* 親要素 */
}
#recipe .ingredient .ingredient-table .s-element {
	border-bottom: 1px dashed #cfc3b3;  /* 子要素破線 */
}
#recipe .ingredient #mail {
	border-radius: 5px;
	background: #ef6317;
	text-align: center;
	margin-top: 10px;
}
#recipe .ingredient #mail:hover {
	opacity: 0.5;
}
#recipe .ingredient #mail a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 13px 0;
}
#recipe .ingredient #mail span {
	background: url(../images/recipe/icon-email.gif) no-repeat left center;
	padding-left: 25px;
}
#recipe .howto {
	width: 309px;
	float: left;
	background: #f8f3ec;
}
#recipe .howto .howto-table {
	margin: 0 5px;
	width: 299px;
	background: #FFF;
	margin-bottom: 5px;
}
#recipe .howto .howto-table td {
	padding: 20px 10px;
	border-bottom: 1px dashed #cfc3b3;
	vertical-align: top;
}
#recipe .howto .howto-table td:nth-child(1) {
	width: 10px;
}
#recipe .howto .howto-table tr:last-child td {
	border-bottom: none;
}
#recipe .howto .howto-table td img {
	padding-right: 8px;
	margin-top: 20px;
}
#recipe .howto .howto-table td img:last-child {
	padding-right: 0;
}
#recipe .howto .howto-table .subNumber {
	margin-top: 15px;
}
#recipe .howto .howto-table .subNumber li {
	list-style: decimal inside none;
	margin-bottom: 5px;
}
#recipe .howto .howto-table .subNumber img {
	margin-top: 5px;
}
#recipe .howto .howto-table .number {
	position: relative;
	margin-left: -15px;
}
#recipe .howto .howto-table .number span {
	font-size: 12px;
	text-align: left;
	display: block;
	padding: 5px;
	background: #342619;
	width: 23px;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
#recipe .howto .howto-table .number span img {
	margin-top: 0;
}
#recipe .recipe-box {
	border: 5px solid #f8f3ec;
	position: relative;
	margin-bottom: 20px;
}
#recipe .recipe-box h5 {
	font-size: 18px;
	color: #ef6318;
	background: url(../images/recipe/h5-ribon.gif) no-repeat left top;
	height: 47px;
	position: relative;
	top: -5px;
	left: 20px;
	margin-bottom: -10px;
}
#recipe .recipe-box h5 span {
	position: absolute;
	left: 40px;
	bottom: 10px;
}
#recipe .recipe-box .point {
	overflow: hidden;
	padding:20px;
}
#recipe .recipe-box .point h6 {
	font-weight: bold;
	margin-bottom: 10px;
}
#recipe .recipe-box .point .photo {
	float: left;
	margin-right: 20px;
}
#recipe .recipe-box .point .cnts {
	float: left;
	width: 390px;
}
#recipe .recipe-box .point .cnts2 {
	width: 100%;
}
#recipe .recipe-box .advice {
	padding: 20px;
}
#recipe .recipe-box .advice li {
	margin-bottom: 10px;
	line-height: 1.5;
}
#recipe .recipe-box .advice li:last-child {
	margin-bottom: 0;
}
#recipe .social {
	display: none;
}
#recipe .ranking {
	margin-bottom: 15px;
}

/* プリント用CSS */
.print_text_bnr, p.print {
	display: none;
}

/*　スライダーpager追加(2014.07.10)　*/
.bx-viewport {
	margin-bottom: 5px !important;
}
body#recipe .bx-viewport {
	padding-bottom: 10px !important;
}
.bx-controls {
	margin-bottom: 17px;
}
.#slider span {
	margin-bottom: 0 !important;
}
.bx-pager {
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	margin-left: -20%;
	left: 50%;
	width: 100%;
}
body#recipe .bx-pager {
	margin-left: -10%;
}
.bx-pager a:hover {
	opacity: 1;
}
.bx-pager-item {
	float: left;
	height: 10px;
	width: 10px;
	margin: 0 10px 0 0;
}
.bx-pager-item:last-child {
	margin-right: 0;
}
.bx-pager .bx-pager-link {
	background: #D0D0D0;
	height: 10px;
	width: 10px;
	display: block;
	border-radius: 5px;
}
.bx-pager .active {
	background: #ef6317;
}