@charset "utf-8";
/*
=============================================
 トップページ専用
=============================================
*/

.idxBody {
 padding: 10px 0;
 background: #f8f3e8;
}

/* エラーメッセージ
--------------------------------------------------*/
.errMsg {
 text-align: center;
}
.errMsg strong{
 color: #e60012;
 font-weight: normal;
 font-size: 14px;
}

/* 更新日
--------------------------------------------------*/
.publish_time {
 color: #969696;
 font-size: 10px;
}

/* メインビジュアル（スライダー）
--------------------------------------------------*/
#topMainImage {
    position: relative;
 width: 660px;
 height: 340px;
}
.slideWrap {
 height: 300px;
/*
 overflow: hidden;
 *zoom: 1;
*/
}
.slideContainer {
 overflow: hidden;
 *zoom:1;
}
.slideContainer .slide {
 float: left;
 background: #fff;
}
.slideContainer .slide .slideBox{
 width: 660px;
 height: 300px;
}

/*スライド：おすすめレシピ*/
.slideContainer .slide.recommend {
 overflow: hidden;
 *zoom: 1;
}
/*メイン*/
.slideContainer .mainPhoto {
 width: 392px;
 height: 300px;
 float: left;
 overflow: hidden;
 position: relative;
}
.slideContainer .txt_recipe {
 width: 350px;
 padding: 10px 10px 8px 10px;
 background: #ff6600;
 color: #fff;
 font-weight: bold;
 font-size: 18px;
 line-height: 1.2;
 position: absolute;
 left: 10px;
 top: 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.slideContainer .txt_more {
 display: inline-block;
 padding: 10px 10px 8px 10px;
 background: #5cb3b4;
 color: #fff;
 font-weight: bold;
 font-size: 14px;
 line-height: 1.2;
 position: absolute;
 left: 10px;
 bottom: 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.slideContainer .txt_more a {
 color: #fff;
}

/*サブ*/
.slideContainer .subPhoto {
 width: 268px;
 float: right;
}
.slideContainer .subPhoto li {
 width: 128px;
 height: 96px;
 margin-left: 6px;
 margin-bottom: 6px;
 float: left;
 overflow: hidden;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.slideContainer .subPhoto li img {
 max-width: 100%;
 height: auto;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

/*スライドナビゲーション*/
.slideNav {
 height: 35px;
 position: relative;
}
.slideNav .paging {
 padding-top: 9px;
 text-align: center;
}
.ie7 .slideNav .paging {
 padding-top: 14px;
}
.slideNav .paging a{
 display: inline-block;
 width: 44px;
 height: 8px;
 margin: 0 2px;
 background: #d7d7d7;
}
.slideNav .paging a:hover,
.slideNav .paging a.on {
 background-color: #ff6600;
}
.slideNav .direct a {
 display: block;
 width: 100px;
 height: 18px;
 background-color: #d7d7d7;
 background-position: center center;
 background-repeat: no-repeat;
 position: absolute;
 top: 50%;
 margin-top: -9px;
}
.slideNav .direct a:hover,
.slideNav .direct a.on {
 background-color: #ff6600;
}
.slideNav .direct a.prev {
 background-image: url(/img/top_index/share/ico_arw_l_wh1.png);
 left: 0;
}
.slideNav .direct a.next {
 background-image: url(/img/top_index/share/ico_arw_r_wh1.png);
 right: 0;
}


/* Panel
--------------------------------------------------*/

/*枠*/
.panel {
 margin-bottom: 20px;
 padding: 10px 15px 5px 15px;
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
 -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
 box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.oldie .panel {
 border-right: #e7e7e7 1px solid;
 border-bottom: #e7e7e7 1px solid;
}

.panel .full {
 margin-left: -15px;
 margin-right: -15px;
}

/*ヘッダー部*/
.panel_header {
 overflow: hidden;
 margin-bottom: 5px;
}
.panel_header.line {
 margin-left: -15px;
 margin-right: -15px;
 padding: 0 15px 5px 15px;
 border-bottom: #dadada 1px solid;
}
.panel_secondary .panel_header.line {
 margin-left: 0;
 margin-right: 0;
 padding-bottom: 3px;
}

/*タイトル*/
.panel_title {
 display: inline-block;
 *display: inline;
 *zoom:1;
 color: #804f21;
 line-height: 1.2;
}
/*タイトルキャッチ*/
.panel_catch {
 display: inline-block;
 *display: inline;
 *zoom:1;
 color: #804f21;
 font-size: 11px;
}
/*掲載日*/
.panel_publish{
 display: inline-block;
 *display: inline;
 *zoom:1;
}

/*SNS*/
.panel_header .snsBox {
 width: 350px;
 text-align: center;
}

/*NEWアイコン*/
.new { /*panelブロック内アイテムにアイコン設定する場合（デフォルト）*/
 position: relative;
}
.new:before {
 content:"";
 display: inline-block;
 width: 48px;
 height: 18px;
 background: url(/img/top_index/share/ico_new.png) no-repeat;
 position: absolute;
 right: -15px;
 top: 0;
}
.panel.new:before { /*panelブロック全体にnewアイコン設定する場合*/
 right: 0;
 top: 15px;
}

/*ボディ部*/
.panel .inner {
 padding: 8px 0;
}

/*フッター部*/
.panel_footer.line {
 margin-left: -15px;
 margin-right: -15px;
 margin-bottom: -3px;
 padding: 0 15px;
 border-top: #ececec 1px solid;
}
.link_more {
 text-align: right;
}
.link_more a {
 color: #969696;
 font-size: 11px;
 text-decoration: underline;
}
.link_more a:hover {
 color: #ff6600;
}

/* Sub Panel
--------------------------------------------------*/
.subPanel{
 margin-bottom: 20px;
 padding: 15px;
 background: #eeebe3;
 border: #e6e2da 1px solid;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0 0 3px #e6e2da inset, 0px 1px 2px #f2eee3;
 -moz-box-shadow: 0 0 3px #e6e2da inset, 0px 1px 2px #f2eee3;
 box-shadow: 0 0 3px #e6e2da inset, 0px 1px 2px #f2eee3;
}
.subPanel .full {
 margin-left: -15px;
 margin-right: -15px;
}
.subPanel p,
.subPanel li,
.subPanel dt,
.subPanel dd,
.subPanel div,
.subPanel span,
.subPanel a{
 color: #969696;
}
.subPanel a:hover{
 color: #f60;
}
.subPanel h3{
 color: #969696;
 font-weight: normal;
 font-size: inherit;
}

/* きょうは何つくろう？
--------------------------------------------------*/
#todayRecipe .panel_title {
 margin-right: 30px;
 padding-right: 150px;
 background: url(/img/top_index/index/bg_title_icon01.png) right center no-repeat;
}

.recipeSearch {
 margin: 0 10px 5px 10px;
}

.recipeSearch .searchTxt {
 width: 445px;
 padding: 9px 8px 8px 8px;
}

.recipeSearch_ex {
 margin: 0 10px -8px 10px;
}
.recipeSearch_ex dt,
.recipeSearch_ex dd {
 display: inline-block;
 *display: inline;
 *zoom:1;
}
.recipeSearch_ex dt {
 margin-right: 20px;
}
.recipeSearch_ex dd {
 margin-right: 5px;
}
.recipeSearch_ex dd a {
 color: #F60;
}
.recipeSearch_ex dd a:hover {
 color: #333;
}


/* 最新の放送レシピ
--------------------------------------------------*/
.newRecipe_ph{
 width: 260px;
 height: 196px;
 margin-right: 20px;
 overflow: hidden;
 float: left;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 border-radius:5px;
}
.newRecipe_ph img {
 max-width: 100%;
 height: auto;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 border-radius:5px;
}
.newRecipe_data {
 overflow: hidden;
}
.newRecipe_title {
 margin-bottom: 10px;
 color: #ff6600;
 font-size: 20px;
 font-weight: normal;
}

.newRecipe_title a{
 color: #ff6600;
}

#newRecipe .btnL {
 width: 230px;
}
#newRecipe .panel_footer {
 margin-top: -25px;
 padding-bottom: 5px;
 position: relative;
 z-index:10;
}
.ie7 #newRecipe .panel_footer {
 margin-top: -30px;
}


/* 参加しよう！
--------------------------------------------------*/
#eventEntry h2.panel_title {
 padding-right: 130px;
 background: url(/img/top_index/index/bg_title_icon02.png) right center no-repeat;
}

#eventEntry .colL {
 float: left;
 width: 330px;
}
#eventEntry .colR {
 float: left;
 width: 329px;
 border-left: #dadada 1px solid;
}
.oldie #eventEntry .colL {
 width: 329px;
}

#eventEntry .colL .panel_secondary {
 margin-right: 8px;
}
#eventEntry .colR .panel_secondary {
 margin-left: 8px;
}
#eventEntry .link_more {
 margin-right: 15px;
}

.eventList {
 margin: 0 15px;
}
.eventList li {
 border-bottom: #dadada 1px solid;
}
.eventList a {
 display: block;
 padding: 8px 0;
}
.eventList .ph {
 margin-bottom: 8px;
}
.eventList .data:after {
 content: "";
 display: block;
 clear: both;
}
.eventList .label {
 float: left;
 margin-right: 8px;
}
.eventList .txt {
 overflow: hidden;
 /* margin-right: 50px; */
 margin-right: 0px;
}
.eventList a:hover .txt {
 color: #f60;
}
.eventList .new:before {
 top:0;
 right: -15px;
 margin:0;
}


/* ２カラムレイアウト
--------------------------------------------------*/
.subColL {
 width: 322px;
 float: left;
}
.subColR {
 width: 322px;
 float: right;
}

/* 旬の特別企画・連載企画
--------------------------------------------------*/


/* ビギナーズレシピ動画
--------------------------------------------------*/
#movie .movie_box {
  margin-bottom: 10px;
}

/* プチ画像の場合 */
#movie .img_puchi {
  position: relative;
  top: -45px;
  left: 2px;
  margin-bottom: -60px;
}

#movie .img_fukidashi {
  position: relative;
  top: -33px;
  margin-bottom: -60px;
}
#movie .img_new {
    position: relative;
    top: -30px;
    left: 207px;
    margin-bottom: -60px;
}
#movie .caption_text {
  position: relative;
  top: -23px;
  left: 55px;
  font-size: 11px;
  padding: 5px 5px;
  border: 1px solid #000000;
  border-radius: 5px 5px 5px 5px;
  width:67% !important;
  margin-bottom: -15px;
}
#movie .caption_text:after,
#movie .caption_text:before {
    content: ' ';
    position:absolute;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-right: solid 15px #ffffff;
    top: 10px;
    left: -13px;
}
#movie .caption_text:before {
    border-right-color: #000000;
    left: -15px;
}

/* ハツ江画像の場合
#movie .img_hatsue {
  position: relative;
  top: -67px;
  left: 1px;
  margin-bottom: -60px;
}

#movie .img_fukidashi {
  position: relative;
  top: -35px;
  left: -8px;
  margin-bottom: -60px;
}

#movie .caption_text {
  position: relative;
  top: -30px;
  left: 55px;
  font-size: 11px;
  margin-bottom: -10px;
}
*/

/* ティータイム
--------------------------------------------------*/
.mediaList li+li {
 border-top: #dadada 1px solid;
}
.mediaList a {
 display: block;
 padding: 15px 0;
}
.mediaList .ph {
 float: left;
}
.mediaList .data {
 margin-left: 75px;
}
.mediaList .label {
 margin-bottom: 5px;
}
.mediaList a:hover .txt {
 color: #f60;
}

/* おすすめサービス
--------------------------------------------------*/
.appliList_wrap {
 width: 600px;
 margin: auto;
 position: relative;
}
.appliList_wrap:after{
 content:"";
 display: block;
 clear: both;
}

/*.appliList {
 width: 1000px;
}*/

.appliList li {
 float: left;
 width: 120px;
 text-align: center;
 padding: 0 15px;
}
.appliList img {
 margin-bottom: 5px;
}
.appliList a {
 display: block;
}
.appliNav a.prev{
 position: absolute;
 left: -20px;
 top: 30px;
}
.appliNav a.next {
 position: absolute;
 right: -20px;
 top: 30px;
}


/* What's New
--------------------------------------------------*/


/* 本日の人気レシピランキング
--------------------------------------------------*/
#ranking .ph {
 width: 97px;
 height: 72px;
 overflow: hidden;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
#ranking .ph img {
 max-width: 100%;
 height: auto;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
#ranking .rank1 {
 color: #dfbf00;
}
#ranking .rank1 b {
 color: #dfbf00;
 font-weight: normal;
 font-size: 18px;
 padding-right: 3px;
}
#ranking .rank2 {
 color: #969696;
}
#ranking .rank2 b {
 color: #969696;
 font-weight: normal;
 font-size: 18px;
 padding-right: 3px;
}
#ranking .rank3 {
 color: #d3ac63;
}
#ranking .rank3 b {
 color: #d3ac63;
 font-weight: normal;
 font-size: 18px;
 padding-right: 3px;
}
#ranking .name{
 color: #f60;
 font-size: 13px;
 line-height: 1.2;
}


/* NHK「きょうの料理」放送＆テキストのご紹介
--------------------------------------------------*/
#info .panel_header {
 position: relative;
}
#info .panel_publish {
 position: absolute;
 right: 15px;
 bottom:0;
}
#info .hl_ph {
 overflow: hidden;
 width: 120px;
 height: 100px;
 display: table-cell;
 vertical-align: middle;
 text-align: center;
 margin-bottom: 5px;
}
#info .hl_ph img {
 max-width: 120px;
 max-height: 100px;
 height:auto;
}

/* スペシャルレシピ
--------------------------------------------------*/
#specialRecipe .hl_ph {
 width: 270px;
 max-height: 160px;
 overflow: hidden;
 border-radius: 5px;
 margin-top: 6px;
 margin-bottom: 6px;
}
#specialRecipe .hl_ph img {
 max-width: 100%;
 height:auto;
}

#specialRecipe .holizonalList .hl_txt{
 text-align: initial;
 margin-bottom: 12px;
 line-height: 1.5;
}

/* みんなのつけたタグから探す
--------------------------------------------------*/
#tag .title {
 margin-bottom: 5px;
 font-size: 16px;
}

/* サイト内検索
--------------------------------------------------*/
#siteSearch .gsc-control-cse {
 padding: 0;
 background: none;
 border:none;
}
#siteSearch .gsc-search-box-tools .gsc-search-box .gsc-input {
 padding-right: 0;
}
#siteSearch input.gsc-search-button {
 margin: -1px 0 0 -1px;
 background-color: #f60;
 border: none;
}
#siteSearch input.gsc-search-button-v2 {
 padding: 7px 27px 6px;
}

/* Twitter
--------------------------------------------------*/
#twitter .twitter {
 min-height: 40px;
 padding-left: 50px;
 background: url(/img/top_index/index/ico_twitter.png) left center no-repeat;
}

/* RSS登録
--------------------------------------------------*/
#rss .title {
 margin-top: -8px;
 padding-bottom: 5px;
 border-bottom: #e2e1dd 1px solid;
 text-align: center;
}
#rss dt {
 float: left;
 padding: 10px 0 5px 15px;
}
#rss dd.btnRss{
 float: right;
 padding: 10px 15px 0 0;
}
#rss dd.btnRss a{
 padding-right: 70px;
 background: url(/img/top_index/index/ico_rss.png) right center no-repeat;
}
#rss dd.rssText{
 clear: both;
 padding: 0 15px 15px 15px;
 border-bottom: #e2e1dd 1px solid;
}
#rss dd.rssText.last{
 padding-bottom: 0;
 border-bottom: none;
}

/* その他リンク
--------------------------------------------------*/
.otherLink {
 margin-right: -4px;
 overflow: hidden;
 *zoom:1;
}
.otherLink li{
 float: left;
 width: 148px;
 margin-right: 4px;
 margin-bottom: 5px;
}
.otherLink img {
 max-width: 100%;
 height:auto;
}

.nhkLink {
 text-align: center;
}
.nhkLink li {
 display: inline;
 border-right: #333 1px solid;
}
.nhkLink li:first-child {
 border-left: #333 1px solid;
}
.nhkLink a{
 padding: 0 10px;
}

/* ツールチップ
--------------------------------------------------*/
#topMainTooltiop {
    position:absolute;
    padding:5px 10px;
    background:url(/img/top_index/index/bg_opacity1.png) repeat left top;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    text-align:left;
    font-size:14px;
    color:#fff;
    z-index:100
}
#topMainTooltiop span {
    display:block;font-size:11px
}

/* jcarousel
--------------------------------------------------*/
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}


/* whatsnew
--------------------------------------------------*/
#whatsnew {
    padding: 10px 5px 5px 15px;
}
#whatsnew .panel_header.line {
    margin-right: -5px;
}
#whatsnew .linkList {
    overflow-y: auto;
    height: 264px;
    padding-right: 5px;
}